game-physics
Farseer 3.3 DebugViewXNA - Hooking it up
I have been trialling farseer 3.3 in XNA. For the life of me I cannot get DebugViewXNA to work. I have a World object with a couple of bodies in there. The bodies are fixed to polygonal models, so I[详细]
2023-03-22 08:48 分类:问答Preventing dynamic bodies from tunneling through static bodies in chipmunk? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-22 02:09 分类:问答How do I efficiently simulate a grid of static rectangles in a physics engine?
I\'m making a space shooter which takes place in a big dungeon, which consists of large rectangles to define walls. Everything in the game is physically simulated using Farseer Physics. There\'s one p[详细]
2023-03-20 16:09 分类:问答Box2D dynamic body getting stuck (iPhone)
I have a ground object and a spear shaped object(dynamic). When a button is pressed, a linear velocity is applied to the spear. It works fine but sometimes, it gets stuck on the ground. This happens m[详细]
2023-03-17 01:42 分类:问答In Box2D, how to set the sleepTime of an object?
I\'m working on a educational physics project and I\'ve chosen Box2D as my main engine for a \"Build your own rocket\" lik开发者_运维技巧e physics game.[详细]
2023-03-12 20:01 分类:问答Ball Physics problem Python
I am trying to make a ball bounce within a box correctly, specifically handling corners at specific angles and handling a corner head on. I have a problem, because my ball keeps coming out of the box.[详细]
2023-03-12 02:14 分类:问答How to speed up this moving algorithm? In Javascript
I have an Array of 16 billiard balls in JS and want to move each ball smoothly with its direction and speed.[详细]
2023-03-11 16:05 分类:问答How does this bouncing off object after collision detection code work?
Recently I was just reading the book XNA 4.0 Game Developmeny by Example. In one the of the chapters this code is written for bouncing (reflecting) the objects after collision detection:[详细]
2023-03-09 21:07 分类:问答Optimization of AndEngine game
I am using java + AndEngine in my game. During the game i have some freezes, i looked for the information and found some steps how to optimize game performance:[详细]
2023-03-09 12:23 分类:问答Capping Speed on 2D Spaceship
So like just about everyone else learning some programming language, I\'ve given myself a spaceship game project.So far, I have parallax stars and all the nice things I expect from a spaceship game.Th[详细]
2023-03-08 20:19 分类:问答