C4 Engine
C4 Engine API Documentation

class SphereEmitter

Defined in:  C4Emitters.h
The SphereEmitter class represents a sphere emitter node in a world.
Definition

class SphereEmitter final : public Emitter

Constructor

SphereEmitter(const Vector3D& size);

Parameters
size The size of the sphere.
Description
The SphereEmitter class represents an emitter node that is shaped like a sphere whose dimensions are specified by the size parameter. The associated SphereEmitterObject can be used by a particle system to generate random points inside a sphere emitter volume.
Base Classes
Emitter A sphere emitter is a specific type of emitter.
See Also

SphereEmitterObject