@tjheuvel@mastodon.gamedev.place
Post #2346586
2026-05-09 06:09 UTC
@TomF@mastodon.gamedev.place What do you mean with To/From vector lib?
Replies (1)
-
@TomF@mastodon.gamedev.place 2026-05-09 06:12
@tjheuvel@mastodon.gamedev.place Which direction matrix multiplies happen. So whether your naming scheme is: cameraPos = cameraFromWorld * worldFromObject * objectPos; or cameraPos = objectPos * objectToWorld * worldToCamera; They're equivalent, but the first is more cromulent with assignment-on-the-left which most languages are.