class BoxEmitterObject
Defined in:
The C4Emitters.h
BoxEmitterObject
class encapsulates data pertaining to a box emitter.
Definition
class BoxEmitterObject final : public EmitterObject, public BoxVolume
Constructor
BoxEmitterObject(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
The BoxEmitterObject
class encapsulates an emitter volume shaped like a box whose dimensions are specified by the size
parameter.
Base Classes
EmitterObject |
A BoxEmitterObject is an object that can be shared by multiple box emitter nodes.
|
BoxVolume |
A BoxEmitterObject is represented by a generic box volume.
|
See Also