¡@

Home 

2014/10/15 ¤U¤È 10:15:04

iphone Programming Glossary: transform3d

How do I create/render a UIImage from a 3D transformed UIImageView?

http://stackoverflow.com/questions/1949003/how-do-i-create-render-a-uiimage-from-a-3d-transformed-uiimageview

iPhone project is available here . Thanks. void transformImage float degrees 12.0 float zDistance 250 CATransform3D transform3D CATransform3DIdentity transform3D.m34 1.0 zDistance the m34 cell of the matrix controls perspective and zDistance affects.. . Thanks. void transformImage float degrees 12.0 float zDistance 250 CATransform3D transform3D CATransform3DIdentity transform3D.m34 1.0 zDistance the m34 cell of the matrix controls perspective and zDistance affects the sharpness of the transform transform3D.. 1.0 zDistance the m34 cell of the matrix controls perspective and zDistance affects the sharpness of the transform transform3D CATransform3DRotate transform3D DEGREES_TO_RADIANS degrees 1 0 0 perspective transform on y axis imageView.layer.transform..