C# Class Reign.Video.Abstraction.HardwareMeshProcessor

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

Méthodes publiques

Свойство Type Description
Triangles List
Verticies LinkedList

Méthodes publiques

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

Method Details

HardwareMeshProcessor() public méthode

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

Property Details

Triangles public_oe property

public List Triangles
Résultat List

Verticies public_oe property

public LinkedList Verticies
Résultat LinkedList