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... | |
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