mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
8e1bf69d5d
World scale can only be approximate if non-uniform scales and non-orthogonal rotations are involved, but it is still useful information sometimes. However, the calculation is expensive (needs a square root), so remove world scale as a component and instead calculate it on an as-needed basis because it is quite expensive to do for every transform when it is used only by the legacy-GL alias model renderer. |
||
---|---|---|
.. | ||
camera.h | ||
entity.h | ||
light.h | ||
scene.h | ||
transform.h | ||
types.h |