Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cesium Inspector doesn't work without globe #8712

Open
OmarShehata opened this issue Apr 1, 2020 · 1 comment
Open

Cesium Inspector doesn't work without globe #8712

OmarShehata opened this issue Apr 1, 2020 · 1 comment

Comments

@OmarShehata
Copy link
Contributor

This may be expected behavior, and if so feel free to close. I just encountered it while testing for release and wanted to document it.

If you load this Sandcastle and quickly hit "show frustum planes" you'll get the following error:

https://sandcastle.cesium.com/index.html?src=Cesium%20Inspector.html&label=All

DeveloperError: normalized result is not a number
Error
    at new DeveloperError (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:82:23)
    at Function.Cartesian3.normalize (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:1954:23)
    at https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:41888:35
    at computeTriangleAttributes (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:41921:17)
    at splitLongitudeTriangles (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:42093:25)
    at Object.GeometryPipeline.splitLongitude (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:42563:21)
    at geometryPipeline (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:97951:42)
    at Object.PrimitivePipeline.combineGeometry (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:98097:30)
    at loadSynchronous (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:99887:44)
    at Primitive.update (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:100514:21)

It looks as though this error is only thrown if this option is turned on before the globe loads.

It looks like you can't turn on the Cesium Inspector if you disable the globe in the Viewer constructor. It will throw the following error if you try to do this:

Uncaught TypeError: Cannot set property 'depthTestAgainstTerrain' of undefined (on line 252774 of https://sandcastle.cesium.com/CesiumUnminified/Cesium.js)
@ggetz
Copy link
Contributor

ggetz commented Jan 13, 2025

#12419 brought up the fact that setting depthTestAgainstTerrain at all is unintuitive for users who aren't familiar with the intricacies of CesiumJS's rendering (i.e. most users). Users may see a inexplicable change in billboard or label rendering.

Should the inspector set this value at all?

CC #6991 which poses a similar question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants