It was reported to us recently that anisotropic rotation was not working. The confusion probably stems from the fact that you have to use radians rather than degrees for this parameter. To convert a degree to a radian, just do the following math: (degrees*pi)/180
so 45 degrees would be about .785 radians. Give it a try.
so 45 degrees would be about .785 radians. Give it a try.
Comment