Class: CircleEmitter

CircleEmitter

new CircleEmitter(radius)

A ParticleEmitter that emits particles from a circle. Particles will be positioned within a circle and have initial velocities going along the z vector.

Name Type Default Description
radius Number 1.0 可选

The radius of the circle in meters.

Members

angleNumber

The angle of the cone in radians.

Default Value:
SuperMap3D.Math.toRadians(30.0)

radiusNumber

The radius of the circle in meters.

Default Value:
1.0