summaryrefslogtreecommitdiff
path: root/src/entities.hpp
AgeCommit message (Collapse)Author
2023-12-11replace handles with union structJonathan Bradley
2023-11-15buggy - add custom btOverlapFilterCallbackJonathan Bradley
2023-11-15use convex polyhedron for debug wireframe - buggy but functionalJonathan Bradley
2023-11-15default and instance-specific massJonathan Bradley
2023-11-15use model for collision + refactor physics init and rigidbody creationJonathan Bradley
2023-11-03rebuild instance buffers as they become oversizedJonathan Bradley
2023-10-31add a new method for getting an EntityType's index by EntityHandleJonathan Bradley
2023-10-04checkpoint - first pass add instances to save fileJonathan Bradley
2023-09-27checkpoint - EntityType descriptor pool and descriptor setsJonathan Bradley
2023-09-25entities - expose method to find EntityType by typeCodeJonathan Bradley
2023-09-25save current scene stateJonathan Bradley
2023-09-14Load model textures checkpoint.Jonathan Bradley
Refactors some Vulkan items related to CompGrBinds and EntityTypes. Adds some Vulkan globals related to textures. Adds a number of placeholder items: - Iffy use of setting Vulkan globals on instanced structs. - Unimplemented and inaccurate shaders - Iffy gltf sub-buffer logic (ignores vertex color data) - MipMap TODOs - TextureArray TODOs
2023-09-12load gltf files - no shaders yetJonathan Bradley
2023-09-08EntityType cleanupJonathan Bradley
2023-09-07entities and memory allocation checkpointJonathan Bradley