Tagged Questions
5
votes
4answers
473 views
How does a wow server handle which player position to set to each nearest players?
I already understood how game developers could create very large game levels, bypassing the floating point precision limit.
This was my very first mind boggling question, and I understood it when I ...
2
votes
2answers
153 views
Transition Player Position
I'm currently working on a Java MMO with a pretty solid start, but I've come across an issue I need a little help with.
I'm working on player positions. Meaning their X/Y on the screen, if the ...