소스 검색

fix the wave bug #205

tags/4.1.1
Caven Chen 11 달 전
부모
커밋
127b09ca11
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/modules/material/property/circle/CircleWaveMaterialProperty.js

+ 2
- 2
src/modules/material/property/circle/CircleWaveMaterialProperty.js 파일 보기

@@ -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
}


Loading…
취소
저장