Poodletooth-iLand/panda/direct/showbase/PhysicsManagerGlobal.py

8 lines
176 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
"""PhysicsManagerGlobal module: contains the global physics manager"""
__all__ = ['physicsMgr']
from pandac.PandaModules import PhysicsManager
physicsMgr = PhysicsManager()