Renanse / Ardor3D

Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
Other
227 stars 77 forks source link

Support for Geometry Instancing #92

Closed mattikannala closed 4 years ago

mattikannala commented 4 years ago

Implement support for Geometry Instancing. The support was removed during the major refactoring.

The instancing manager is still there: https://github.com/Renanse/Ardor3D/blob/master/ardor3d-core/src/main/java/com/ardor3d/scenegraph/InstancingManager.java

Looks like this needs to be implemented in the Mesh.render method.

Renanse commented 4 years ago

I will re-add this soon using instanced arrays.