Procházet zdrojové kódy

improve the cloud #67

tags/2.6.0
Caven Chen před 4 roky
rodič
revize
8505814f59
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      modules/weather/type/Cloud.js

+ 4
- 4
modules/weather/type/Cloud.js Zobrazit soubor

@@ -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({

Načítá se…
Zrušit
Uložit