Hannah

Results 20 issues of Hannah

Reported here : https://groups.google.com/forum/?hl=en#!topic/cesium-dev/e21OWBTtieA With the fix in #6549 the example runs fine locally, but it does not work on cesiumjs.org https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Google%20Earth%20Enterprise.html @tfili

type - bug
priority - high
category - sandcastle

What's going on here? Load the example below and zoom all the way out. ![image](https://user-images.githubusercontent.com/3451886/51699261-4c015c80-1fda-11e9-8408-a6ba8b4a8be2.png) ```js var viewer = new Cesium.Viewer('cesiumContainer'); var scene = viewer.scene; var particleSystem = scene.primitives.add(new Cesium.ParticleSystem({...

type - bug
category - graphics

The workshop includes instructions for signing up for an ion account, but then they have no way to access the NYC tileset because it is not in the asset depot....

From https://github.com/AnalyticalGraphicsInc/cesium/issues/6319#issuecomment-410764699 > The documentation for Cesium and Webpack appears to be broken around 1.47, 1.48 . Whenever the iframe implementation was enforced as the dom container for the map....

From the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/7OUvU8MTPoE

This is something frequently requested on the forum. Users would like an event that is fired when the scene is fully loaded. https://groups.google.com/forum/?hl=en#!topic/cesium-dev/FTHsjxL8rS4

type - enhancement
onramping
priority - high
category - 3d tiles
category - terrain and imagery

1. Open up http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=3D%20Models%20Coloring.html&label=Showcases 2. Add the option `orderIndependentTranslucency: false,` to Viewer and run the exmaple 3. Move the transparency slider ![image](https://user-images.githubusercontent.com/3451886/28791965-25598c6c-75fc-11e7-89b5-fed5ee768870.png)

type - bug
category - graphics
category - model

The new `depthFailMaterial` property currently only works for static polyline entities. This is because the `PolylineGeometryUpdater` uses a `PolylineGeometry` for static polylines and a `PolylineCollection` for dynamic ones. We'll need...

type - enhancement
onramping
priority - high
category - polyline

Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/7Bda_BkaJMU The canvas used for the image material is updating, but the rectangle itself does not. It's because we only read from the canvas once and...

type - enhancement
category - graphics

I've seen this requested on the forum a handful of times, most recently here: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/z-kWiAZ1Jfg For some applications, it would be helpful to define a rectangle to restrict the camera...

type - enhancement
onramping
priority - high
category - camera