C# Class Radegast.Rendering.FaceData

Afficher le fichier Open project: justasabc/UnityOpenSimClient Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimInfo TextureAnimationInfo
BoundingVolume BoundingVolume
IndexVBO int
Indices ushort[]
Normals float[]
PickingID int
QueryID int
TexCoords float[]
TextureInfo TextureInfo
VBOFailed bool
VertexSize int
VertexVBO int
Vertices float[]

Méthodes publiques

Méthode Description
CheckVBO ( Face face ) : bool

Checks if VBOs are created, if they are, bind them, if not create new

Dispose ( ) : void

Dispose VBOs if we have them in graphics card memory

Method Details

CheckVBO() public méthode

Checks if VBOs are created, if they are, bind them, if not create new
public CheckVBO ( Face face ) : bool
face OpenMetaverse.Rendering.Face Which face's mesh is uploaded in this VBO
Résultat bool

Dispose() public méthode

Dispose VBOs if we have them in graphics card memory
public Dispose ( ) : void
Résultat void

Property Details

AnimInfo public_oe property

public TextureAnimationInfo,Radegast.Rendering AnimInfo
Résultat TextureAnimationInfo

BoundingVolume public_oe property

public BoundingVolume,Radegast.Rendering BoundingVolume
Résultat BoundingVolume

IndexVBO public_oe property

public int IndexVBO
Résultat int

Indices public_oe property

public ushort[] Indices
Résultat ushort[]

Normals public_oe property

public float[] Normals
Résultat float[]

PickingID public_oe property

public int PickingID
Résultat int

QueryID public_oe property

public int QueryID
Résultat int

TexCoords public_oe property

public float[] TexCoords
Résultat float[]

TextureInfo public_oe property

public TextureInfo,Radegast.Rendering TextureInfo
Résultat TextureInfo

VBOFailed public_oe property

public bool VBOFailed
Résultat bool

VertexSize public_oe static_oe property

public static int VertexSize
Résultat int

VertexVBO public_oe property

public int VertexVBO
Résultat int

Vertices public_oe property

public float[] Vertices
Résultat float[]