game-physics
jQuery - how to move figure in coordinationsystem
Lets say that I have this code: <div id=\"gameFrame\"> <div id=\"figure\"></div> </div>[详细]
2023-01-25 12:56 分类:问答Bullets in BulletPhysics
What would be the best way to simulate bullets in bulletphysics? Small capsule bodies? Some sort of ray tracing?[详细]
2023-01-25 06:14 分类:问答2D Game Physics Vectors issue
I\'ve been working on a simple program in C# in which a Ball [X,Y] cordinates are periodical incremented.[详细]
2023-01-24 16:27 分类:问答Bullet Physics Problems
For those of you who have used bullet physics... I read and ran the hello world example http://www.bulletphysics.org/mediawiki-1.5.8/index.php/Hello_World,[详细]
2023-01-23 18:42 分类:问答2D orbital physics
I\'m working on a 2D physics engine for a game. I have gravity and masses working, using a simple iterative approach (that I know I\'ll have to upgrade eventually); I can push the masses around manual[详细]
2023-01-22 12:21 分类:问答What technologies to use for a particle system with enormous calculation demand?
I have a particle system with X particles. Each particle tests for collision with other particles. This gives X*X = X^2开发者_JAVA技巧 collision tests per frame. For 60f/s, this corresponds to 60*X^2[详细]
2023-01-22 05:47 分类:问答How to make a moving object "stick" to a stationary object in box2D
I have been experimenting with the box2D sample project within cocos2D for the iPhone and am wondering if box2D is the appropriate engine to use to make a moving object \"stick\" to a stationary objec[详细]
2023-01-21 04:48 分类:问答Calculating co-ordinates for a sprite in C++
I am trying to calculate the angle of movement for a sprite in C++. Although at the moment I am just using the console to output my results.开发者_JAVA技巧[详细]
2023-01-20 09:25 分类:问答Asteroids Game Movement In C#
I am trying to make the game Asteroids. My issue I have right now, is if you press the UP Arrow key, it will move the \"ship\" 10 pixels up. And if you hit the LEFT Arrow key, it will turn the \"ship\[详细]
2023-01-14 15:13 分类:问答What is the best location to find tutorials on physics in game development?
I\'m very new to game development (iPhone/iPad specifically, if that matters at all) and am having a tough time with working with the physics part of animation. Specifically I\'m trying to give severa[详细]
2023-01-14 02:00 分类:问答