Living Space Studios on Nostr: The thing people don't know about 3D physics (and the games that rely on them) is ...
The thing people don't know about 3D physics (and the games that rely on them) is that there aren't 3 axes. There are six. The X, Y, Z stuff is just linear positioning. You still have to account for angular positioning with Yaw, Pitch and Roll and learn how convert between them cleanly without a variety of mathematical and systems errors that are often hard to perceive, hard to fix and hard to plan for.
You need to understand geometric calculus just to implement basic 3D logic. When you have to worry about pathfinding and AI, that multiplies issues and when you add in multiplayer and all of quasi-temporal maths and logic problems that causes, the move to 3D is exponentially more complex than 2D.
Published at
2023-09-14 04:13:05Event JSON
{
"id": "98ca4aa4e12d3929e10b52efcc1bece3fae5df783997933429d05f7f0d574884",
"pubkey": "c1d089b7701ca66e77f47bf300122671ee36a35ff02301862955d0285690077c",
"created_at": 1694664785,
"kind": 1,
"tags": [
[
"p",
"79c2cae114ea28a981e7559b4fe7854a473521a8d22a66bbab9fa248eb820ff6",
"wss://relay.mostr.pub"
],
[
"p",
"97cb82677881070f49e2427dba367476fafdb7a412e68252e653fdcafe24d38f",
"wss://relay.mostr.pub"
],
[
"p",
"52aee7fd38f436be9779f588001b30d4789a4b2a92a6180fb84f32d3d4ad5021",
"wss://relay.mostr.pub"
],
[
"e",
"8fb18a94ab462e9edd9bb1f16e73e035e41e75bc30d982f7ba8bd5c0c82883b2",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://poa.st/objects/96dfaf6e-f352-4bce-abe4-a9d1c51170e3",
"activitypub"
]
],
"content": "The thing people don't know about 3D physics (and the games that rely on them) is that there aren't 3 axes. There are six. The X, Y, Z stuff is just linear positioning. You still have to account for angular positioning with Yaw, Pitch and Roll and learn how convert between them cleanly without a variety of mathematical and systems errors that are often hard to perceive, hard to fix and hard to plan for.\n\nYou need to understand geometric calculus just to implement basic 3D logic. When you have to worry about pathfinding and AI, that multiplies issues and when you add in multiplayer and all of quasi-temporal maths and logic problems that causes, the move to 3D is exponentially more complex than 2D.",
"sig": "801c5d806398355d46297dd3098c7471ba96bd243df66808dc95fdb6266a908458f9d14a0ba0eb35447f532e2b637ce12da8d9530095e11dea4330ad70cdc391"
}