BoxEmitter

from panda3d.physics import BoxEmitter
class BoxEmitter

Bases:

Bases: BaseParticleEmitter

Describes a voluminous box region in which particles are generated.

Inheritance diagram

Inheritance diagram of BoxEmitter

__init__()

constructor

__init__(copy: BoxEmitter)

copy constructor

get_max_bound() panda3d.core.LPoint3

boundary accessor

get_min_bound() panda3d.core.LPoint3

boundary accessor

set_max_bound(vmax: panda3d.core.LPoint3)

boundary assignment

set_min_bound(vmin: panda3d.core.LPoint3)

boundary assignment