-
v1.22 is out http://cesiumjs.org/2016/06/01/Cesium-version-1.22-released/
-
### What happened?
Hello,
I added a model via CZML and played the animation through the timeframe.
When the ModelGraphic appears on the surface, the entire map blinks out. Sometimes it takes .2…
-
error text from sandcastle:
-----------------------------------------
An error occurred while rendering. Rendering has stopped.
undefined
DeveloperError: normalized result is not a number
E…
-
http://cesiumjs.org/ looks really cool. Let's use it for something! Ideas? Thoughts?
7yl4r updated
10 years ago
-
When I have a billboard with an image that is facing north, I can tilt the camera so the image is flipped. This is not what I would've expected, and there doesn't seem to be a way to keep the billboar…
-
### What happened?
I'm creating a linePrimitive on a 3D terrain and want the line to appear semi-transparent when obscured by the terrain. Then, I added a billboard and set disableDepthTestDistance: …
-
### What happened?
```js
viewer.entities.add({
position,
label: {
text: 'Hello',
heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
}
})
```
`HeightReference.CLAMP_TO_GRO…
-
Hello,
I am trying to render polygons with altitude in TerriaMap. I have prepared a GeoJSON with a height property. During debugging, I noticed that the following code is executed, but it does not dr…
-
readyPromise is used in https://github.com/openlayers/ol-cesium/blob/master/src/olcs/util.js:
![image](https://github.com/openlayers/ol-cesium/assets/116658238/7e694b1a-9a0c-4952-9d83-0f1ccabcad36)…
-
### What happened?
Fill is renders wrong for simple polygons
### Reproduction steps
1. Draw a polygon with fill enabled.
2. See that it doesn't fill the entire polygon.
### Sandcastle example
…