YCP-Swarm-Robotics-Capstone-2020-2021 / swarm-website-visualization

Visualization Software for Swarm Website
1 stars 0 forks source link

Instanced draw calls #26

Open Mnenmenth opened 3 years ago

Mnenmenth commented 3 years ago

Since a lot of what's being rendered will be the same model but with different transformations, it would improve performance to use instanced draw calls.

Mnenmenth commented 3 years ago

This might be difficult to do with the current scene graph/render system since this would likely require the same models to be grouped together, which would remove the scene graph hierarchy and accumulative transformations.