iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.1k stars 298 forks source link

Cubic planar example produces visual artifacts #668

Closed fnicollet closed 6 years ago

fnicollet commented 6 years ago

Hello,

Trying out the "Cubic planar" example on my laptop: http://www.itowns-project.org/itowns/examples/cubic_planar.html When you move the camera around, it generates some artifacts. Some faces become orthogonal to the plane, making them stand out: image Also, some tiles never seem to load (wrong LOD or something): image

There is no error in the console Fabien

peppsac commented 6 years ago

Thanks for reporting.

This was probably broken by #586 (just tested: it worked before this PR) - so this issue could be considered a duplicate of #642

fnicollet commented 6 years ago

all good 👍