Hannah

Results 20 issues of Hannah

I would expect the following code to make the globe stay put since `screenSpaceCameraController` is disabled between pressing on the mouse button and releasing it. However, while the globe doesn't...

type - bug
category - camera

Requested on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/gv0yg8vxxUY This was mentioned in our geometry roadmap (#766), but I wanted to make an issue so we can see how many users are requesting this...

type - enhancement
onramping
category - graphics

Users on the forum want to use non-earth ellipsoids but it is unclear how they have to set it.

category - doc
onramping
category - sandcastle

Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/fILh9nJyI1w The model in this example looks like its flickering. To me it looks like it might be that the camera isn't tracking it correctly for...

type - bug
category - czml
category - entity

Reported by @moodragon46 in #7137 This is a fix for a bug that can be replicated using the following steps: 1. Use the middle mouse button to tilt 2. While...

type - bug
category - camera

Reported on the forum: https://groups.google.com/d/msg/cesium-dev/OLbOuzNRM7U/MHgo_4N6CwAJ The icon to the left is a billboard, the icon to the right is the original image ![image](https://cloud.githubusercontent.com/assets/3451886/17976183/5d50383a-6aba-11e6-8203-d3608cb913e5.png)

type - bug
priority - high
category - labels
category - billboards
label/billboard quality

From discussion related to #4081 It would be helpful to our users if our sandcastle examples more closely resembled scenarios for which they would be using Cesium. This is particularly...

type - enhancement
onramping

Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/O_LaBx1_1wg [ne_10m_admin_0_countries2.json.txt](https://github.com/AnalyticalGraphicsInc/cesium/files/682638/ne_10m_admin_0_countries2.json.txt) For some reason this crashes in Sandcastle but not in the CesiumViewer. It also doesn't crash when `scene3DOnly = true` ``` javascript var viewer...

type - bug
category - polygons/geometry

* Open the viewer * Drag drop the attached GeoJSON file * Switch to 2D mode The map is lags pretty badly in 2D infinite scroll mode. The performance is...

type - bug
priority - high
category - 2d / columbus view

Prevents an error when importing a component using goober into a vitest unit test ``` TypeError: Cannot add property p, object is not extensible ❯ a node_modules/goober/dist/goober.modern.js:1:2084 ``` The error...