This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve the groundskybox
tags/2.1.4
Caven Chen
4 years ago
parent
36972e3197
commit
1d8a996c14
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/exts/GroundSkyBox.js
+ 1
- 1
modules/exts/GroundSkyBox.js
View File
@@ -51,7 +51,7 @@ const SkyBoxVS = `
class GroundSkyBox extends Cesium.SkyBox {
constructor(options = {}) {
super(options)
this.offsetAngle = options?.offsetAngle
this.offsetAngle = options?.offsetAngle
|| 0
}
update(frameState, useHdr) {
Write
Preview
Loading…
Cancel
Save