Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Engine.Voxels.MyIsoMesh Class Reference
Inheritance diagram for Sandbox.Engine.Voxels.MyIsoMesh:

Public Member Functions

void Clear ()
 

Static Public Member Functions

static bool IsEmpty (MyIsoMesh self)
 

Public Attributes

readonly List< Vector3Positions = new List<Vector3>()
 
readonly List< Vector3Normals = new List<Vector3>()
 
readonly List< byte > Materials = new List<byte>()
 
readonly List< Vector3ICells = new List<Vector3I>()
 
readonly List< float > Ambient = new List<float>()
 
readonly List< MyVoxelTriangleTriangles = new List<MyVoxelTriangle>()
 
Vector3 PositionScale
 
Vector3D PositionOffset
 
Vector3I CellStart
 
Vector3 CellEnd
 

Properties

int VerticesCount [get]
 
int TrianglesCount [get]
 

Detailed Description

Definition at line 15 of file IMyIsoMesher.cs.

Member Function Documentation

void Sandbox.Engine.Voxels.MyIsoMesh.Clear ( )
inline

Definition at line 80 of file IMyIsoMesher.cs.

static bool Sandbox.Engine.Voxels.MyIsoMesh.IsEmpty ( MyIsoMesh  self)
inlinestatic

Definition at line 109 of file IMyIsoMesher.cs.

Member Data Documentation

readonly List<float> Sandbox.Engine.Voxels.MyIsoMesh.Ambient = new List<float>()

Definition at line 24 of file IMyIsoMesher.cs.

Vector3 Sandbox.Engine.Voxels.MyIsoMesh.CellEnd

Definition at line 43 of file IMyIsoMesher.cs.

readonly List<Vector3I> Sandbox.Engine.Voxels.MyIsoMesh.Cells = new List<Vector3I>()

Definition at line 23 of file IMyIsoMesher.cs.

Vector3I Sandbox.Engine.Voxels.MyIsoMesh.CellStart

Definition at line 42 of file IMyIsoMesher.cs.

readonly List<byte> Sandbox.Engine.Voxels.MyIsoMesh.Materials = new List<byte>()

Definition at line 22 of file IMyIsoMesher.cs.

readonly List<Vector3> Sandbox.Engine.Voxels.MyIsoMesh.Normals = new List<Vector3>()

Definition at line 21 of file IMyIsoMesher.cs.

Vector3D Sandbox.Engine.Voxels.MyIsoMesh.PositionOffset

Definition at line 39 of file IMyIsoMesher.cs.

readonly List<Vector3> Sandbox.Engine.Voxels.MyIsoMesh.Positions = new List<Vector3>()

Definition at line 20 of file IMyIsoMesher.cs.

Vector3 Sandbox.Engine.Voxels.MyIsoMesh.PositionScale

Definition at line 38 of file IMyIsoMesher.cs.

readonly List<MyVoxelTriangle> Sandbox.Engine.Voxels.MyIsoMesh.Triangles = new List<MyVoxelTriangle>()

Definition at line 26 of file IMyIsoMesher.cs.

Property Documentation

int Sandbox.Engine.Voxels.MyIsoMesh.TrianglesCount
get

Definition at line 34 of file IMyIsoMesher.cs.

int Sandbox.Engine.Voxels.MyIsoMesh.VerticesCount
get

Definition at line 29 of file IMyIsoMesher.cs.


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