mass |
Number
|
1.0
|
optional
The mass of particles in kilograms. |
position |
Cartesian3
|
Cartesian3.ZERO
|
optional
The initial position of the particle in world coordinates. |
velocity |
Cartesian3
|
Cartesian3.ZERO
|
optional
The velocity vector of the particle in world coordinates. |
life |
Number
|
Number.MAX_VALUE
|
optional
The life of particles in seconds. |
image |
Object
|
|
optional
The URI, HTMLImageElement, or HTMLCanvasElement to use for the billboard. |
startColor |
Color
|
Color.WHITE
|
optional
The color of a particle when it is born. |
endColor |
Color
|
Color.WHITE
|
optional
The color of a particle when it dies. |
startScale |
Number
|
1.0
|
optional
The scale of the particle when it is born. |
endScale |
Number
|
1.0
|
optional
The scale of the particle when it dies. |
size |
Cartesian2
|
new Cartesian2(1.0, 1.0)
|
optional
The dimensions of particles in pixels. |