ScratchData LogoScratchData
Back to FlashOficial4's profile

3D Rotation Emogies

FLFlashOficial4•Created January 31, 2021
3D Rotation Emogies
0
0
5 views
View on Scratch

Instructions

So as it turns out, I have been doing 3D rotation completely wrong all these years. For a rotation θ of x,y, I did (sin(arctan(x/y)+θ)sqrt(x^2+y^2), cos(arctan(x/y)+θ)sqrt(x^2+y^2)), when I could've been doing (xcosθ-ysinθ, xsinθ+ycosθ). This second method is a lot more concise, and A LOT faster. I can speed up 3D projection projects now by A LOT.

Project Details

Project ID481472037
CreatedJanuary 31, 2021
Last ModifiedJanuary 31, 2021
SharedJanuary 31, 2021
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root