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

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

Méthodes publiques

Méthode Description
GetSquaredViewDepth ( Camera camera ) : float
GetWorldTransforms ( Matrix4 matrices ) : void
TerrainRendable ( TerrainQuadTreeNode parent ) : System
UpdateRenderQueue ( RenderQueue queue ) : 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

TerrainRendable() public méthode

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

UpdateRenderQueue() public méthode

public UpdateRenderQueue ( RenderQueue queue ) : void
queue Axiom.Graphics.RenderQueue
Résultat void