C# Class Axiom.Samples.VolumeTexture.ThingRendable

Quad fragments that rotate around origin (0,0,0) in a random orbit, always oriented to 0,0,0.
Inheritance: Axiom.Graphics.SimpleRenderable
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
count int
orbits List
qSize float
radius float
things List
vertexBuffer Axiom.Graphics.HardwareVertexBuffer

Méthodes publiques

Méthode Description
AddTime ( float elapsedTime ) : void

Notify that t seconds have elapsed.

GetSquaredViewDepth ( Camera camera ) : float

Returns the camera-relative squared depth of this renderable.

ThingRendable ( float radius, int count, float qSize ) : System.Collections.Generic

Default ctor.

Méthodes protégées

Méthode Description
FillBuffer ( ) : void

GenerateRandomFloat ( ) : float

Initialize ( ) : void

dispose ( bool disposeManagedResources ) : void

Method Details

AddTime() public méthode

Notify that t seconds have elapsed.
public AddTime ( float elapsedTime ) : void
elapsedTime float
Résultat void

FillBuffer() protected méthode

protected FillBuffer ( ) : void
Résultat void

GenerateRandomFloat() protected méthode

protected GenerateRandomFloat ( ) : float
Résultat float

GetSquaredViewDepth() public méthode

Returns the camera-relative squared depth of this renderable.
public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Résultat float

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

ThingRendable() public méthode

Default ctor.
public ThingRendable ( float radius, int count, float qSize ) : System.Collections.Generic
radius float Radius of orbits
count int Number of quads
qSize float Size of quads
Résultat System.Collections.Generic

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

Property Details

count protected_oe property

protected int count
Résultat int

orbits protected_oe property

protected List orbits
Résultat List

qSize protected_oe property

protected float qSize
Résultat float

radius protected_oe property

protected float radius
Résultat float

things protected_oe property

protected List things
Résultat List

vertexBuffer protected_oe property

protected HardwareVertexBuffer,Axiom.Graphics vertexBuffer
Résultat Axiom.Graphics.HardwareVertexBuffer