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.
Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

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.

Method Details

load() public static méthode

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.
Résultat RenderBase.OModelGroup

load() public static méthode

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