Struggling with the EDL Shader in the Potree Viewer? While it performs well in perspective mode, I'm encountering issues when trying to utilize orthographic mode for my project.
Check out the accompanying GIF and example below for reference.
The EDL Renderer seems to malfunction when used in conjunction with orthographic mode. The problem arises when zooming into the point cloud, causing shadows to vanish and depth perception to be lost.
You should be able to replicate this issue on any public example by simply switching to orthographic mode using the Tools panel in the sidebar.
Any assistance would be greatly appreciated.
Take a look at how it appears in this GIF:
The example showcased in the GIF can be accessed here:
To explore Potree shaders, visit: https://github.com/potree/potree/tree/develop/src/materials/shaders
Refer to navigation controls that manipulate camera position here: https://github.com/potree/potree/blob/develop/src/navigation/OrbitControls.js