This is a VERY rough WIP showing some
of the new things, Keyboard input, Mouse Input, Timing, lighting & collision
detect & response. I wanted something that was not just another "model viewer".
The timing shows an FPS "capped" at 60 FPS. All movement is time based regardless
of framerate.
The lighting just shows what you can do with an otherwise white model (notice the
collision face data colour) which is now bathed in two Directional lights. This
is best seen in Solid Fill mode (Press W).
The Collision detection means you can now go off and "Live" inside the model. *You*
are an ellipsoid much higher than wide, so are a fair way off the ground.
The controls are awful and basic but you can use:
Cursor keys for movement (East
West North South) IMPORTANT - you may need to click ON the applet for it to recieve
your key events (not needed for mouse though)
Mouse for Looking around (Y Axis
only)
"W" toggle Filling mode.
Notice how you can walk up the "verges"
and slide along the walls. Apologies for the controls again - its very WIP!