RenderableMesh Class |
Namespace: Ab3d.DirectX
public sealed class RenderableMesh : RenderablePrimitive
The RenderableMesh type exposes the following members.
Name | Description | |
---|---|---|
![]() | RenderableMesh(MeshBase, Material) |
Initializes a new instance of the RenderableMesh class.
|
![]() | RenderableMesh(MeshBase, Material, Matrix) |
Initializes a new instance of the RenderableMesh class.
|
![]() | RenderableMesh(MeshBase, SubMesh, Material) |
Initializes a new instance of the RenderableMesh class.
|
![]() | RenderableMesh(MeshBase, SubMesh, Material, Matrix) |
Initializes a new instance of the RenderableMesh class.
|
Name | Description | |
---|---|---|
![]() | MeshBase |
MeshBase used to initialize this RenderableMesh
|
![]() | SubMesh |
SubMesh used to initialize this RenderableMesh. Can be null when only MeshBase is used.
|