Package pygext :: Package gl :: Package particles :: Package python_impl :: Module system :: Class BitmapParticleSystem
[frames | no frames]

Type BitmapParticleSystem

    object --+    
             |    
ParticleSystem --+
                 |
                BitmapParticleSystem

Known Subclasses:
HaloBitmapParticleSystem, SimpleBitmapParticleSystem

Method Summary
  __del__(self)
  init(self)
  traverse(self, glColor4f, glPushMatrix, glTranslatef, glRotatef, glScalef, glCallList, glPopMatrix)
    Inherited from ParticleSystem
  __init__(self)
  add_particle(self, particle)
  new_emitter(self, cls, node, x, y)
  place(self, layer)

Class Variable Summary
tuple hotspot = (0.5, 0.5)
NoneType image = None                                                                  
    Inherited from ParticleSystem
bool fast_draw = False
NoneType layer = None                                                                  
list mutators = []

Class Variable Details

hotspot

Type:
tuple
Value:
(0.5, 0.5)                                                             

image

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Jun 12 18:21:21 2006 http://epydoc.sf.net