Skip to main content

I am creating a workspace converting from shapefile to cesium 3Dtiles. The workspace is completed, but it can not set the color by values of specific attribute. I am trying to use "AppearanceSetter" or "FeatureColorSetter" but it won't allow to set various values of one attribute by colors like value 0-1:Green, value 1-2:yellow, value 2-3:Red. I'm new to FME, so if you don't mind, please kindly help me out how to set up. Thank you.Screenshot2023Aug22

You could use an AttributeValueMapper followed by an AppearanceStyler to set colours based on the value of an attribute, then you can set the appearance to the 3D geometry with the AppearanceSetter

 

image


Reply