C# Class Reign.Video.Abstraction.HardwareMeshProcessor

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Triangles List
Verticies LinkedList

Public Methods

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

Method Details

HardwareMeshProcessor() public method

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

Property Details

Triangles public property

public List Triangles
return List

Verticies public property

public LinkedList Verticies
return LinkedList