C# Class Ohana3DS_Transfigured.Ohana.Models.ZMDL

Fantasy Life ZMDL class. Use it to load model files from Fantasy Life. The model need to have the "zmdl" Magic at the beggining.
显示文件 Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method Description
load ( Stream data ) : RenderBase.OModelGroup

Loads a Fantasy Life ZMDL model. Note that ZMDL must start at offset 0x0 (don't try using it for ZMDLs inside containers).

load ( string fileName ) : RenderBase.OModelGroup

Loads a Fantasy Life ZMDL model.

Method Details

load() public static method

Loads a Fantasy Life ZMDL model. Note that ZMDL must start at offset 0x0 (don't try using it for ZMDLs inside containers).
public static load ( Stream data ) : RenderBase.OModelGroup
data Stream Stream of the ZMDL file.
return RenderBase.OModelGroup

load() public static method

Loads a Fantasy Life ZMDL model.
public static load ( string fileName ) : RenderBase.OModelGroup
fileName string File Name of the CGFX file
return RenderBase.OModelGroup