pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
212 stars 92 forks source link

Filter by classification #170

Open jrjdavidson opened 3 weeks ago

jrjdavidson commented 3 weeks ago

allows filtering by classification. Example code: // after pointcloud loaded pco.material.useFilterByClassification = true;//turn on filter in shader pco.material.classificationFilter[0] = true;// show default points.