Click or drag to resize
DigitalRuneMeshInstancingNodeT Constructor (Mesh, ICollectionT)

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public MeshInstancingNode(
	Mesh mesh,
	ICollection<T> instances
)

Parameters

mesh
Type: DigitalRune.GraphicsMesh
The Mesh.
instances
Type: System.Collections.GenericICollectionT
The instances.
See Also