C# Class Reign.Video.Abstraction.TriangleProcessor

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Verticies Reign.Video.Abstraction.VertexProcessor[]

Public Methods

Method Description
TriangleProcessor ( SoftwareTriangle triangle, HardwareMeshProcessor mesh, bool loadColors, bool loadUVs, bool loadNormals ) : System.Collections.Generic

Method Details

TriangleProcessor() public method

public TriangleProcessor ( SoftwareTriangle triangle, HardwareMeshProcessor mesh, bool loadColors, bool loadUVs, bool loadNormals ) : System.Collections.Generic
triangle SoftwareTriangle
mesh HardwareMeshProcessor
loadColors bool
loadUVs bool
loadNormals bool
return System.Collections.Generic

Property Details

Verticies public property

public VertexProcessor[],Reign.Video.Abstraction Verticies
return Reign.Video.Abstraction.VertexProcessor[]