Tagged Questions
1
vote
2answers
75 views
MMOFPS Player Positions [closed]
I'm working on a MMO game project. I have a question about MMOFPS game architecture. (I have basic network knowladge)
(MMOFPS) I want to send player position to other players(clients) and other ...
4
votes
1answer
426 views
3d Model Scaling With Camera
I have a very simple 3D maze program that uses a first person camera to navigate the maze. I'm trying to scale the blocks that make up the maze walls and floor so the corridors seem more roomy to the ...
2
votes
1answer
293 views
XNA Framework and looking around relative to the world instead of camera?
So I've been toying around with creating a game in the XNA framework. A great place to start is simply being able to move and walk around.
I kinda have looking around...
I start off with the camera ...