C# Class Axiom.Samples.Terrain.TerrainSample

Inheritance: SdkSample
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
brushSizeTerrainSpace Real
editMarker Entity
editMenu SelectMenu
editNode SceneNode
flyBox CheckBox
heightUpdateCountdown Real
heightUpdateRate Real
houseList List
infoLabel Label
layerEdit byte
mode Mode
paging bool
pssmSetup IShadowCameraSetup
shadowMode ShadowMode
shadowsMenu SelectMenu
terrainGlobals TerrainGlobalOptions
terrainGroup TerrainGroup
terrainPos Vector3
terrainsImported bool

Public Methods

Method Description
FrameRenderingQueued ( FrameEventArgs evt ) : bool
TerrainSample ( ) : System.Collections.Generic

Protected Methods

Method Description
SetupContent ( ) : void

SetupView ( ) : void

Private Methods

Method Description
ConfigureTerrainDefaults ( Light l ) : Axiom.Components.Terrain.ImportData

DefineTerrain ( long x, long y ) : void

DefineTerrain ( long x, long y, bool flat ) : void

GetTerrainImage ( bool flipX, bool flipY ) : Image

InitBlendMaps ( Axiom terrain ) : void

SetupControls ( ) : void

Method Details

FrameRenderingQueued() public method

public FrameRenderingQueued ( FrameEventArgs evt ) : bool
evt Axiom.Core.FrameEventArgs
return bool

SetupContent() protected method

protected SetupContent ( ) : void
return void

SetupView() protected method

protected SetupView ( ) : void
return void

TerrainSample() public method

public TerrainSample ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

brushSizeTerrainSpace protected property

protected Real brushSizeTerrainSpace
return Real

editMarker protected property

protected Entity editMarker
return Entity

editMenu protected property

protected SelectMenu editMenu
return SelectMenu

editNode protected property

protected SceneNode editNode
return SceneNode

flyBox protected property

protected CheckBox flyBox
return CheckBox

heightUpdateCountdown protected property

protected Real heightUpdateCountdown
return Real

heightUpdateRate protected property

protected Real heightUpdateRate
return Real

houseList protected property

protected List houseList
return List

infoLabel protected property

protected Label infoLabel
return Label

layerEdit protected property

protected byte layerEdit
return byte

mode protected property

protected Mode mode
return Mode

paging protected property

protected bool paging
return bool

pssmSetup protected property

protected IShadowCameraSetup pssmSetup
return IShadowCameraSetup

shadowMode protected property

protected ShadowMode shadowMode
return ShadowMode

shadowsMenu protected property

protected SelectMenu shadowsMenu
return SelectMenu

terrainGlobals protected property

protected TerrainGlobalOptions terrainGlobals
return TerrainGlobalOptions

terrainGroup protected property

protected TerrainGroup terrainGroup
return TerrainGroup

terrainPos protected property

protected Vector3 terrainPos
return Vector3

terrainsImported protected property

protected bool terrainsImported
return bool