
Icewolf
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Icewolf
-
-
Hey, I have one quick question to ask.
I've already rotated my 3D object with rotateX so that it's a bit angled up.
Next I want to rotate around my 3D object on the Y axis, so I use rotateY, but the problem is that it's already affected by rotateX that I set previously, so it rotates around the Y axis of the 3D object it self.
Is it possible to use rotateY by specifying an UP vector it should rotate around?
Thanks!
Rotation issue (order of rotations)
in GSAP
Posted
Ah, thank you! That's exactly what I ended up doing. I wrapped the object into 2 containers that represent each axis, x and y.
Thank you for the great explanation and help. I'm looking forward to use GSAP a lot more in the future
I'll make sure to share what I'm working on once it's done!
BTW, it would be extra cool feature if you could specify a vector to rotate around
Thanks again!