|
|
|
|
|
by kfarr
1739 days ago
|
|
Thanks Dustin for the awesome writeup! Event-based also seems easier to animate in a 3D engine (pseudocode is simply "move that entity x units in y seconds") compared to constantly updating positions based on the simulation which is more akin to relatively complicated multiplayer gaming challenges to keep multiple entities in sync. |
|