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

Inheritance: Axiom.Graphics.SimpleRenderable
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
GetSquaredViewDepth ( Camera camera ) : float
GetWorldTransforms ( Matrix4 matrices ) : void
TerrainRendable ( TerrainQuadTreeNode parent ) : System
UpdateRenderQueue ( RenderQueue queue ) : void

Method Details

GetSquaredViewDepth() public method

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
return float

GetWorldTransforms() public method

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
return void

TerrainRendable() public method

public TerrainRendable ( TerrainQuadTreeNode parent ) : System
parent TerrainQuadTreeNode
return System

UpdateRenderQueue() public method

public UpdateRenderQueue ( RenderQueue queue ) : void
queue Axiom.Graphics.RenderQueue
return void