branchsbox/no-main-thread-renderingcancel
3 Commits over 0 Days - ∞cph!
Fix vertexobject reusing on gizmos
Remove ManagedSceneObject/SceneCustomObject, only causes problems now, use DynamicSceneObject if you use it
Fix transforms on dynamicsceneobject
Move VertexSceneObject to use SceneDynamicObject, upload queue to GPU when it wants a new instance
Add MeshBuilder2::WithInstancedTransforms to add per-instance transform info to the input layout, does not change the data structure of the layout but makes transforms be ellegible with them programatically
Remove ManagedSceneObject/SceneCustomObject, only causes problems now, use DynamicSceneObject if you use it
Fix transforms on dynamicsceneobject
Move VertexSceneObject to use SceneDynamicObject, upload queue to GPU when it wants a new instance
Pass per transform index data to SboxVertex_t, I still don't like how this is not easily templateable though