Opened 4 years ago

Closed 3 years ago

Last modified 3 years ago

#5831 closed enhancement (fixed)

Add option to disallow variants

Reported by: bb Owned by: bb
Priority: Should Have Milestone: Alpha 25
Component: Core engine Keywords: simple
Cc: Vladislav Belov Patch: Phab:D3035

Description

Having many different props rendered can cause performance issues. Therefore it would be good if there is an option in the option menu to limit the number of variants. This can be achieved by unrandomizing the code around https://trac.wildfiregames.com/browser/ps/trunk/source/graphics/ObjectBase.cpp#L557 if the option is enabled.

Change History (5)

comment:1 by bb, 4 years ago

Cc: Vladislav Belov added; vladislav_belov removed

comment:2 by Stan, 3 years ago

Milestone: BacklogWork In Progress
Patch: Phab:D3035

comment:3 by Silier, 3 years ago

Owner: set to bb

comment:4 by wraitii, 3 years ago

Resolution: fixed
Status: newclosed

In 25613:

Add an option to reduce the diversity of actor variants

Variants can now have limited or no diversity. This can occasionally speed rendering slightly (5-10% FPS increase was reported on Combat Demo Huge, which is very variant-heavy).

Reported by: bb

Based on a patch by: bb

Fixes #5831

Differential Revision: https://code.wildfiregames.com/D3035

comment:5 by Stan, 3 years ago

Milestone: Work In ProgressAlpha 25
Note: See TracTickets for help on using tickets.