Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
shaders are not working properly in Ipad but its working perfectly fine in preview mode.
Can anyone help me in this? or should I open new thread?
Solved! Go to Solution.
problem is resolved. there was problem with coding, there was space in coding due to which shaders were not working properly on Ipad.
but once the space is removed in coding its working fine now.
Previous code was this.
$scope.view.wdg['model-iteam'].shader = " ";
but once i removed the space in "" its works fine on Ipad.
$scope.view.wdg['model-iteam'].shader = "";
problem is resolved. there was problem with coding, there was space in coding due to which shaders were not working properly on Ipad.
but once the space is removed in coding its working fine now.
Previous code was this.
$scope.view.wdg['model-iteam'].shader = " ";
but once i removed the space in "" its works fine on Ipad.
$scope.view.wdg['model-iteam'].shader = "";
