C# Class Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Mesh

ファイルを表示 Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method Description
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.

Private Methods

Method Description
buildNodeBinding ( List skeleton, int index, List &nodeBinding ) : void

Creates a table to bind the nodes with the skeleton.

Method Details

load() public static method

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
return void

load() public static method

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