chris00
03-01-2002, 09:01 PM
I am interested to know how to figure out if two 3d objects have collided.
Chris Stelmarski
Chris Stelmarski
3d Collision Detectionchris00 03-01-2002, 09:01 PM I am interested to know how to figure out if two 3d objects have collided. Chris Stelmarski denmeister 03-02-2002, 04:24 AM Go here (http://64.23.12.52//Tutorials/DirectX8/GR_Collision3D.asp) to find a good tutorial by Jack Hoxley about collision detection. It pertains to DirectX, but the algorithm can be adapted for any purpose. chris00 03-02-2002, 11:06 PM This seem veey confusing to me ? :( Are there any tutorials for people that know nothing about collison detection. Chris Stelmarski :cool: NoMoreSecrets 03-04-2002, 02:23 AM Hi, there are differet ways to do collision detection but basically the mess is : i have an object (player) to see if the player hits another object i've to check some intersections with other object let say whe have a tank in a 3d space and i want to see if tank hits another object i have to check if some tank points coordinates lies on the same plane of the object point: for basic collission in 3d space look here http://www.flipcode.com/tutorials/tut_collision.shtml Good Coding Lorenzo |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum