Does RealityKit have a way to do instanced rendering?
When I clone a ModelEntity
, and add it to scene, I get 1 draw call per ModelEntity
– even if I don't change any properties on the entity, etc.
I was hoping to use RealityKit for a 3D .nonAR
game, and think this would be required.