C# Класс Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Mesh

Показать файл Открыть проект

Открытые методы

Метод Описание
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