Skip to content

Commit

Permalink
Adjust the 3D transformation.
Browse files Browse the repository at this point in the history
  • Loading branch information
André Schneider committed Jun 27, 2014
1 parent e59a9ce commit f0ec98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Popping/FoldView.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ - (void)rotateToOrigin
- (CATransform3D)transform3D
{
CATransform3D transform = CATransform3DIdentity;
transform.m34 = 2.0 / -2000;
transform.m34 = 2.5 / -2000;
return transform;
}

Expand Down

0 comments on commit f0ec98b

Please sign in to comment.