Hi!
I want to use the ShapediverOutput component to visualize meshes with transformation lists attachted, as the tree structure of the output is very important. Unfortunately this output seems to ignore transformations attached to the meshes? Is that so?
Using the same meshes with the gltf output, gives me a correct result, but the meshes are in wrong order. As the meshes are generated from the transformations and are not present in the GH-definition yet, I also can’t attach custom attributes to the meshes where I could store order information (which I already have).
How would you solve this? Any help would be very appreciated. Thanks!
EDIT:
Ok, I think that answers my first question. But how can I attach meta info to meshes generated by transformations?