C# Class Radegast.Rendering.FaceData

Datei anzeigen Open project: justasabc/UnityOpenSimClient Class Usage Examples

Public Properties

Property 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[]

Public Methods

Method 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 method

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
return bool

Dispose() public method

Dispose VBOs if we have them in graphics card memory
public Dispose ( ) : void
return void

Property Details

AnimInfo public_oe property

public TextureAnimationInfo,Radegast.Rendering AnimInfo
return TextureAnimationInfo

BoundingVolume public_oe property

public BoundingVolume,Radegast.Rendering BoundingVolume
return BoundingVolume

IndexVBO public_oe property

public int IndexVBO
return int

Indices public_oe property

public ushort[] Indices
return ushort[]

Normals public_oe property

public float[] Normals
return float[]

PickingID public_oe property

public int PickingID
return int

QueryID public_oe property

public int QueryID
return int

TexCoords public_oe property

public float[] TexCoords
return float[]

TextureInfo public_oe property

public TextureInfo,Radegast.Rendering TextureInfo
return TextureInfo

VBOFailed public_oe property

public bool VBOFailed
return bool

VertexSize public_oe static_oe property

public static int VertexSize
return int

VertexVBO public_oe property

public int VertexVBO
return int

Vertices public_oe property

public float[] Vertices
return float[]