game-physics
Terrain and Collision in a Game
I am attempting to create a new Game in which a vehicle drives along the ground, but also has the capability to use thrusters to become temporarily airborne.[详细]
2023-02-25 04:19 分类:问答Very basic collision resolution with verlet integration
I\'m learning how to do some very basic physics stuff for my own amusement, but I\'m running into an odd issue.[详细]
2023-02-25 03:44 分类:问答Pygame, simple physics engine, how to hold points between planes?
I\'m trying to write this tutorial in Pygame(Python) and having problems about holding points between planes.[详细]
2023-02-24 22:02 分类:问答How do I set false/NoCollision in the collision event in Box2D with libgdx?
I am developing a 2D, underwater, action-RPG for Android, using Box2D as the physics engine, mainly for collision detection, collision response and movement of in-game characters within an environment[详细]
2023-02-24 05:31 分类:问答How to get mid point of triangle in opegl
i have code of triangle drawing on plane which are follow glTranslatef(0,0,-6); glBegin(GL_TRIANGLES); glVertex3f( 0.2, 0.0, 0.0 );[详细]
2023-02-21 18:33 分类:问答Box 2D - Is there a way to Move the Ground b2EdgeShape up
I\'m working on an iPhone game, and the ground is a long, repeating rectangular sprite object that extends about 30 pixels above the bottom of the screen. I\'m trying to align my ground edge shape 30[详细]
2023-02-21 15:59 分类:问答handling the intersection of two rectangles in a platformer
I am working on a simple platform game in HTML5/Canvas/Javascript/jQuery.You can see it here. I\'m aware of how to check the intersection of two rectangles (there are several questions on here regard[详细]
2023-02-20 18:44 分类:问答Curve Sprite Movement COCOS2D
I\'m trying with no luck to move a sprite position in an simetric curve way with the touch drag. So far I use the following code with no luck[详细]
2023-02-17 14:13 分类:问答Hand-drawn physics objects in AndEngine
I found that \"Chalk Ball has been developed with andengine and Box2D as physics engine\". Chalk ball is a physics game. You can draw a line by your finger and it will be 开发者_高级运维a physics obj[详细]
2023-02-17 11:52 分类:问答Android AndEngine analogController
i am new to AndEngine, Can i use standart analogController and allow only horizontal or vertical moving of it ?[详细]
2023-02-17 07:53 分类:问答