C# Class Axiom.Components.Terrain.TerrainQuadTreeNode.Rend

Inheritance: IRenderable, IDisposable
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
mCustomParameters Vector4>.Dictionary
mParent TerrainQuadTreeNode
mPolygoneModeOverridable bool
mUseIdentityProjection bool
mUseIdentityView bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetCustomParameter ( int parameter ) : Vector4

GetRenderOperation ( RenderOperation op ) : void

GetSquaredViewDepth ( Camera camera ) : float

GetWorldTransforms ( Matrix4 transforms ) : void

Rend ( TerrainQuadTreeNode parent ) : System

SetCustomParameter ( int parameter, Vector4 value ) : void

UpdateCustomGpuParameter ( GpuProgramParameters entry, GpuProgramParameters parameters ) : void

Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCustomParameter() public méthode

public GetCustomParameter ( int parameter ) : Vector4
parameter int
Résultat Vector4

GetRenderOperation() public méthode

public GetRenderOperation ( RenderOperation op ) : void
op Axiom.Graphics.RenderOperation
Résultat void

GetSquaredViewDepth() public méthode

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

GetWorldTransforms() public méthode

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

Rend() public méthode

public Rend ( TerrainQuadTreeNode parent ) : System
parent TerrainQuadTreeNode
Résultat System

SetCustomParameter() public méthode

public SetCustomParameter ( int parameter, Vector4 value ) : void
parameter int
value Vector4
Résultat void

UpdateCustomGpuParameter() public méthode

Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows.
public UpdateCustomGpuParameter ( GpuProgramParameters entry, GpuProgramParameters parameters ) : void
entry Axiom.Graphics.GpuProgramParameters
parameters Axiom.Graphics.GpuProgramParameters
Résultat void

Property Details

mCustomParameters protected_oe property

protected Dictionary mCustomParameters
Résultat Vector4>.Dictionary

mParent protected_oe property

protected TerrainQuadTreeNode,Axiom.Components.Terrain mParent
Résultat TerrainQuadTreeNode

mPolygoneModeOverridable protected_oe property

protected bool mPolygoneModeOverridable
Résultat bool

mUseIdentityProjection protected_oe property

protected bool mUseIdentityProjection
Résultat bool

mUseIdentityView protected_oe property

protected bool mUseIdentityView
Résultat bool