Open World Collision Detection in Computer Games Development (UTeM Press)

·
· UTeM Press
4.0
1 review
Ebook
176
Pages
Ratings and reviews aren’t verified  Learn More

About this ebook

Open world games have tremendously become a demanding criterion for computer games development as user be able to freely roam through land and sea virtually. One of the elements involving computer games development is to bring applicable real-time collision detection for each object. Collision detection required sophisticated process of using hierarchical approach of Bounding-Volume Hierarchies (BVH) for detecting procedure.

BVH is one of the most challenging issues in collision detection area that critically undergoing multiple splitting process. Splitting process requires an object with their set of triangles to be split into two parts using binary type tree. It is very crucial to make sure that the BVH tree construction is always in balanced as the speed of BVH tree traversal algorithm is dropped for unbalanced tree. In this thesis, we introduced Spatial Object Median Splitting (SOMS) to enhance the capability of BVH construction.

Hence, SOMS creates an optimum level of BVH where most leaf nodes that was bounded with AABB contained one triangle compared to Spatial Median technique. From the BVH construction experiments, SOMS managed to perform faster as compared to other common technique. Furthermore, experiment to create one BV one triangle also showed that SOMS produced more nodes. As a conclusion, BVH can easily be constructed using SOMS approach together to create higher level of balanced tree for collision detection.

Ratings and reviews

4.0
1 review

Rate this ebook

Tell us what you think.

Reading information

Smartphones and tablets
Install the Google Play Books app for Android and iPad/iPhone. It syncs automatically with your account and allows you to read online or offline wherever you are.
Laptops and computers
You can listen to audiobooks purchased on Google Play using your computer's web browser.
eReaders and other devices
To read on e-ink devices like Kobo eReaders, you'll need to download a file and transfer it to your device. Follow the detailed Help Center instructions to transfer the files to supported eReaders.