BoxEmitter

new Cesium.BoxEmitter(dimensions)

A ParticleEmitter that emits particles within a box. Particles will be positioned randomly within the box and have initial velocities emanating from the center of the box.
参数名称 类型 描述信息
dimensions Cartesian3 The width, height and depth dimensions of the box.

成员(属性)

The width, height and depth dimensions of the box in meters.
默认值: new Cartesian3(1.0, 1.0, 1.0)