Labels/Billboards behind the camera appear in the wrong position when minimumDisableDepthTestDistance is Infinity
See original GitHub issueThis happens when scene.minimumDisableDepthTestDistance is set to Number.POSITIVE_INFINITY, when viewing Labels/Billboard/Points at angles low to the Horizon and reasonably close to the entities.
Entities behind the camera will render in the wrong position.

Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Re: [cesium-dev] Labels visibly cross another objects
I found that Label and Billboard don't work well when depthTestAgainstTerrain is on. At low heights when Earth surface looks plane, eyeOffset parameter...
Read more >Billboard - Cesium Documentation
A billboard is created and its initial properties are set by calling ... Gets or sets the distance from the camera at which...
Read more >Labels on Levels: Labeling of Multi-Scale Multi-Instance and ...
The internal labels are positioned based on the skeletons of the projected 3D objects. Internal labels are also adjusted according to the shape ......
Read more >ShaderLab: Culling & Depth Testing - Unity - Manual
Try to apply it to a cube, and notice how the geometry feels all wrong when you orbit around it. This is because...
Read more >CHANGES.md - kahoku
Added `disableDepthTestDistance` to billboards, points and labels. This sets the distance to the camera where the depth test will be disabled.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

uh, yes! Thanks @denverpierce =)
Thanks @thw0rted! I submitted a PR to update the doc #5918