C# Class Autodesk3dsFormat, Alexandria

Autodesk 3DS file format.
Inheritance: AssetFormat
Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Load ( AssetLoader, loader ) : Asset,

Load the 3DS model.

LoadMatch ( AssetLoader, loader ) : LoadMatchStrength

Match based on the header.

Private Methods

Method Description
Autodesk3dsFormat ( DefaultPlugin, plugin )

Method Details

Load() public method

Load the 3DS model.
public Load ( AssetLoader, loader ) : Asset,
loader AssetLoader,
return Asset,

LoadMatch() public method

Match based on the header.
public LoadMatch ( AssetLoader, loader ) : LoadMatchStrength
loader AssetLoader,
return LoadMatchStrength