C# Class Grey.Graphics.VGPCustom

Inheritance: IVGeoProvider
Datei anzeigen Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
CustomInds int[][]
CustomVerts Grey.Graphics.VertexVoxel[][]

Public Methods

Method Description
Append ( List lVerts, List lInds, MeshedFace &mf ) : void
Decomposed ( MeshedFace mf ) : IEnumerable
VGPCustom ( ) : System

Method Details

Append() public method

public Append ( List lVerts, List lInds, MeshedFace &mf ) : void
lVerts List
lInds List
mf MeshedFace
return void

Decomposed() public static method

public static Decomposed ( MeshedFace mf ) : IEnumerable
mf MeshedFace
return IEnumerable

VGPCustom() public method

public VGPCustom ( ) : System
return System

Property Details

CustomInds public_oe property

public int[][] CustomInds
return int[][]

CustomVerts public_oe property

public VertexVoxel[][],Grey.Graphics CustomVerts
return Grey.Graphics.VertexVoxel[][]