ソースを参照

improve the cloud #67

tags/2.6.0
Caven Chen 4年前
コミット
8505814f59
1個のファイルの変更4行の追加4行の削除
  1. 4
    4
      modules/weather/type/Cloud.js

+ 4
- 4
modules/weather/type/Cloud.js ファイルの表示

@@ -88,11 +88,11 @@ class Cloud {
alpha:
'texture2D(image, fract(repeat * materialInput.st)).r * color.a',
diffuse: 'vec3(1.0)'
},
translucent: true,
aboveGround: true
}
}
})
}),
translucent: true,
aboveGround: true
})
})
this._delegate.geometryInstances = new Cesium.GeometryInstance({

読み込み中…
キャンセル
保存