BoxEmitter

from panda3d.physics import BoxEmitter
class BoxEmitter

Bases: BaseParticleEmitter

Describes a voluminous box region in which particles are generated.

Inheritance diagram

Inheritance diagram of BoxEmitter

__init__(*args, **kwargs)
getMaxBound()

C++ Interface: get_max_bound(BoxEmitter self)

/**
  • boundary accessor

*/

getMinBound()

C++ Interface: get_min_bound(BoxEmitter self)

/**
  • boundary accessor

*/

get_max_bound()

C++ Interface: get_max_bound(BoxEmitter self)

/**
  • boundary accessor

*/

get_min_bound()

C++ Interface: get_min_bound(BoxEmitter self)

/**
  • boundary accessor

*/

setMaxBound()

C++ Interface: set_max_bound(const BoxEmitter self, const LPoint3f vmax)

/**
  • boundary assignment

*/

setMinBound()

C++ Interface: set_min_bound(const BoxEmitter self, const LPoint3f vmin)

/**
  • boundary assignment

*/

set_max_bound()

C++ Interface: set_max_bound(const BoxEmitter self, const LPoint3f vmax)

/**
  • boundary assignment

*/

set_min_bound()

C++ Interface: set_min_bound(const BoxEmitter self, const LPoint3f vmin)

/**
  • boundary assignment

*/