Share Posted October 31, 2008 can transform manager skew to create a cube rotating effect? in other words can you create a depth effect? thank you Link to comment Share on other sites More sharing options...
Share Posted October 31, 2008 TransformMatrixProxy can skew things, yes. TransformManager is meant for interactive scaling/rotating/moving, so I assume you meant TransformMatrixProxy. See the interactive demo at http://blog.greensock.com/transformmatrixproxy/ Link to comment Share on other sites More sharing options...
Author Share Posted October 31, 2008 thank you for the quick response, but i guess what i was asking was can it create a vanishing point like: http://www.2020proj.com/notes/skew.jpg Link to comment Share on other sites More sharing options...
Share Posted October 31, 2008 No, TransformMatrixProxy doesn't bend the corners in like that - it's impossible with straight transform.matrix transformations. In order to accomplish it, you need to do BitmapData manipulation or use a special filter. I did create something that does pretty much exactly what you're looking for, called Simple3D but I never released it to the public. You can see a demo here: http://www.greensock.com/ActionScript/DistortedView/. Both classes are fully tweenable for animated effects. They're available to "Shockingly Green" Club GreenSock members because they're technically still in Beta. (see Link to comment Share on other sites More sharing options...
Author Share Posted November 1, 2008 thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now