Isolate model item (not working in last vuforia studio version)
What is the best way to isolate the visibility of a model item, that is to make only a selected item visible via a button?
I have successfully used a combination of
tml3dRenderer.setProperties(modelitem, {hidden: true})
but the latest update seems to have broken this mechanism.
It does not work anymore. so I'm wondering what is the best way to select a component and then isolate it from the others.
Thank you
please note that I'm NOT using model items in Vuforia Studio, I only use metadata.json to retrieve the model parts.


