quakeforge/include/QF/scene
Bill Currie a08261c620 [vulkan] Use a buffer for entity transform and color data
This allows the use of an entity id to index into the entity data and
fetch the transform and colormod data in the vertex shader, thus making
instanced rendering possible. Non-world brush entities are still not
rendered, but the world entity is using both the entity data buffer and
entid buffer.
2022-05-25 00:17:57 +09:00
..
camera.h [renderer] Move to using dynamic frame buffers 2022-03-24 12:56:29 +09:00
entity.h [vulkan] Use a buffer for entity transform and color data 2022-05-25 00:17:57 +09:00
hierarchy.h [scene] Implement Hierarchy_Copy 2022-05-08 11:14:00 +09:00
light.h [client] Clean up light loading 2022-05-05 23:49:31 +09:00
scene.h [vulkan] Move non-specific lighting code out of Vulkan 2022-05-05 23:49:30 +09:00
transform.h [scene] Move transform getters into inline functions 2022-02-21 08:33:41 +09:00
types.h [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00