GameLayer

Undocumented in source.

Constructors

this
this(uint w, uint h, int depth, EventManager emanager)
Undocumented in source.

Members

Functions

buildPyramid
void buildPyramid(Vector3f pyramidPosition, uint pyramidSize, uint pyramidGeom)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(EventManager emngr)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

activeBody
RigidBody activeBody;
Undocumented in source.
bvh
BVHTree!Triangle bvh;
Undocumented in source.
camera
TrackballCamera camera;
Undocumented in source.
ccRobot
CharacterController ccRobot;
Undocumented in source.
emanager
EventManager emanager;
Undocumented in source.
fixedDelta
enum double fixedDelta;
Undocumented in source.
poRobot
GameObject poRobot;
Undocumented in source.
scene
Scene scene;
Undocumented in source.
time
double time;
Undocumented in source.
tpcamera
ThirdPersonCamera tpcamera;
Undocumented in source.
vfs
VirtualFileSystem vfs;
Undocumented in source.
world
PhysicsWorld world;
Undocumented in source.

Meta