I would like to stye the 3d tiles using classification and intensity. However when I inspect my 3d tiles (created with the Ion CLI) I can see that only the classification is listed under _styleableShaderAttributes.
When I try and style using the Intensity attribute I get an error "An error occurred during rendering, rendering has stoped"
layer3dArray.cesiumLayer.style = new Cesium.Cesium3DTileStyle({
show: '${Intensity} > 14'
});
When I created the 3d tiles I did not use any special flags. Is there something I need to do to get intensity values into the 3d tiles?
I am using Cesium-1.54
Cheers, Ben