You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Particle.size` has been renamed to `Particle.imageSize`. Use of the `size` parameter is deprecated and will be removed in Cesium 1.46.
15
+
*`ParticleSystem.rate` has been renamed to `ParticleSystem.emissionRate`. Use of the `rate` parameter is deprecated and will be removed in Cesium 1.46.
16
+
*`ParticleSystem.forces` array has been switched out for singular function `ParticleSystems.updateParticle`. Use of the `forces` parameter is deprecated and will be removed in Cesium 1.46.
17
+
*`ParticleSystem.lifeTime` has been renamed to `ParticleSystem.lifetime`. Use of the `lifeTime` parameter is deprecated and will be removed in Cesium 1.46.
18
+
*`ParticleSystem.minimumWidth` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, minimumImageSize, instead. Use of the `minimumWidth` parameter is deprecated and will be removed in Cesium 1.46.
19
+
*`ParticleSystem.minimumHeight` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, minimumImageSize, instead. Use of the `minimumHeight` parameter is deprecated and will be removed in Cesium 1.46.
20
+
*`ParticleSystem.maximumWidth` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, maximumImageSize, instead. Use of the `maximumWidth` parameter is deprecated and will be removed in Cesium 1.46.
21
+
*`ParticleSystem.maximumHeight` will no longer be an individual component. Instead of width and height components for pixel dimensions we switched to the Cartesian2, maximumImageSize, instead. Use of the `maximumHeight` parameter is deprecated and will be removed in Cesium 1.46.
22
+
23
+
##### Additions :tada:
24
+
* Added color attribute to the `Particle` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
25
+
* Added scale attribute to the `Particle` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
26
+
* Added color attribute to the `ParticleSystem` class constructor that when defined sets both start and endColor. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
27
+
* Added scale attribute to the `ParticleSystem` class constructor that when defined sets both start and endScale. [#6429](https://github.com/AnalyticalGraphicsInc/cesium/pull/6429)
0 commit comments