C# Class Afterglow.Graphics.ColladaImporter

Importer for collada files.
ファイルを表示 Open project: Christof/afterglow

Public Methods

Method 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 method

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

GetFirstMesh() public method

Gets the first mesh in the collada file.
public GetFirstMesh ( ) : GraphicStreamContainer
return GraphicStreamContainer