Property | Type | Description | |
---|---|---|---|
CMPLX | int | ||
GuiMgr | |||
PLANE_SIZE | float | ||
RAIN_HEIGHT_CONSTANT | int | ||
RAIN_HEIGHT_RANDOM | int | ||
RAND | |||
adds | double[] | ||
animState | AnimationState | ||
animTime | float | ||
changeSpeed | int | ||
headDepth | float | ||
headNode | |||
headSpeed | float | ||
inputInterval | float | ||
lightMode | string | ||
lightModeIndex | int | ||
lightNode | |||
lightSet | |||
materialNumber | int | ||
modeInterval | float | ||
oldPos | Vector3 | ||
particleEmitter | |||
particleSystem | ParticleSystem | ||
planeEnt | Entity | ||
rainOn | bool | ||
reflectionPlane | Axiom.MathLib.Plane | ||
sines | double[] | ||
skyBoxOn | bool | ||
statsInterval | float | ||
trackingOn | bool | ||
waterEntity | Entity | ||
waterMesh | |||
waterOverlay |
Method | Description | |
---|---|---|
AnimateHead ( float timeSinceLastFrame ) : void | ||
CreateScene ( ) : void |
Method | Description | |
---|---|---|
HandleUserModeInput ( string logText ) : void |
Prints output to screen/log, and resets Input Timer to avoid rapid flicker.
|
|
ModeUpdate ( ) : void |
Process User Inputs to change Axiom Render Mode or Print Screen. Slow Update Rate.
|
|
ModeUpdateCustom ( ) : bool | ||
OnFrameStarted ( object source, FrameEventArgs evt ) : void | ||
ProcessRain ( ) : void | ||
RapidUpdate ( ) : void |
Handle Inputs that Move and Turn the Camera. Fast Update Rate.
|
|
RapidUpdateCustom ( ) : bool | ||
ToggleMode ( string mode ) : void |
Method | Description | |
---|---|---|
AddLight ( string name, Vector3 pos, |
||
AdjustRange ( float &val, KeyCodes plus, KeyCodes minus, float min, float max, float chg ) : bool | ||
SetLighting ( string mode ) : void | ||
UpdateInfoHeadDepth ( ) : void | ||
UpdateInfoHeadSpeed ( ) : void | ||
UpdateInfoLights ( ) : void | ||
UpdateInfoNormals ( ) : void | ||
UpdateInfoParamC ( ) : void | ||
UpdateInfoParamD ( ) : void | ||
UpdateInfoParamT ( ) : void | ||
UpdateInfoParamU ( ) : void | ||
UpdateInfoRain ( ) : void | ||
UpdateInfoSkyBox ( ) : void | ||
UpdateInfoTracking ( ) : void | ||
UpdateMaterial ( ) : void |
public AnimateHead ( float timeSinceLastFrame ) : void | ||
timeSinceLastFrame | float | |
return | void |
protected HandleUserModeInput ( string logText ) : void | ||
logText | string | |
return | void |
protected OnFrameStarted ( object source, FrameEventArgs evt ) : void | ||
source | object | |
evt | FrameEventArgs | |
return | void |
protected OverlayElementManager,Axiom.Overlays GuiMgr | ||
return |
protected SceneNode,Axiom.Core lightNode | ||
return |
protected BillboardSet,Axiom.Core lightSet | ||
return |
protected ParticleEmitter,Axiom.ParticleSystems particleEmitter | ||
return |
protected Plane,Axiom.MathLib reflectionPlane | ||
return | Axiom.MathLib.Plane |