C# Класс Axiom.Samples.VolumeTexture.ThingRendable

Quad fragments that rotate around origin (0,0,0) in a random orbit, always oriented to 0,0,0.
Наследование: Axiom.Graphics.SimpleRenderable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
count int
orbits List
qSize float
radius float
things List
vertexBuffer Axiom.Graphics.HardwareVertexBuffer

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
FillBuffer ( ) : void

GenerateRandomFloat ( ) : float

Initialize ( ) : void

dispose ( bool disposeManagedResources ) : void

Описание методов

AddTime() публичный Метод

Notify that t seconds have elapsed.
public AddTime ( float elapsedTime ) : void
elapsedTime float
Результат void

FillBuffer() защищенный Метод

protected FillBuffer ( ) : void
Результат void

GenerateRandomFloat() защищенный Метод

protected GenerateRandomFloat ( ) : float
Результат float

GetSquaredViewDepth() публичный Метод

Returns the camera-relative squared depth of this renderable.
public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Результат float

Initialize() защищенный Метод

protected Initialize ( ) : void
Результат void

ThingRendable() публичный Метод

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
Результат System.Collections.Generic

dispose() защищенный Метод

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Результат void

Описание свойств

count защищенное свойство

protected int count
Результат int

orbits защищенное свойство

protected List orbits
Результат List

qSize защищенное свойство

protected float qSize
Результат float

radius защищенное свойство

protected float radius
Результат float

things защищенное свойство

protected List things
Результат List

vertexBuffer защищенное свойство

protected HardwareVertexBuffer,Axiom.Graphics vertexBuffer
Результат Axiom.Graphics.HardwareVertexBuffer