Walkabout  7/4/2013
Floor and Wall collision code
 All Classes Namespaces Functions
Classes
walkabout Namespace Reference

Walking navigation and wall collision class Contains only static members and member functions so you do not need to create any objects of this class to use it. More...

Classes

class  walkabout
 walkabout class This class is used to enable walking over geometry in Omegalib. More...
 

Detailed Description

Walking navigation and wall collision class Contains only static members and member functions so you do not need to create any objects of this class to use it.

To import the module into your own program:

from walkabout import walkabout

To initialize call:

walkabout.init(getDefaultCamera())

Then use it in your onUpdate function as follows:

walkabout.update(dt) – where dt is the dt given to you by Omegalib on each frame update.

A number of accessor functions can be used to change the behavior of the code. See documentation for details.

(C) 2013 - Jason Leigh, Electronic Visualization Laboratory, University of Illinois at Chicago Version 7/3/2013