collision-detection
Collision reaction in a 2D side-scroller game similar to "Mario"
This has been greatly bothering me in the past few weeks. In this time I\'ve been researching online, even reading books in the Computers section at Borders to try to find an answer, but I haven\'t ha[详细]
2023-03-19 16:31 分类:问答Problem with collision detection in AS3?
I\'m trying to have a rotatable line, controlled by the arrow keys. When you click the mouse, a ball drops from the cursor, and stops when it hits the line.[详细]
2023-03-18 06:31 分类:问答problem with scaling a uiimageView after a collision
he开发者_JAVA百科re is my code: - (void) yo { if(CGRectIntersectsRect(imageView.frame,centre.frame)){[详细]
2023-03-17 22:03 分类:问答XNA Collision Detection in Platformer
I\'ve been working on a simple 2D platformer engine. So far I\'ve got a sprite moving around (not yet animated), and 3 platforms for a \"Jetpac\" type game (old ZX Spectrum game - I\'m sure if you goo[详细]
2023-03-17 18:22 分类:问答Closest point on circle in 3d. What's missing?
I hope I manage to explain this clearly. I am trying to calculate the closest point on a circle in 3D. I found the following solution:[详细]
2023-03-17 16:29 分类:问答2D Platformer AABB collision problems
I have a problem with AABB collision resolution. I resolve AABB intersection by resolving the X axis first, then the Y axis.[详细]
2023-03-17 10:16 分类:问答What is the reason of this weird area subtraction issue?
While I was coding an algorithm of collision detection I have come up at this problem. It is something weird which is beyond my understanding.[详细]
2023-03-17 05:18 分类:问答gameQuery collision detection
it is the first time for me to explore jQuery and gameQuery for building games using JavaScript, so am asking about sth that might look very naive, but really i cant get it.[详细]
2023-03-17 05:13 分类:问答problem with the counter of a collision between two images
here is my code : -(void)collision { if(CGRectIntersectsRect(imageView.frame,centre.frame)){ [imageView removeFromSuperview];[详细]
2023-03-17 04:42 分类:问答rectangle collision detections on a path
I have two rectangles, one is moving and one is stationary. I have the size of both rectangles and both the current coordinates of the moving rectangle and the coordinates of where it wants to go. It[详细]
2023-03-16 13:41 分类:问答