Measuring distance between nearly intersected objects in narrow phase collision detection

Calculating the distance between two or more object primitives (or triangles) in virtual environment application before collision occurs is important elements in narrow phase collision detection system. Given pairs of nearly colliding objects, their triangles must be checked one by one until the mos...

Full description

Saved in:
Bibliographic Details
Main Authors: Sulaiman, Hamzah Asyrani, Bade, Abdullah, Othman, Mohd Azlishah, Ramlee, Ridza Azri, Misran, Mohamad Harris, Zainudin, Muhammad Noorazlan Shah, Abdullah, Mohd Harun
Format: Article
Language:English
Published: 2013
Online Access:http://eprints.utem.edu.my/id/eprint/10833/1/%5BJOURNAL-ISI%5D_2013_-_Measuring_Distance_between_Nearly_Intersected_Objects_in_Narrow_Phase_Collision_Detection.pdf
http://eprints.utem.edu.my/id/eprint/10833/
http://www.ajbasweb.com/old/ajbas/2013/August/490-499.pdf
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Calculating the distance between two or more object primitives (or triangles) in virtual environment application before collision occurs is important elements in narrow phase collision detection system. Given pairs of nearly colliding objects, their triangles must be checked one by one until the most shortest distance is founded and thus the computation cost for checking collision reduced by checking the nearest triangles that possible to collide. Hence, in this research, we used Heron’s formula for calculating the distance between objects that nearly collide and compared it using vector-based calculation. We have found that the formula increased the speed of distance computation slightly faster compared to the vector-based calculation for single triangle checking with minimum memory requirements. In this paper, we explained the procedures of using Heron’s Formula and vector-based techniques for computing distance and the experimental results between those two techniques. It is believed that it could help to speed up the process of determine the precise contact between colliding objects while maintaining the accuracy of the collision checking