0
votes
How many game updates per second?
Such variables are generally best found via the guess and check strategy.
Implement your game logic in such a way that is refresh agnostic (Say for instance, exposing the ms/update as a var …
0
votes
How does a game engine that models objects as “collections of components” work at runtime?
Could it be possible to give the objects a reference back to the Game object?
This would allow the finding of the world position by going back to the Game object then drilling down to the w …
