Method | Description | |
---|---|---|
load ( string fileName ) : RenderBase.OModelGroup |
Loads a New Love Plus Model file.
|
|
loadMesh ( |
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.
|
public static load ( string fileName ) : RenderBase.OModelGroup | ||
fileName | string | File Name of the XML Model file |
return | RenderBase.OModelGroup |
public static loadMesh ( |
||
data | Stream of the Mesh | |
return | RenderBase.OModelGroup |
public static loadTexture ( string fileName ) : RenderBase.OTexture | ||
fileName | string | |
return | RenderBase.OTexture |