C# Class Axiom.Samples.Terrain.TerrainSample

Inheritance: SdkSample
Datei anzeigen 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_oe property

protected Real brushSizeTerrainSpace
return Real

editMarker protected_oe property

protected Entity editMarker
return Entity

editMenu protected_oe property

protected SelectMenu editMenu
return SelectMenu

editNode protected_oe property

protected SceneNode editNode
return SceneNode

flyBox protected_oe property

protected CheckBox flyBox
return CheckBox

heightUpdateCountdown protected_oe property

protected Real heightUpdateCountdown
return Real

heightUpdateRate protected_oe property

protected Real heightUpdateRate
return Real

houseList protected_oe property

protected List houseList
return List

infoLabel protected_oe property

protected Label infoLabel
return Label

layerEdit protected_oe property

protected byte layerEdit
return byte

mode protected_oe property

protected Mode mode
return Mode

paging protected_oe property

protected bool paging
return bool

pssmSetup protected_oe property

protected IShadowCameraSetup pssmSetup
return IShadowCameraSetup

shadowMode protected_oe property

protected ShadowMode shadowMode
return ShadowMode

shadowsMenu protected_oe property

protected SelectMenu shadowsMenu
return SelectMenu

terrainGlobals protected_oe property

protected TerrainGlobalOptions terrainGlobals
return TerrainGlobalOptions

terrainGroup protected_oe property

protected TerrainGroup terrainGroup
return TerrainGroup

terrainPos protected_oe property

protected Vector3 terrainPos
return Vector3

terrainsImported protected_oe property

protected bool terrainsImported
return bool