Panda3D
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Particles Class Reference
Inheritance diagram for Particles:
ParticleSystem Physical TypedReferenceCount TypedObject ReferenceCount

Public Member Functions

def __init__ (self, name=None, poolSize=1024)
 
def accelerate (self, time, stepCount=1, stepTime=0.0)
 
def addForce (self, force)
 
def cleanup (self)
 
def disable (self)
 
def enable (self)
 
def getEmitter (self)
 
def getFactory (self)
 
def getName (self)
 Getters ##. More...
 
def getNode (self)
 
def getPoolSizeRanges (self)
 
def getRenderer (self)
 
def isEnabled (self)
 
def printParams (self, file=sys.stdout, targ='self')
 
def removeForce (self, force)
 
def setEmitter (self, type)
 
def setFactory (self, type)
 
def setRenderer (self, type)
 
def setRenderNodePath (self, nodePath)
 
- Public Member Functions inherited from ParticleSystem
 __init__ (const ParticleSystem copy)
 Copy Constructor. More...
 
 __init__ (int pool_size)
 Default Constructor. More...
 
 addSpawnTemplate (ParticleSystem ps)
 
 clearFloorZ ()
 
 clearSpawnTemplates ()
 
 clearToInitial ()
 Resets the system to its start state by resizing to 0, then resizing back to current size. More...
 
bool getActiveSystemFlag ()
 
float getBirthRate ()
 
BaseParticleEmitter getEmitter ()
 
BaseParticleFactory getFactory ()
 
float getFloorZ ()
 
bool getIWasSpawnedFlag ()
 
int getLitterSize ()
 
int getLitterSpread ()
 
int getLivingParticles ()
 
bool getLocalVelocityFlag ()
 
int getPoolSize ()
 
BaseParticleRenderer getRenderer ()
 
NodePath getRenderParent ()
 
float getSoftBirthRate ()
 
bool getSpawnOnDeathFlag ()
 
PandaNode getSpawnRenderNode ()
 
NodePath getSpawnRenderNodePath ()
 
float getSystemAge ()
 
bool getSystemGrowsOlderFlag ()
 
float getSystemLifespan ()
 
float getTicsSinceBirth ()
 
 induceLabor ()
 Forces the birth of a particle litter this frame by resetting _tics_since_birth. More...
 
 render ()
 Populates an attached GeomNode structure with the particle geometry for rendering. More...
 
 setActiveSystemFlag (bool a)
 
 setBirthRate (float new_br)
 
 setEmitter (BaseParticleEmitter e)
 
 setFactory (BaseParticleFactory f)
 
 setFloorZ (float z)
 
 setLitterSize (int new_ls)
 
 setLitterSpread (int new_ls)
 
 setLocalVelocityFlag (bool lv)
 
 setPoolSize (int size)
 
 setRenderer (BaseParticleRenderer r)
 
 setRenderParent (const NodePath node)
 
 setRenderParent (PandaNode node)
 
 setSoftBirthRate (float new_br)
 
 setSpawnOnDeathFlag (bool sod)
 
 setSpawnRenderNode (PandaNode node)
 
 setSpawnRenderNodePath (const NodePath node)
 
 setSystemAge (float age)
 
 setSystemGrowsOlderFlag (bool sgo)
 
 setSystemLifespan (float sl)
 
 setTemplateSystemFlag (bool tsf)
 
 softStart (float br)
 Causes system to use birth rate set by set_birth_rate() More...
 
 softStart (float br, float first_birth_delay)
 Causes system to use birth rate set by set_birth_rate(), with the system's first birth being delayed by the value of first_birth_delay. More...
 
 softStop (float br)
 Causes system to use birth rate set by set_soft_birth_rate() More...
 
 update (float dt)
 
 writeFreeParticleFifo (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
 writeSpawnTemplates (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
- Public Member Functions inherited from Physical
 __init__ (const Physical copy)
 copy constructor (note- does deep copy of pn's) but does NOT attach itself to its template's physicsmanager. More...
 
 __init__ (int total_objects, bool pre_alloc)
 Default Constructor The idea here is that most physicals will NOT be collections of sets (i.e. More...
 
 addAngularForce (AngularForce f)
 Adds an angular force to the force list. More...
 
 addLinearForce (LinearForce f)
 Adds a linear force to the force list. More...
 
 addPhysicsObject (PhysicsObject po)
 Adds an object to the physics object vector. More...
 
 clearAngularForces ()
 Erases the angular force list. More...
 
 clearLinearForces ()
 Erases the linear force list. More...
 
 clearPhysicsObjects ()
 Erases the object list. More...
 
AngularForce getAngularForce (int index)
 
list getAngularForces ()
 
LinearForce getLinearForce (int index)
 
list getLinearForces ()
 
int getNumAngularForces ()
 
int getNumLinearForces ()
 
const PhysicsObjectCollection getObjects ()
 
PhysicsObject getPhysBody ()
 
PhysicalNode getPhysicalNode ()
 
NodePath getPhysicalNodePath ()
 
PhysicsManager getPhysicsManager ()
 
float getViscosity ()
 Get the local viscosity. More...
 
 output (Ostream out)
 Write a string representation of this instance to <out>. More...
 
 removeAngularForce (AngularForce f)
 removes an angular force from the force list More...
 
 removeLinearForce (LinearForce f)
 removes a linear force from the force list More...
 
 setViscosity (float viscosity)
 Set the local viscosity. More...
 
 write (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
 writeAngularForces (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
 writeLinearForces (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
 writePhysicsObjects (Ostream out, int indent)
 Write a string representation of this instance to <out>. More...
 
- Public Member Functions inherited from TypedObject
TypeHandle getType ()
 
int getTypeIndex ()
 Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More...
 
bool isExactType (TypeHandle handle)
 Returns true if the current object is the indicated type exactly. More...
 
bool isOfType (TypeHandle handle)
 Returns true if the current object is or derives from the indicated type. More...
 
- Public Member Functions inherited from ReferenceCount
int getRefCount ()
 Returns the current reference count. More...
 
 ref ()
 Explicitly increments the reference count. More...
 
bool testRefCountIntegrity ()
 Does some easy checks to make sure that the reference count isn't completely bogus. More...
 
bool testRefCountNonzero ()
 Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More...
 
bool unref ()
 Explicitly decrements the reference count. More...
 

Public Attributes

 emitter
 
 emitterType
 
 factory
 
 factoryType
 
 fEnabled
 
 geomReference
 
 name
 
 node
 
 nodePath
 
 renderer
 
 rendererType
 
- Public Attributes inherited from Physical
PointerToAngularForce angular_forces []
 
PointerToLinearForce linear_forces []
 
PhysicsObjectCollection objects
 
float viscosity
 Get the local viscosity. More...
 
- Public Attributes inherited from TypedObject
TypeHandle type
 Returns the TypeHandle representing this object's type. More...
 
- Public Attributes inherited from ReferenceCount
int ref_count
 The current reference count. More...
 

Static Public Attributes

def add_force = addForce
 
def get_emitter = getEmitter
 
def get_factory = getFactory
 
def get_pool_size_ranges = getPoolSizeRanges
 
def get_renderer = getRenderer
 
int id = 1
 
def is_enabled = isEnabled
 
 notify = directNotify.newCategory('Particles')
 
def print_params = printParams
 
def remove_force = removeForce
 
def set_emitter = setEmitter
 
def set_factory = setFactory
 
def set_render_node_path = setRenderNodePath
 
def set_renderer = setRenderer
 

Additional Inherited Members

- Static Public Member Functions inherited from ParticleSystem
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from Physical
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from TypedReferenceCount
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from TypedObject
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from ReferenceCount
static TypeHandle getClassType ()
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name = None,
  poolSize = 1024 
)

Member Function Documentation

◆ accelerate()

def accelerate (   self,
  time,
  stepCount = 1,
  stepTime = 0.0 
)

◆ addForce()

def addForce (   self,
  force 
)

◆ cleanup()

def cleanup (   self)

◆ disable()

def disable (   self)

◆ enable()

def enable (   self)

◆ getEmitter()

def getEmitter (   self)

◆ getFactory()

def getFactory (   self)

◆ getName()

def getName (   self)

Getters ##.

◆ getNode()

def getNode (   self)

◆ getPoolSizeRanges()

def getPoolSizeRanges (   self)

◆ getRenderer()

def getRenderer (   self)

◆ isEnabled()

def isEnabled (   self)

◆ printParams()

def printParams (   self,
  file = sys.stdout,
  targ = 'self' 
)

◆ removeForce()

def removeForce (   self,
  force 
)

◆ setEmitter()

def setEmitter (   self,
  type 
)

◆ setFactory()

def setFactory (   self,
  type 
)

◆ setRenderer()

def setRenderer (   self,
  type 
)

◆ setRenderNodePath()

def setRenderNodePath (   self,
  nodePath 
)

Member Data Documentation

◆ add_force

def add_force = addForce
static

◆ emitter

emitter

◆ emitterType

emitterType

◆ factory

factory

◆ factoryType

factoryType

◆ fEnabled

fEnabled

◆ geomReference

geomReference

◆ get_emitter

def get_emitter = getEmitter
static

◆ get_factory

def get_factory = getFactory
static

◆ get_pool_size_ranges

def get_pool_size_ranges = getPoolSizeRanges
static

◆ get_renderer

def get_renderer = getRenderer
static

◆ id

int id = 1
static

◆ is_enabled

def is_enabled = isEnabled
static

◆ name

name

◆ node

node

◆ nodePath

nodePath

◆ notify

notify = directNotify.newCategory('Particles')
static

◆ print_params

def print_params = printParams
static

◆ remove_force

def remove_force = removeForce
static

◆ renderer

renderer

◆ rendererType

rendererType

◆ set_emitter

def set_emitter = setEmitter
static

◆ set_factory

def set_factory = setFactory
static

◆ set_render_node_path

def set_render_node_path = setRenderNodePath
static

◆ set_renderer

def set_renderer = setRenderer
static