C# Class Axiom.Samples.VolumeTexture.VolumeRendable

Inheritance: Axiom.Graphics.SimpleRenderable
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
fakeOrientation Axiom.Math.Matrix3
radius float
size float
slices int
texture string
unit Axiom.Graphics.TextureUnitState

Méthodes publiques

Méthode Description
GetSquaredViewDepth ( Camera camera ) : float

GetWorldTransforms ( Matrix4 matrices ) : void

NotifyCurrentCamera ( Camera camera ) : void

VolumeRendable ( int slices, int size, string texture ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Initialize ( ) : void

dispose ( bool disposeManagedResources ) : void

Method Details

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
Résultat float

GetWorldTransforms() public méthode

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

NotifyCurrentCamera() public méthode

public NotifyCurrentCamera ( Camera camera ) : void
camera Axiom.Core.Camera
Résultat void

VolumeRendable() public méthode

public VolumeRendable ( int slices, int size, string texture ) : System.Collections.Generic
slices int
size int
texture string
Résultat System.Collections.Generic

dispose() protected méthode

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

Property Details

fakeOrientation protected_oe property

protected Matrix3,Axiom.Math fakeOrientation
Résultat Axiom.Math.Matrix3

radius protected_oe property

protected float radius
Résultat float

size protected_oe property

protected float size
Résultat float

slices protected_oe property

protected int slices
Résultat int

texture protected_oe property

protected string texture
Résultat string

unit protected_oe property

protected TextureUnitState,Axiom.Graphics unit
Résultat Axiom.Graphics.TextureUnitState