 |
RenderableMeshPrimitive Class |
Inheritance Hierarchy Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntaxpublic sealed class RenderableMeshPrimitive : RenderablePrimitive
The RenderableMeshPrimitive type exposes the following members.
Constructors | Name | Description |
---|
 | RenderableMeshPrimitive(MeshBase, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(MeshBase, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(MeshBase, SubMesh, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(Object, MeshBase, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(MeshBase, SubMesh, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(Object, MeshBase, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(Object, MeshBase, SubMesh, Material) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
 | RenderableMeshPrimitive(Object, MeshBase, SubMesh, Material, Matrix) |
Initializes a new instance of the RenderableMeshPrimitive class.
|
Top
Fields | Name | Description |
---|
 | MeshBase |
MeshBase used to initialize this RenderableMeshPrimitive
|
 | SubMesh |
SubMesh used to initialize this RenderableMesh. Can be null when only MeshBase is used.
|
Top
See Also