Jump to content
Search Community

Simple3D - flash 10 error

ggalan test
Moderator Tag

Recommended Posts

Simple3D is pretty much completely unnecessary if you're plublishing to Flash Player 10 because Flash Player 10 natively supports rotationX, rotationY, and rotationZ, along with x, y, and z properties. Is there a reason you wanted to use Simple3D in FP10?

Link to comment
Share on other sites

i see.

i just thought that the simplicity of simple 3d was nice, also the way it worked with tweenlite. i know papervision can achieve something like this as well. how would you rotate with 3d perspective natively in flash 10?

 

var my3DView = new Simple3D(mc, {precision:16, autoUpdate:true, rotationY:-45});

TweenLite.to(my3DView, 2, {rotationY:0});

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...