Reset shader values of a model in Vuforia Studio
Hello, I made a function that cuts my model based on the value of a slider, to obtain a dynamic section-like effect.
This model has some element which are glass-like (material wise) and when I apply the "cut" which is basicall a shader this "glass" becomes darker, more like plastic. I would like to know if there is a way to reset the model shader value to its default value.
The code for the section is the following:
I tried with $scope.view.wdg["model-1"]['shader'] = undefined; or tml3dRenderer.setProperties('model-1', {'shader': undefined}); but nothing happens.

