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

Point Clouds with eye dome lighting and attenuation are not visible in 2D #12078

Open
ggetz opened this issue Jul 10, 2024 · 0 comments
Open

Comments

@ggetz
Copy link
Contributor

ggetz commented Jul 10, 2024

What happened?

When specifying 2D mode with viewer.scene.mode = Cesium.SceneMode.SCENE2D; point clouds that have attentuation and eye dome lighting enabled are not visible.

This appear to be the case whether projectTo2D: true is provided when creating the tileset or not.

As far as I can tell, this applies to any point cloud dataset.

Reproduction steps

  1. Load an example with any point cloud 3D tileset
  2. Ensure the scene is initialized in 2D with viewer.scene.mode = Cesium.SceneMode.SCENE2D;

Sandcastle example

Example

Environment

Browser: Chrome
CesiumJS Version: 1.119
Operating System: Mac OS

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