CALayer transform, setting the Y value of rotation causes side-effects

2008-07-14 Thread John Clayton
Hi All, I'm setting the rotation values of a CALayer, and notice that when setting the Y component of rotation of a CATransform3D structure via the : [layer setValue:someValue forKeyPath:@transform.rotation.y] call, that in certain cases of 'someValue' (the y rotation), the X and

Re: CALayer transform, setting the Y value of rotation causes side-effects

2008-07-14 Thread Frédéric Testuz
Le 14 juil. 08 à 18:57, John Clayton a écrit : Hi All, I'm setting the rotation values of a CALayer, and notice that when setting the Y component of rotation of a CATransform3D structure via the : [layer setValue:someValue forKeyPath:@transform.rotation.y] call, that in certain