| RenderableMesh Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ab3d.DirectX
 Syntax
Syntaxpublic sealed class RenderableMesh : RenderablePrimitive
The RenderableMesh type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | MeshBase | 
            MeshBase used to initialize this RenderableMesh
             | 
|  | SubMesh | 
            SubMesh used to initialize this RenderableMesh. Can be null when only MeshBase is used.
             | 
 See Also
See Also