iTowns / itowns

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

fix(points): use param classificationScheme in 3DTiles #2358

Closed Desplandis closed 3 weeks ago

Desplandis commented 3 weeks ago

Description

Use classificationScheme parameter for all users of PointsMaterial (instead of a mix of classification and classificationScheme and update the documentation. This fixes a regression introduced by #2348 where usage of the classification parameter caused warnings from THREE.PointsMaterial.