C# Class Reign.Video.Abstraction.TriangleProcessor

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Verticies Reign.Video.Abstraction.VertexProcessor[]

Méthodes publiques

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

Method Details

TriangleProcessor() public méthode

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
Résultat System.Collections.Generic

Property Details

Verticies public_oe property

public VertexProcessor[],Reign.Video.Abstraction Verticies
Résultat Reign.Video.Abstraction.VertexProcessor[]