|
RenderableObjectNodePrimitive(ObjectNode, MeshBase, Material, Int32, Int32, Matrix) Constructor |
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public RenderableObjectNodePrimitive(
ObjectNode parentObjectNode,
MeshBase meshBase,
Material material,
int indexCount,
int startIndexLocation,
ref Matrix worldMatrix
)
Parameters
- parentObjectNode ObjectNode
- ObjectNode
- meshBase MeshBase
- MeshBase
- material Material
- material
- indexCount Int32
- Number of indices to render
- startIndexLocation Int32
- start index in IndexBuffer used in DrawIndexed method
- worldMatrix Matrix
See Also