Quellcode durchsuchen

fix the wave bug #205

tags/4.1.1
Caven Chen vor 11 Monaten
Ursprung
Commit
127b09ca11
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 2
- 2
src/modules/material/property/circle/CircleWaveMaterialProperty.js Datei anzeigen

@@ -30,8 +30,8 @@ class CircleWaveMaterialProperty extends MaterialProperty {
}
result.color = Cesium.Property.getValueOrUndefined(this._color, time)
result.speed = Cesium.Property.getValueOrUndefined(this._speed, time)
result.count = Cesium.Property.getValueOrUndefined(this._count, time)
result.gradient = Cesium.Property.getValueOrUndefined(this._gradient, time)
result.count = this.count
result.gradient = this.gradient
return result
}


Laden…
Abbrechen
Speichern