Space Engineers
Public Attributes | List of all members
VRageRender.Import.Mesh Class Reference

Public Attributes

Matrix AbsoluteMatrix = Matrix.Identity
 
int MeshIndex
 
int VertexOffset = -1
 Offset on the vertex buffer More...
 
int VertexCount = -1
 
int StartIndex = -1
 Offset on the indices buffer More...
 
int IndexCount = -1
 

Detailed Description

Definition at line 33 of file MyModelExporter.cs.

Member Data Documentation

Matrix VRageRender.Import.Mesh.AbsoluteMatrix = Matrix.Identity

Definition at line 35 of file MyModelExporter.cs.

int VRageRender.Import.Mesh.IndexCount = -1

Definition at line 50 of file MyModelExporter.cs.

int VRageRender.Import.Mesh.MeshIndex

Definition at line 36 of file MyModelExporter.cs.

int VRageRender.Import.Mesh.StartIndex = -1

Offset on the indices buffer

Definition at line 48 of file MyModelExporter.cs.

int VRageRender.Import.Mesh.VertexCount = -1

Definition at line 43 of file MyModelExporter.cs.

int VRageRender.Import.Mesh.VertexOffset = -1

Offset on the vertex buffer

Definition at line 41 of file MyModelExporter.cs.


The documentation for this class was generated from the following file: