Open jrjdavidson opened 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.
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.