ParticleVelocityFieldEffect

new SuperMap3D.ParticleVelocityFieldEffect()

3D Flow Field Class.

Members

horizontalDensity : Float

Get or set the horizontal particle density. When the data is in a geographic coordinate system, the unit is particles/degree; when in a projected coordinate system, the unit is particles/meter.
Default Value: 1

image : String

Get or set the texture image path required for rendering the 3D flow field.
Default Value: "Assets/Textures/arrow.png"

imageSizeInMeters : Boolean

Get or set the unit of the texture when the particle rendering mode is set to texture mode. If true, the texture unit is in meters; if false, the texture unit is in pixels.
Default Value: true

particleBaseColor : Color

Get or set the particle color. Type: Color.
Default Value: Color.Green

particleLifeRange : Array.<Float>

Get or set the lifetime range of particles. The particle lifetime will be randomly generated within this range, in milliseconds.
Default Value: [5000,10000]

particleMode : ParticleMode

Get or set the particle rendering mode. Type: ParticleMode.
Default Value: ParticleMode.Texture

particleSize : Float

Get or set the particle size.
Default Value: 5.0

velocityScale : Float

Get or set the particle speed scaling factor.
Default Value: 1

verticalDensity : Float

Get or set the vertical particle density (units: particles/meter).
Default Value: 0.1