Property | Type | Description | |
---|---|---|---|
MorphRenderData | GLData | ||
OrigRenderData | GLData | ||
RenderData | GLData | ||
_evp | VisualParamEx>.Dictionary | ||
av | |||
baseRenderData | GLData | ||
teFaceID | int |
Method | Description | |
---|---|---|
GLMesh ( |
||
GLMesh ( string name ) : ThreadPoolUtil | ||
LoadLODMesh ( int level, string filename ) : void | ||
LoadMesh ( string filename ) : void | ||
applyjointweights ( ) : void | ||
morphmesh ( Morph morph, float weight ) : void | ||
resetallmorphs ( ) : void | ||
setMeshPos ( System.Vector3 pos ) : void | ||
setMeshRot ( System.Vector3 rot ) : void |
public GLMesh ( |
||
source | ||
av | ||
return | ThreadPoolUtil |
public GLMesh ( string name ) : ThreadPoolUtil | ||
name | string | |
return | ThreadPoolUtil |
public LoadLODMesh ( int level, string filename ) : void | ||
level | int | |
filename | string | |
return | void |
public morphmesh ( Morph morph, float weight ) : void | ||
morph | Morph | |
weight | float | |
return | void |
public setMeshPos ( System.Vector3 pos ) : void | ||
pos | System.Vector3 | |
return | void |
public setMeshRot ( System.Vector3 rot ) : void | ||
rot | System.Vector3 | |
return | void |