Poodletooth-iLand/panda/direct/showbase/PhysicsManagerGlobal.py
2015-03-03 17:10:12 -05:00

7 lines
176 B
Python

"""PhysicsManagerGlobal module: contains the global physics manager"""
__all__ = ['physicsMgr']
from pandac.PandaModules import PhysicsManager
physicsMgr = PhysicsManager()