tentone / potree-core

Potree point cloud viewer library core components for easier integration in a three.js project.
https://tentone.github.io/potree-core/
Other
171 stars 53 forks source link

logarithmicDepthBuffer: true throws error #12

Closed shiukaheng closed 4 years ago

shiukaheng commented 4 years ago

I've tested the issue using the given example, but it throws an error. Using Google Chrome | 77.0.3865.120 (Official Build) (64-bit) (cohort: Stable) Capture Capture2 Thanks, Heng

tentone commented 4 years ago

Hello

I was able to replicate this issue with the last version of threejs. Should be due to changes in the logarithmic depth shaders.

I will take a look at it.

Thank you.

tentone commented 4 years ago

Should be fixed now.

Thanks a lot for reporting!