summaryrefslogtreecommitdiff
path: root/src/entities.cpp
AgeCommit message (Expand)Author
2023-11-15use convex polyhedron for debug wireframe - buggy but functionalJonathan Bradley
2023-11-15rebuild instance buffers as they become oversizedJonathan 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-09moved texture pipelines handling to window.cpp - messyJonathan Bradley
2023-10-09Final memory management item for now - everything cleaned up before exitJonathan Bradley
2023-10-06Memory management - ctors and dtorsJonathan Bradley
2023-10-04checkpoint - first pass add instances to save fileJonathan Bradley
2023-10-02instancing now works as intendedJonathan Bradley
2023-09-29reminder commentJonathan Bradley
2023-09-28image buffer should get the image bytes, not the model bytesJonathan Bradley
2023-09-28refactor entity gltf loading to be more explicitJonathan Bradley
2023-09-27align render-time binding indexes with pipeline layoutJonathan Bradley
2023-09-27checkpoint - EntityType descriptor pool and descriptor setsJonathan Bradley
2023-09-26update instance buffer & handle camera on window resizeJonathan Bradley
2023-09-25entities - expose method to find EntityType by typeCodeJonathan Bradley
2023-09-25save current scene stateJonathan Bradley
2023-09-20add plane modelJonathan Bradley
2023-09-19filling out render pass - color resolve and depthJonathan Bradley
2023-09-18texture pipeline passes creation validationJonathan Bradley
2023-09-18checkpoint - first pass create texture pipelinesJonathan Bradley
2023-09-15cleanup commit - use transfer buffer & release our memoryJonathan Bradley
2023-09-15entity buffers calculate alignment and pad to alignJonathan Bradley
2023-09-14Load model textures checkpoint.Jonathan Bradley
2023-09-12load gltf files - no shaders yetJonathan Bradley
2023-09-08EntityType cleanupJonathan Bradley
2023-09-07entities and memory allocation checkpointJonathan Bradley