EventDispatcherNodeInstanceNode

InstancedMeshNode

This is a special version of InstanceNode which requires the usage of InstancedMesh. It allows an easier setup of the instance node.

Constructor

new InstancedMeshNode( instancedMesh : InstancedMesh )

Constructs a new instanced mesh node.

instancedMesh

The instanced mesh.

Properties

.instancedMesh : InstancedMesh

A reference to the instanced mesh.

Source

src/nodes/accessors/InstancedMeshNode.js