I want to apply color to 3D features via FME attributes.
To my disappointment I found that AppearanceSetter does not allow attribute values for color setting. AppearanceStyler does however.
Problem now is I have to split my stream of features in order to get one stream with the features, the other stream with the appearances so I can use the AppearanceSetter to finally apply the appearances.
Do I need to create unique Ids for each feature in order to get this working properly, or is there an easier way to do this ?
Any reason why AppearanceSetter doesn't allow me to do this directly ?
Thanks for any hint