RenderableInstancedObjectsNode Class | |
Namespace: Ab3d.DirectX
public class RenderableInstancedObjectsNode : RenderableObjectNodePrimitive
The RenderableInstancedObjectsNode type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderableInstancedObjectsNode |
Initializes a new instance of the RenderableInstancedObjectsNode class.
|
| Name | Description | |
|---|---|---|
| RenderGeometry |
RenderGeometry renders the geometry (executes draw calls but does not apply material settings)
(Overrides RenderablePrimitiveRenderGeometry(RenderingContext).) |
| Name | Description | |
|---|---|---|
| InstanceBufferBinding |
VertexBufferBinding that represents instances buffer
| |
| InstancesCount |
The number of instances
| |
| StartInstanceLocation |
The start index of the instances in InstanceBufferBinding
| |
| UseInstanceObjectColor |
Defines the source of the object diffuse color: if true (by default) then color defined in instance buffer is used; if false color defined in IDiffuseMaterial is used for all instaces.
|