C# 클래스 Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Mesh

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured

공개 메소드들

메소드 설명
load ( Stream data, RenderBase model, bool ignoreMaterial = false ) : void

Loads a SMES file. Note that SMES must start at offset 0x0.

load ( string fileName, RenderBase model ) : void

Loads a SMES file.

비공개 메소드들

메소드 설명
buildNodeBinding ( List skeleton, int index, List &nodeBinding ) : void

Creates a table to bind the nodes with the skeleton.

메소드 상세

load() 공개 정적인 메소드

Loads a SMES file. Note that SMES must start at offset 0x0.
public static load ( Stream data, RenderBase model, bool ignoreMaterial = false ) : void
data System.IO.Stream Stream of the SMES file.
model RenderBase
ignoreMaterial bool
리턴 void

load() 공개 정적인 메소드

Loads a SMES file.
public static load ( string fileName, RenderBase model ) : void
fileName string File Name of the SMES file
model RenderBase
리턴 void