Search found 2 matches
- Sat May 30, 2009 4:04 am
- Forum: Game Programming
- Topic: Pathfinding & other questions
- Replies: 2
- Views: 1509
Pathfinding & other questions
I'm new to Irrlicht and creating games in a 3D space. I have a few questions. 1) Do most people (I'm talking in a non-professional setting) find it worthwhile to create a world editor for their game no matter the size? 2) As for pathfinding I understand the concept I'm just not 100% certain how to i...
- Fri May 29, 2009 2:15 am
- Forum: Game Programming
- Topic: Networking with Physic Engines and Smooth Movement
- Replies: 8
- Views: 2786
If you know that performing action A + action B = C You can reduce network traffic by transmitting only what is necessary. In the context of a game consider this: The game knows where Player A and Player B are standing. Player A knocks back player B and sends him flying 3 units while Player A is mov...