When trying to style 3DTiles by point classification attributes I get an error saying Classification does not exist or is not styleable. I’m my styling code looks like this.
@dzung the infobox won’t work for point clouds, so clicking on the points won’t show the per-point properties, but you are right that it is likely that this point cloud does not have the per-point Classification property.
@wepmanj does your LAS file happen to have all per-point classification values the same? If so, the Cesium ion tiling pipeline will ignore this value:
If all points have the same value for any property, it will be treated as a “no data” value and ignored.
@Omar All the classifications aren’t the same. I’ve uploaded the tileset to ion. If I provided the assetId would you be able to determine if it, in fact, has the classification property for the points?
Ok, thanks. Likely not a Cesium problem than. This tileset was generated with Entwine since I wasn’t able to successfully get the Cesium tiler to process a LAS fileset as large as mine. Appreciate the help.
Thanks for confirming. If you can upload that file you had trouble with to Cesium ion or share it with support@cesium.com I’d like to take a look to see if it’s something on our end we can fix.