![]() |
• Effect Manager | ||||||||||||
|
API Links
Developer Links
|
class EmitterDefined in:
The C4Emitters.hEmitter class represents an emitter node in a scene graph.
Definition
Member Functions
Constructor
Emitter class can only exist as the base class for a more specific type of emitter.
Parameters
Description
The Emitter class represents an emitter node in a scene graph. A ParticleSystem node can connect to an emitter node and use the associated EmitterObject to generate random points inside the emitter volume. An emitter node can be of one of the following types.
Base Classes
See Also
EmitterObject
|