C# Class Ohana3DS_Transfigured.Ohana.Models.NLP

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

Public Methods

Method Description
load ( string fileName ) : RenderBase.OModelGroup

Loads a New Love Plus Model file.

loadMesh ( Stream data ) : RenderBase.OModelGroup

Loads a New Love Plus Mesh file. Only the raw Mesh data will be loaded, without materials, skeleton or textures.

loadTexture ( string fileName ) : RenderBase.OTexture

Loads a New Love Plus Texture file.

Method Details

load() public static method

Loads a New Love Plus Model file.
public static load ( string fileName ) : RenderBase.OModelGroup
fileName string File Name of the XML Model file
return RenderBase.OModelGroup

loadMesh() public static method

Loads a New Love Plus Mesh file. Only the raw Mesh data will be loaded, without materials, skeleton or textures.
public static loadMesh ( Stream data ) : RenderBase.OModelGroup
data System.IO.Stream Stream of the Mesh
return RenderBase.OModelGroup

loadTexture() public static method

Loads a New Love Plus Texture file.
public static loadTexture ( string fileName ) : RenderBase.OTexture
fileName string
return RenderBase.OTexture