CircleEmitter

new SuperMap3D.CircleEmitter(radius, innerRadius)

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 optional The radius of the circle in meters.
innerRadius Number 0.0 optional The radius of the circle in meters.

Members

angle : Number

The angle of the cone in radians.
Default Value: SuperMap3D.Math.toRadians(30.0)

endAngle : Number

Gets or sets the ending emission angle of the circular particle emitter.
Default Value: 0.0

innerRadius : Number

Gets or sets the inner radius of the circular particle emitter
Default Value: 0.0

radius : Number

The radius of the circle in meters.
Default Value: 1.0

startAngle : Number

Gets or sets the start emission angle of the circular particle emitter.
Default Value: 0.0