game-physics
Calculating X Y movement based on rotation angle?
Say I have an object in 2D space that can rotate and then should move according to its rotation angle.[详细]
2023-02-15 06:45 分类:问答creating a smooth rope with an android physics engine
I want to practice programming with (popular) android physics engines (AndEngine and libgdx). It is not very difficult to create a small world with physics objects but now I want to create a rope and[详细]
2023-02-14 20:06 分类:问答How to create a rotation based Impulse Vector (Cocos2d, Chipmunk, Spacemanager)
So im trying to create character with two jetpacks - either of which can be fired independently of one another to create an impulse offset from the center of gravity (Using Cocos2d, Chipmunk, and Spac[详细]
2023-02-14 17:02 分类:问答Eliminating a direction from a vector
I\'m programming a really simple 2D collision response algorithm (thankfully), but even the really simple geometry concepts have been baffling me.Been studying!But...[详细]
2023-02-12 09:47 分类:问答2d Ball Collision Problem: no conservation of energy
I am trying to write a simple physics simulation where balls with varying radii and masses bounce around in a perfectly elastic and frictionless environment. I wrote my own code following this resourc[详细]
2023-02-11 04:08 分类:问答Unity 3D Physics
I\'m having trouble with physics in unity 3d. I\'m wanting my ball to bounce off of walls and go another direction. When the ball hits the wall it just bounces straight back. I have tried changing the[详细]
2023-02-10 07:27 分类:问答Xna adding gravity to a 2d sprite
I am trying to simulate gravity in my first xna 2d game. I have the following //Used for Jumping double elapsedAirTime = 0.0;[详细]
2023-02-08 17:28 分类:问答Physics Engine for WPF
I\'m looking for a 2D physics engine for 开发者_运维问答WPF, not Silverlight. The physics engine should be blendable so that I can specify in blend a behavior of a specific control. Are there any?Unfo[详细]
2023-02-07 06:29 分类:问答Physics Engine - Determining the velocity of objects after collision
While researching information for my physics engine, I have come across a problem with determining the velocities of objects (or the magnitude of the \"impulse\" of the collision) after a collision. N[详细]
2023-02-05 15:44 分类:问答Box2d Collision. object gets deformed
i\'m developing an app that uses Box2d. i have a world with several blocks and an object that collides with them. at the moment the collision starts, the obj开发者_开发知识库ects start to change their[详细]
2023-02-03 12:59 分类:问答