in Away3D v.3.6.0 , use view.scene.rotationY -= 0.05; < Work
in 4.0.7 not work, how to use rotation view around object ?
help me please !!
and, Example Intermediate_Globe.as < not work
run to black screen.
How to use Rotation around Object ?Software: Away3D 4.x |
||
Away3D-Jr, Newbie
Posted: 21 July 2012 02:24 PM Total Posts: 3 in Away3D v.3.6.0 , use view.scene.rotationY -= 0.05; < Work help me please !! and, Example Intermediate_Globe.as < not work run to black screen. |
||
Richard Olsson, Administrator
Posted: 22 July 2012 11:20 AM Total Posts: 1192 [ # 1 ] If you want to rotate the entire scene, put all your objects in a container and rotate that. Or, if you just want to rotate the camera around a certain object, look into HoverController and how it’s used for example here: |
||
|