Poodletooth-iLand/dependencies/panda/direct/showbase/PhysicsManagerGlobal.py
2015-05-29 05:03:48 -05:00

7 lines
176 B
Python

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