C# Class Afterglow.Graphics.ColladaImporter

Importer for collada files.
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
ColladaImporter ( string path ) : System.Diagnostics.Contracts

Initializes a new instance of the ColladaImporter class.

GetFirstMesh ( ) : GraphicStreamContainer

Gets the first mesh in the collada file.

Method Details

ColladaImporter() public méthode

Initializes a new instance of the ColladaImporter class.
public ColladaImporter ( string path ) : System.Diagnostics.Contracts
path string Path to a collada file.
Résultat System.Diagnostics.Contracts

GetFirstMesh() public méthode

Gets the first mesh in the collada file.
public GetFirstMesh ( ) : GraphicStreamContainer
Résultat GraphicStreamContainer