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

Eye dome lighting for Model.fromGltf() #10005

Open
ptrgags opened this issue Jan 11, 2022 · 0 comments
Open

Eye dome lighting for Model.fromGltf() #10005

ptrgags opened this issue Jan 11, 2022 · 0 comments

Comments

@ptrgags
Copy link
Contributor

ptrgags commented Jan 11, 2022

In #9998 I implement point cloud attenuation in ModelExperimental. Eye dome lighting works "for free" since it's the Cesium3DTileset that manages it.

However, if a ModelExperimental is loaded via the fromGltf() static method, eye dome lighting will not be applied. This would be a nice-to-have, but not the highest priority right now.

@j9liu j9liu changed the title Eye dome lighting for ModelExperimental.fromGltf() Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment