No announcements
Found 86425 threads
-
0 Votes
Animation Collision Detection in WPF
To detect the collision of N circles, you have to check the distance between each pair of circles (eclipse).Answered | 20 Replies | 8260 Views | Created by Sharp.logic - Wednesday, April 22, 2009 5:59 AM | Last reply by Tao Liang - Friday, April 24, 2009 2:33 AM -
1 Votes
3D Collision Detection?
If someone could please show me how i could use this to effect collision detection then I wolud be most grateful.Answered | 3 Replies | 4279 Views | Created by QuddusAli - Monday, April 27, 2009 9:53 PM | Last reply by QuddusAli - Tuesday, April 28, 2009 11:18 PM -
1 Votes
Collision detection between a circle and rectangle
I modified the above example a bit, remnamed the Shapes Ball and Player and added three balls to to set, crerated the CollisionDetection as a Method in player iand in that method I loop over all balls ...Answered | 7 Replies | 13744 Views | Created by Katse - Sunday, April 29, 2012 10:38 PM | Last reply by Thorsten Gudera - Tuesday, May 1, 2012 2:54 PM -
7 Votes
Collision Detect using Paint method?
Just need a snipet this si overly complex and I cant see the collision detection part.Answered | 14 Replies | 3419 Views | Created by mholmes_3038 - Wednesday, April 10, 2013 3:53 AM | Last reply by mholmes_3038 - Friday, April 12, 2013 2:45 AM -
7 Votes
detection collision sprite again
How would you do collision detection with an ellipse?Answered | 8 Replies | 2561 Views | Created by absolu - Monday, October 24, 2011 8:33 PM | Last reply by absolu - Wednesday, October 26, 2011 8:14 AM -
5 Votes
How to detect collision of line
In this case, which I believe works, if two lines share the same end point I consider that a collision.Answered | 15 Replies | 2222 Views | Created by NaxAlpha - Thursday, January 31, 2013 8:10 AM | Last reply by NaxAlpha - Friday, February 1, 2013 12:11 PM -
3 Votes
Detecting collisions
It worked fine for me, the steps I took were: 1] Load the Spanish collision detection sample and save it somewhere 2] Copy your image to the ...Answered | 5 Replies | 740 Views | Created by carlosfmur1948 - Sunday, March 17, 2013 6:28 PM | Last reply by carlosfmur1948 - Monday, March 18, 2013 3:13 PM -
0 Votes
Collision Detection - Visual Basic 2008
I'm talking about collision detection.Answered | 1 Replies | 11107 Views | Created by ExiledInc - Friday, August 6, 2010 11:48 PM | Last reply by Hassan El-Meligy - Sunday, August 8, 2010 6:22 PM -
2 Votes
Rectangle Collision Detection
Public GameExit As Boolean Public Blahblahrectangles As New List(Of Rectangle) Sub GameLoop() Blahblahrectangles.Add(New Rectangle(1, 1, 1, 1)) ...Answered | 5 Replies | 698 Views | Created by CrystalPlayerVB - Tuesday, October 14, 2014 3:04 PM | Last reply by CrystalPlayerVB - Wednesday, October 15, 2014 4:13 PM -
14 Votes
detection collision sprite
This code is simplified. ( your notes are deleted. my notes are added) This code can only detect collision of X-direction.Answered | 34 Replies | 5617 Views | Created by absolu - Sunday, October 23, 2011 11:50 AM | Last reply by Ed Price - MSFT - Thursday, October 25, 2012 5:40 PM -
0 Votes
collision detection help!
Now that we have the x,y positioned at the centre of the sprite, you'll see in my MovePlayer sub that collision detections are checked by adding or subtracting ...Answered | 2 Replies | 4058 Views | Created by Jiggling John - Wednesday, April 7, 2010 8:26 AM | Last reply by Davey-Wavey - Thursday, April 8, 2010 10:51 PM -
1 Votes
Tile Engine (Collision Detection/Walkable Paths)
From your description, I know that you encounter some issue about per-pixel collision detection, But I think that this issue is not related to C# language, ...Answered | 1 Replies | 1555 Views | Created by lxXTaCoXxl - Friday, October 4, 2013 8:54 PM | Last reply by Lilia gong - MSFT - Monday, October 7, 2013 8:04 AM -
1 Votes
Trying to detect collision in a game!
I tried using the code as follows to detect the collision: x1 = Turtle.X y1 = Turtle.Y x2 ...Answered | 6 Replies | 4026 Views | Created by Horslip - Thursday, June 2, 2011 7:38 PM | Last reply by Horslip - Friday, June 3, 2011 9:25 PM -
0 Votes
2d collision detection and reaction for 5 circles
I get the collision part but I am struggling with moving an existing _rects object.Answered | 9 Replies | 2911 Views | Created by tefoster11 - Saturday, October 20, 2012 3:48 AM | Last reply by tefoster11 - Monday, October 22, 2012 12:54 AM -
0 Votes
Collision Question
I want to reliably create collision before I start trying to prevent them!Answered | 4 Replies | 5841 Views | Created by mhoop86 - Monday, January 5, 2009 7:58 PM | Last reply by mhoop86 - Friday, January 9, 2009 1:44 PM -
0 Votes
How to implement collision detection via pixel shader?
I'm doing some investigation about collision detection, and I want to know how to test in GPU (programming via pixel shader)?Answered | 1 Replies | 9843 Views | Created by Freeman_z - Wednesday, February 11, 2009 5:02 AM | Last reply by sudarshans1 - Wednesday, February 25, 2009 10:16 AM -
0 Votes
where can i download smallbasic's collision detect image 'cartoon.gif'
Here are some images, cut out from SB Curriculum-Lesson 4.3 CollisionDetection (cartoon.gif, 93x96)(cartoon.png, ...Answered | 4 Replies | 525 Views | Created by godosan - Monday, August 22, 2016 11:49 PM | Last reply by godosan - Wednesday, August 24, 2016 7:26 AM -
1 Votes
plane collision with a bounding sphere
Maybe you need this:http://www.gamedev.net/page/resources/_/technical/game-programming/general-collision-detection-for-games-using-ell-r1026Answered | 3 Replies | 1757 Views | Created by Munsterteiger - Monday, November 14, 2011 5:16 AM | Last reply by nuovoxx - Tuesday, November 15, 2011 8:26 AM -
0 Votes
Circle Collisions
If the colliding balls have passed each other when they are detected as a collision, then this vector is roughly in the same direction as incoming ball i and the rebound ...Answered | 14 Replies | 6558 Views | Created by Dudeson - Saturday, December 19, 2009 6:07 PM | Last reply by Dudeson - Saturday, May 22, 2010 7:28 PM -
1 Votes
random movement of shapes and collision detection of those shapes
Why isn't this detecting when the square hits the blocks?Answered | 4 Replies | 1812 Views | Created by A_Robertson - Sunday, December 2, 2012 8:23 PM | Last reply by Math Man - Monday, December 3, 2012 3:26 PM - Items 1 to 20 of 86425 Next ›
No announcements