Commit Graph

4 Commits (4599c4cc9d2a8696fca3f7589a5c7db93bd29ac4)

Author SHA1 Message Date
shadowislord 4599c4cc9d Fix crash in TestInstanceNode (do you guys even test??) 11 years ago
shadowislord fa41da59a4 * Fix outstanding cloning related issues in InstancedNode 11 years ago
shadowislord 564a08672f * Remove InstancedNode.setCullHint(CullHint.Never) from TestInstancedNode example as it is not neccessary 11 years ago
shadowislord eee43b470e * Added InstancedNode: easy to use instancing with similar API to BatchNode. The underlying scene graph will be automatically optimized so instancing is used as much as possible, thus reducing number of draw calls and improving performance. Unlike BatchNode, it does not copy the geometry's mesh around, but only its transform. In order for it to work, it requires the Renderer to support the GeometryInstancing capability. 11 years ago