TestApp

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addBoxEntity
PhysicsEntity addBoxEntity(Vector3f pos, Material m)
Undocumented in source. Be warned that the author may not have intended to support it.
addDrawable
void addDrawable(Drawable d)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButtonDown
void onMouseButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onRedraw
void onRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
updateCamera
void updateCamera()
Undocumented in source. Be warned that the author may not have intended to support it.
updateCharacter
void updateCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

fixedTimeStep
enum fixedTimeStep;
Undocumented in source.

Variables

bFloor
RigidBody bFloor;
Undocumented in source.
boxMaterial
Material boxMaterial;
Undocumented in source.
camera
FirstPersonCamera camera;
Undocumented in source.
charController
CharacterController charController;
Undocumented in source.
ctrlText
TextLine ctrlText;
Undocumented in source.
drawables
DynamicArray!Drawable drawables;
Undocumented in source.
font
Font font;
Undocumented in source.
fpsText
TextLine fpsText;
Undocumented in source.
gBox
GeomBox gBox;
Undocumented in source.
gFloor
GeomBox gFloor;
Undocumented in source.
gSphere
GeomSphere gSphere;
Undocumented in source.
grid
Grid grid;
Undocumented in source.
lightPosition
Vector4f lightPosition;
Undocumented in source.
mouseControl
bool mouseControl;
Undocumented in source.
sBox
ShapeBox sBox;
Undocumented in source.
time
double time;
Undocumented in source.
world
PhysicsWorld world;
Undocumented in source.

Inherited Members

From Application

clearColor
Color4f clearColor;
Undocumented in source.
exitOnEscapePress
bool exitOnEscapePress;
Undocumented in source.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onRedraw
void onRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta