Poodletooth-iLand/panda/direct/particles/ParticleManagerGlobal.py

7 lines
145 B
Python
Raw Normal View History

2015-03-03 16:10:12 -06:00
"""
Contains the global particle system manager
"""
from pandac.PandaModules import ParticleSystemManager
particleMgr = ParticleSystemManager()