C# Class Radegast.Rendering.GLMesh

Subclass of LindenMesh that adds vertex, index, and texture coordinate arrays suitable for pushing direct to OpenGL
Inheritance: OpenMetaverse.Rendering.LindenMesh
Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

Свойство Type Description
MorphRenderData GLData
OrigRenderData GLData
RenderData GLData
_evp VisualParamEx>.Dictionary
av GLAvatar
baseRenderData GLData
teFaceID int

Méthodes publiques

Méthode Description
GLMesh ( GLMesh source, GLAvatar av ) : ThreadPoolUtil
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

Method Details

GLMesh() public méthode

public GLMesh ( GLMesh source, GLAvatar av ) : ThreadPoolUtil
source GLMesh
av GLAvatar
Résultat ThreadPoolUtil

GLMesh() public méthode

public GLMesh ( string name ) : ThreadPoolUtil
name string
Résultat ThreadPoolUtil

LoadLODMesh() public méthode

public LoadLODMesh ( int level, string filename ) : void
level int
filename string
Résultat void

LoadMesh() public méthode

public LoadMesh ( string filename ) : void
filename string
Résultat void

applyjointweights() public méthode

public applyjointweights ( ) : void
Résultat void

morphmesh() public méthode

public morphmesh ( Morph morph, float weight ) : void
morph Morph
weight float
Résultat void

resetallmorphs() public méthode

public resetallmorphs ( ) : void
Résultat void

setMeshPos() public méthode

public setMeshPos ( System.Vector3 pos ) : void
pos System.Vector3
Résultat void

setMeshRot() public méthode

public setMeshRot ( System.Vector3 rot ) : void
rot System.Vector3
Résultat void

Property Details

MorphRenderData public_oe property

public GLData MorphRenderData
Résultat GLData

OrigRenderData public_oe property

public GLData OrigRenderData
Résultat GLData

RenderData public_oe property

public GLData RenderData
Résultat GLData

_evp public_oe property

public Dictionary _evp
Résultat VisualParamEx>.Dictionary

av public_oe property

public GLAvatar,Radegast.Rendering av
Résultat GLAvatar

baseRenderData public_oe static_oe property

public static GLData baseRenderData
Résultat GLData

teFaceID public_oe property

Subclass of LODMesh that adds an index array suitable for pushing direct to OpenGL
public int teFaceID
Résultat int