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 = "";