-
Notifications
You must be signed in to change notification settings - Fork 0
Load unique geometries #43
Copy link
Copy link
Open
Labels
coreThis feature is part of the core of the engineThis feature is part of the core of the enginedevelopmentFeature to developFeature to develop
Description
Activity
Metadata
Metadata
Assignees
Labels
coreThis feature is part of the core of the engineThis feature is part of the core of the enginedevelopmentFeature to developFeature to develop
For now, each Actor loads its own geometry. This is great, but if multiple actors have the same geometry, it becomes heavy to load, while we could load it once and share it to newer actors that need it.
Issue :
This is easy to resolve for predefined simple shape classes like Cube, Sphere etc... if we store the geometry in a map with the key being the name of the geometry.