objects/instanced_mesh library

Classes

InstancedMesh
A special version of Mesh with instanced rendering support. Use name if you have to render a large number of objects with the same geometry and material but with different world transformations. The usage of name will help you to reduce the number of draw calls and thus improve the overall rendering performance in your application.