mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-02 13:52:37 +00:00
20c861027e
This fixes the segfault due to the world entity not actually existing, without adding a world entity. It takes advantage of the ECS in that the edge renderer needs only the world matrix, brush model pointer, and the animation frame number (which is just 0/1 for brush models), thus the inherent SOA of ECS helps out, though benchmarking is needed to see if it made any real difference. With this, all 4 renderers are working again. |
||
---|---|---|
.. | ||
camera.h | ||
component.h | ||
entity.h | ||
hierarchy.h | ||
light.h | ||
scene.h | ||
transform.h | ||
types.h |