#how to rotate an object around another
11 messages · Page 1 of 1 (latest)
Rotator
Oh fuck not for me 😂
I have an orbit invention (I think it is priced around 500?) if you want to use that, if you can't figure it out.
But it has to do with rotate vectors, sin, cos, and stuff
Hm
Have a vector, where X is Sin(Time*DegreesPerSecond) * Amplitude and Z is Cos(Time*DegreesPerSecond) * Amplitude
Rotate this vector by the rotation of the object multiplied by a rotation offset
Add this new rotated vector to the position of the object
This guy wanted something to orbit hand position but