tml3dRenderer go through a component
Hi everyone,
in my project I have a list of components that I have to make available to the customer with a simple click.
When I click a button, the whole model must become semi-transparent and ONLY the components within a list that I pass appropriately must be selectable.
I tried with the function:
tml3dRenderer.setProperties ($scope.app.cad.ModelID, {opacity: 0.10});
but that's not what I want. Semi-transparent components must NOT be selectable.
Thank you
Esiste un modo per passare attraverso una parte?

