game-physics
Movement algorithm for game
I\'m currently developing a script for a map in COD4. I think that the language is so simple that I\'m tagging this as language-agnostic since the problem is in the algorithm for this situation.[详细]
2023-02-02 23:56 分类:问答Collision point of 2 curves in a 3d-room
i am programming a small game for quite some time. We started coding a small FPS-Shooter inside of a project at school to get a bit experience using directX.[详细]
2023-02-02 06:06 分类:问答Who know how to implement the 2D bone animation showed in the game?
I wonder how do they implement the bone animation in the flash game http://www.foddy.net/athletics.swf[详细]
2023-02-01 03:21 分类:问答related to Marble Maze Game
I am working on the project of marble maze game in j2me.I am facing the problem related to the movement and controlling of the ball.[详细]
2023-01-31 01:49 分类:问答Polygons collision detection silverlight
This is not a generic question on collision detection, so please read it till the end. In my wp7 game, i represent all my objects as rectangles, and use the the Intersect() method to check for collis[详细]
2023-01-30 23:15 分类:问答Implementing Wind speed in our projectile motion?
I\'m attempting to make a tank game in java in the vein of Scorched earth or Pocket Tanks, in that the user defines the angle and velocity of the projectile.I have looked over the internet for a way t[详细]
2023-01-29 18:30 分类:问答Box2D (C++) Gravity Wells
Currently I am using the Box2D physics engine in a game of mine - and I was wondering if I could create a gravity well of sorts, in which all the bodies are attracted to a single arbitrary point. Is t[详细]
2023-01-28 20:22 分类:问答How to move an Object using Slingshot in different Angles?
I\'m a beginner in iPhone Application Development and Xcode and I\'m developing a small game using Box2D which has a slingshot effect. I need help with moving a body in its respective angles when the[详细]
2023-01-28 08:17 分类:问答Impulse based physics - Stacking heavy object on light object
I\'m developing an impulse based physics engine, but I have a problem with objects of 开发者_开发问答large mass difference.[详细]
2023-01-27 09:07 分类:问答Circle to Circle Segment Collision
I\'m struggling to find a rock solid solution to detecting collisions between a circle and a circle segment. Imagine a Field of View cone for a game enemy, with the circles representing objects of int[详细]
2023-01-26 12:21 分类:问答