C# Class Glare.Graphics.Terrains.Planar.TerrainComponent

A module that is attached to a Terrain that adds functionality to it.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Detach ( ) : void

Detach the TerrainComponent from the Terrain.

NodeClip ( TerrainTreeNode node ) : Containment

Return whether the node is contained in this module's clipping range. If this returns Containment.Contains, then any node with a smaller box must also be contained.

NodeLodBlend ( TerrainTreeNode node, double distance ) : double

Return how much to blend between this LOD level and the next less detailed one. If this returns 1, then the node should be divided if possible.

OnBlockAdded ( PlanarTerrainBlock block ) : void

This is called when the PlanarTerrain has added a new PlanarTerrainBlock.

OnDrawing ( PlanarTerrainBlock block, System.Matrix4d &world ) : void
OnHeightModified ( PlanarTerrainBlock block, Box2i &area ) : void

The terrain's heightmap has been modified and its changes have been accepted into the core. This is then called on each attached module to give it an opportunity to affect it.

PostOpaqueRender ( System.Matrix4d &world, System.Matrix4d &view, System.Matrix4d &projection ) : void

This is called by PlanarTerrain.PostOpaqueRender. The opaque scene has been drawn, and if the module can extract information from it (like occlusion queries), this is the time.

ResetMetrics ( ) : void

This is called by PlanarTerrain.ResetMetrics. Reset any metrics that have been gathered to zero.

TerrainComponent ( PlanarTerrain terrain ) : System

Méthodes protégées

Méthode Description
OnDetach ( ) : void

Called when the TerrainComponent is being detached from the Terrain.

Method Details

Detach() public méthode

Detach the TerrainComponent from the Terrain.
public Detach ( ) : void
Résultat void

NodeClip() public méthode

Return whether the node is contained in this module's clipping range. If this returns Containment.Contains, then any node with a smaller box must also be contained.
public NodeClip ( TerrainTreeNode node ) : Containment
node TerrainTreeNode
Résultat Containment

NodeLodBlend() public méthode

Return how much to blend between this LOD level and the next less detailed one. If this returns 1, then the node should be divided if possible.
public NodeLodBlend ( TerrainTreeNode node, double distance ) : double
node TerrainTreeNode
distance double
Résultat double

OnBlockAdded() public méthode

This is called when the PlanarTerrain has added a new PlanarTerrainBlock.
public OnBlockAdded ( PlanarTerrainBlock block ) : void
block PlanarTerrainBlock
Résultat void

OnDetach() protected méthode

Called when the TerrainComponent is being detached from the Terrain.
protected OnDetach ( ) : void
Résultat void

OnDrawing() public méthode

public OnDrawing ( PlanarTerrainBlock block, System.Matrix4d &world ) : void
block PlanarTerrainBlock
world System.Matrix4d
Résultat void

OnHeightModified() public méthode

The terrain's heightmap has been modified and its changes have been accepted into the core. This is then called on each attached module to give it an opportunity to affect it.
public OnHeightModified ( PlanarTerrainBlock block, Box2i &area ) : void
block PlanarTerrainBlock
area Box2i
Résultat void

PostOpaqueRender() public méthode

This is called by PlanarTerrain.PostOpaqueRender. The opaque scene has been drawn, and if the module can extract information from it (like occlusion queries), this is the time.
public PostOpaqueRender ( System.Matrix4d &world, System.Matrix4d &view, System.Matrix4d &projection ) : void
world System.Matrix4d
view System.Matrix4d
projection System.Matrix4d
Résultat void

ResetMetrics() public méthode

This is called by PlanarTerrain.ResetMetrics. Reset any metrics that have been gathered to zero.
public ResetMetrics ( ) : void
Résultat void

TerrainComponent() public méthode

public TerrainComponent ( PlanarTerrain terrain ) : System
terrain PlanarTerrain
Résultat System