The intersection of one or more objects or concepts.
0
votes
0answers
13 views
Box2D collision causes huge FPS drop
I'm playing with Box2Dweb and HTML5 canvas, and are experiencing some odd behaviour.
I have one dynamic body and one static body, in the world. I can control the dynamic one with my keyboard.
But as ...
0
votes
1answer
71 views
Compile-time VS run-time
I've being having a trouble, i have a jar, that a partner created to read from a webservice implementing some wsdl handling, this was created in netbeans.
So I want to use this jar, when i use it, i ...
0
votes
1answer
68 views
Collision detection and reaction java
I am writing a small game where 20 balloons are created on screen and mouse released on them expands them. They are supposed to 'pop' when one balloon touches another, but at present when I click a ...
-1
votes
0answers
19 views
How can I find the collision points of two Polygons in slick2d?
I'm making a top down ship game in slick2d. I'm trying to make collision physic for the ships with polygons.
if(ship.polygon.intersects(ship2.polygon)){
}
How can I find the collision ...
0
votes
1answer
13 views
Is there a way in pygame to detect if a rect is fully inside a mask?
Is there a way in pygame to detect if a rect is fully inside a mask?
I know that there is rect in rect collision and collidepoint (point in rect collision) but is there any way to detect if a rect is ...
0
votes
1answer
34 views
Collision works after going to the other side
I'm making a simple pong game, and I need to make it so that the player paddle cannot go out of the screen.
It works, however if I go to the edge, go up and go to the same edge again, it works the ...
1
vote
1answer
35 views
Jar not using contained classes or namespace collision
I'm using netbeans to generate a web service client from a WSDL doc.
The client works fine until we put it in our production environment. The jars were generated against javax.ws.xxxxx classes from ...
-2
votes
0answers
65 views
Java jar libraries collision
I have a project and i had to integrate wsdl handling to that project, so i create/generate everything from netbeans, so i needed to get that done in my main project which is not in netbeans, so i ...
-2
votes
0answers
25 views
How to count collisions? [closed]
I have a problem that can`t resolve in any way. I drag an image and make it collide with a static one. What happens after is that this image hides and instead appears a number. What I want to do is to ...
0
votes
0answers
15 views
Gravity system with collision
I'm trying to implement a gravity system for a game I'm making but I'm having some problems with it.
I built a scene where i have the floor and a big hole. The initial position of my character is ...
1
vote
1answer
26 views
Quadtree - When to use?
(This does not specifically relate to any language)
So I'm making a 2D game, and I was considering making a quadtree for my GUI manager (which is separate from checking collisions of the other parts ...
2
votes
3answers
26 views
Dynamic Methods for Collision Handler in Java
I want to have a set collision handeler for my game so i dont have to copy alot of code and keep the storage short. In a method i would have in a class, it would look like this for two specific ...
-3
votes
0answers
41 views
C# XNA: collisions don't work [closed]
I've tried to make collisions for my first XNA Game, but it don't work - player can pass trough blocks. I was reading all XNA tutorials, but still I don't know how do I fix it. Could you help me? I'm ...
0
votes
1answer
34 views
Vector Equation Implementation
after some time searching, I have revised my question.
I have found numerous examples of ball to ball collisions, but the only ones that seem to work use Vector2d or Vector2D.
This is a problem, ...
0
votes
2answers
42 views
Breakout ball collision in libgdx
I'm currently trying to make a breakout clone using java and libgdx. I'm currently experiencing trouble getting the ball to bounce off of the blocks at the appropriate angle. In short the problem I'm ...
0
votes
1answer
46 views
3D collision in OpenGL
I'm trying to create collision for my OpenGL application.
I have code that successfully tests whether my camera is inside my platform object:
void checkInsidePlatform()
{
float halfW = gymPlatform ...
0
votes
1answer
38 views
Gravity in pygame [closed]
I'm making a platform game with pygame, and I would like to add gravity to it.
Right now I only have a picture which moves when I press the arrow keys, and my next step would be gravity. Here's my ...
1
vote
2answers
34 views
How to handle collision after detecting it
I've been trying for the past few days to put simple collision into my simple game. I've looked in lots of places all over the internet but I just haven't found anything to be helpful. I'm just using ...
-1
votes
0answers
21 views
How to add pygame objects using a timer
I`m creating a dodging game using a pygame.draw command that bounces around. To increase difficulty I decided to add another one of those squares as time progresses (5 second increments):
import ...
0
votes
1answer
39 views
Manual Collision Detection in Lua
So Im working on a simple rectangle rectangle collision for my game in Lua. I have an algorithm i was using for other projects for this type of collision but its in C++ and I know it works. The ...
-1
votes
1answer
33 views
Java Rectangle Collision [closed]
I'm making an RTS game and I need it so when two units collide to stop moving towards the collision but still move towards the point that you initially click to send them. The hitboxes of these two ...
0
votes
1answer
43 views
[Physics][2D][Collision] What to do after dettecting collision
In the last project (2D top-down game) I had quite simple collision detections and how to deal with it after detection. Everything could move only in 4 directions - up/down/left/right. C.D. worked ...
-2
votes
2answers
49 views
Rectangle/Speed Problems [closed]
So I have a deadline for a project and I have some problems with rectangle collision, and move speed of an image to a vector point. The problem with the rectangle collision is I have a little image ...
1
vote
3answers
41 views
Error: taking address of temporary [-fpermissive]
I've been looking into this for a few hours, to no avail. Basically I have
struct rectangle {
int x, y, w, h;
};
rectangle player::RegionCoordinates() // Region Coord
{
...
0
votes
1answer
20 views
Actionscript 3 - How To Detect Collision Of Transparent Sprites
I have a sprite that shows a rectangle and has alpha = 0; and I want it to be positively tested for collision. Is that possible with full transparency and pure Flash ?
-1
votes
0answers
15 views
Java Rectangle Collision/Fixed Speed? [duplicate]
So I have a deadline for a project and I have some problems with rectangle collision, and move speed of an image to a vector point. The problem with the rectangle collision is I have a little image ...
0
votes
1answer
34 views
Lua Create multiple collisions
I'm trying to create a break breaker game that contains brinks that can be hit twice before the disappear.
I have tried:
--FOR STRONGER DEFENDERS
for i = 1, len do
for j = 1, ...
1
vote
1answer
37 views
Detecting Collision of two sprites in arrays? Javascript
I have been reading/searching for an answer to detect collisions of sprites in two arrays. I am not understanding how to pass two arrays into the detection function and have it check all contents of ...
0
votes
0answers
43 views
Jquery draggable multiple div collision prevention
The follow script has many divs within it. It's held within a containment div "main_content". I'd like to make it so that they don't overlap each other and I've looked in the Jquery Collision ...
0
votes
2answers
70 views
C# WPF Ellipse Bounce using IntersectsWith
Have a problem. I am new with WPF so i need your help. I have a application where is ball (ellipse) and 4 rectangles (each for edge of window). I try to write a app where ball is moving and bouncing ...
3
votes
1answer
82 views
2D pixel-perfect collision detection with opengl
I'm writing a 2D, sprite-based game and I'm having a hard time with making collision detection. First of all, I am well aware of other methods and in fact I'm using Box2D's quadtree queries to filter ...
0
votes
1answer
42 views
LOVE2D - Collision between two players
I'm making a basic game to amuse my friends. I haven't called it anything yet, but it's basically a square chasing another square. The red square is AI, and the white square is player-controlled. I've ...
1
vote
1answer
62 views
How can I fix this collision detection block? Java/LibGDX
this is my first time using this so forgive me if I forget or leave something out.
I've been working on this brickbreaker game in Java using the LibGDX framework. This is my first java game. I have ...
0
votes
1answer
32 views
OpenGL: 3-D box array bounding box collission
I am at the stage of my development process where I want to implement collision. Now i can think of a simple way of doing it, if the "camera"'s x,y or z are inside the position of a certain cube then ...
0
votes
1answer
24 views
Box2d Cocos2d ContactListener detecting collision
My problem is very simple, but I can't fix it.
I have a radar that is rotating and I have a player that is moving with a Joystick
Well, I just want to detect the collision between the radar and the ...
8
votes
1answer
261 views
Finding the intersection of two 3D polygons
a.k.a. Polygon clipping algorithm in 3D
a.k.a. Finding the collision manifold between 2 colliding polygons
Most algorithms for polygon clipping are described in detail for 2D and described as being ...
0
votes
2answers
23 views
AS3 2D Rectangular Collision Blocking
I need to block two rectangles colliding with each other in Action Script. The code I have works only dimentionally(only a X on X collision or a Y on Y). When I test if it's colliding on the X axis ...
0
votes
1answer
47 views
collision test for 2d polygon physics
I want to do some 2D rigid body (polygon) physics and I've found an elaborate equation to calculate the collision response. But, before that I would need a good way of finding 'input' to that ...
0
votes
1answer
28 views
Changing GameState based on an if statement?
I'll get to the point. Having an issue with a beginner level game im coding at the moment. I have 2 lists to store "Objects" that are in the game. One is for "diamonds" pushable blocks that are to be ...
0
votes
2answers
60 views
TCP bug in Clozure common lisp: input/output collisions?
I am experiencing a strange bug with TCP in lisp (I am using Clozure common lisp).
I am using a TCP connection between my Clozure application and another application on the same computer for ...
0
votes
1answer
41 views
Box2D for Collision Detection Only
I am using Box2D for collision detection only. My code is similar to that in Ray Wenderlich's tutorial here.
I am encountering a problem with this method. Since the code bypasses the Box2D ...
0
votes
0answers
27 views
Getting a specific Object from an ArrayList so that it can be assigned other values than the other Objects in that ArrayList
In a game that I'm currently working on the enemies have a health bar over their heads. I spawn the enemy using an ArrayList like this.
zombies.add(new Zombie(randomXSpawn,randomYSpawn));
Later on ...
1
vote
0answers
13 views
stop a player when collides with tiles in android
I am trying to make a simple game on the framework badlogicgames by mario zechner. I am simply trying to place some tiles say..trees, bushes etc and want my player to stop when it passes thru them ...
0
votes
0answers
36 views
algorithm for collis detection 2d, azimuth defines direction, camera is point, cube is divided to 4 cubes..opengl
I'm doing 3d maze in opengl, 2d like collisions
Map is defined like 2dim array
---------x axis
|0 0 0
|0 1 0
|0 0 0
|
|z axis
that 1 is a cube
I divide that cube to 4 cubes
.
_ _
|_|_|
|_|_|
...
-1
votes
1answer
28 views
How to detect collision between Groups - Java3D
I have made a room in Java3D and added the ability for the User to move selected objects using the keyboard. I was just wondering if it would be possible to detect a collision between two of my ...
1
vote
1answer
31 views
Cocos2d - Is is possible to turn off collision for a Box2d b2Body with a b2FixtureDef?
I have a b2Body with a b2FixtureDef. I'd like to be able to turn off the ability of the b2Body to collide. Is this possible?
1
vote
1answer
70 views
Collision Detection: What side was hit? [Java,Slick2D]
I have two rectangles, r1 which is moving, and r2 which is a stationary tile. I need to know what side of r2 (or r1) is hit to determine which direction r1 should go. The collision detection works ...
0
votes
1answer
37 views
stopping sprites from overlapping/going through each other
In the game that I am currently working on I don't want the zombies to be able to overlap each other. Therefore, I want to make it so that when they do collide with each other they will get moved back ...
0
votes
1answer
28 views
My screen will not repaint despite the rectangle being clicked
I have my code set up to where the Boolean boxDetect will be set to true if the mouse is clicked within the Rectangle startButton. The rest is just formatting nothing special! This is the initial ...
0
votes
1answer
33 views
getting last double before two sprites collide
I need to make it so that when sprites that I have created collide with each (I have already figured out the collision) other they teleport to the last x and y position they were on before they ...


