C# 클래스 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.
파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured

공개 메소드들

메소드 설명
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.

메소드 상세

load() 공개 정적인 메소드

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.
리턴 RenderBase.OModelGroup

load() 공개 정적인 메소드

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