Solved
How do I Change Color of a Model?
- July 18, 2019
- 1 reply
- 7116 views
Hi
One of the ways to change the color of the 3D Model is as follows:
$scope.colorChange = function()
{
$scope.view.wdg['modelItem-1']['color']='rgba(0,0,255,0.3)';
}
Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.