new Cesium.GeoSprinklerParticleSystem(options)
喷射粒子系统
Name |
Type |
Description |
options |
Object
|
参数选项:
Name |
Type |
Default |
Description |
image |
String
|
|
纹理 |
center |
Array
|
|
中心 |
direction |
HeadingPitchRoll
|
|
方位角 |
imageSize |
Cartesian2
|
new Cesium.Cartesian2(4.9, 4.9)
|
optional
纹理大小 |
particleLife |
Number
|
4.9
|
optional
粒子周期 |
speed |
Number
|
27.46
|
optional
速度 |
emissionRate |
Number
|
800.0
|
optional
发射率 |
radius |
Number
|
0.2
|
optional
半径 |
lifetime |
Number
|
1.0
|
optional
生命期 |
angle |
Number
|
0.89
|
optional
喷射角 |
longest |
Number
|
2000.0
|
optional
最远可见距离 |
|
Example:
viewer.scene.primitives.add(new Cesium.GeoSprinklerParticleSystem({
image : '/geomap-api/JsCesuimDemo/resource/images/water.png',
center : [108.959430, 34.219269, 433.926807],
direction : Cesium.HeadingPitchRoll.fromDegrees(-4.0, 65.0, 0.0)
}));
Demo: