Top Level Namespace

Defined Under Namespace

Modules: BulldogPhysics, GlStuff Classes: Game, Module, Terrain, VirtualMethodCalledError

Constant Summary collapse

ROD_SPECULAR =
[1.0, 0.0, 0.0, 0.5]
BALL_SPECULAR =
[1.0, 0.0, 1.0, 0.5]
SPRING_SPECULAR =
[0.0, 1.0, 0.0, 0.5]
ANCHORED_SPECULAR =
[0.0, 0.0, 1.0, 0.5]
ANCHOR_SPECULAR =
[ 0.0, 0.5, 1.0, 0.5]
PARTICLE_DIFFUSE =
[1.0, 0.0, 0.0, 0.5]
SCALE =
500.0
BULLET_LIFE =
20000.0
REAL_MAX =
10000000
WIDE =
1280
HIGH =
1024

Method Summary

Methods included from BulldogPhysics

#localToWorld, #worldToLocal