Méthode | 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.
|
public static load ( Stream data ) : RenderBase.OModelGroup | ||
data | Stream | Stream of the ZMDL file. |
Résultat | RenderBase.OModelGroup |
public static load ( string fileName ) : RenderBase.OModelGroup | ||
fileName | string | File Name of the CGFX file |
Résultat | RenderBase.OModelGroup |