iTowns / itowns

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

Fix(examples/entwine): Allow navigation on the pointcloud #2263

Closed Desplandis closed 5 months ago

Desplandis commented 5 months ago

Description

The example uses FirstPersonControls and does not allow to freely navigate on the pointcloud. This PR changes controls from FirstPersonControls to PlanarControls.