Skip to content
Snippets Groups Projects
Commit f8d68b08 authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

SH-862 FIX re-scaling render weight algorithm

We were double-counting the factor of scale both through
the streaming cost algorithm, as well as another multiplier
in the render cost algorithm. This caused objects at small scales
to have little cost difference regardless of amount of geometry,
due to minimum costs.

Eliminated extra scale factor, and instead scaled number of triangles
up by a constant factor to keep the balance between geometry and texture
costs sane.
parent e64b9269
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment