How To Install coldet on Fedora 36
Introduction
In this tutorial we learn how to install coldet
on Fedora 36.
What is coldet
This library is an effort to provide a free collision detection library for generic polyhedra. Its purpose is mainly for 3D games where accurate detection is needed between two non-simple objects. Features * Works on any model, even polygon soups. * Uses bounding box hierarchies for fast detection. * Uses additional triangle intersection tests for 100% accuracy. * Provides (upon request) exact point of collision, plus the pair of triangles that collided. * Supports timeout setting, to limit detection time. * Model-Model collision test. * Ray-Model collision test. * Segment-Model collision test. * Sphere-Model collision test. * Ray-Sphere and Sphere-Sphere primitive collision tests.
We can use yum
or dnf
to install coldet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coldet.
Install coldet on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install coldet
using dnf
by running the following command:
sudo dnf -y install coldet
Install coldet on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install coldet
using yum
by running the following command:
sudo yum -y install coldet
How To Uninstall coldet on Fedora 36
To uninstall only the coldet
package we can use the following command:
sudo dnf remove coldet
coldet Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/f18841227ceb987da1ec8bc00b5ee2c84e9848
/usr/lib64/libcoldet.so.0
/usr/share/doc/coldet
/usr/share/doc/coldet/COPYING
/usr/share/doc/coldet/readme.txt
References
Summary
In this tutorial we learn how to install coldet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install coldet on Fedora 36” linkTitle: “coldet” type: “docs” description: “In this tutorial we learn how to install coldet in Fedora 36. coldet is 3D Collision Detection Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/coldet-featured.png
Introduction
In this tutorial we learn how to install coldet
on Fedora 36.
What is coldet
This library is an effort to provide a free collision detection library for generic polyhedra. Its purpose is mainly for 3D games where accurate detection is needed between two non-simple objects. Features * Works on any model, even polygon soups. * Uses bounding box hierarchies for fast detection. * Uses additional triangle intersection tests for 100% accuracy. * Provides (upon request) exact point of collision, plus the pair of triangles that collided. * Supports timeout setting, to limit detection time. * Model-Model collision test. * Ray-Model collision test. * Segment-Model collision test. * Sphere-Model collision test. * Ray-Sphere and Sphere-Sphere primitive collision tests.
We can use yum
or dnf
to install coldet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install coldet.
Install coldet on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install coldet
using dnf
by running the following command:
sudo dnf -y install coldet
Install coldet on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install coldet
using yum
by running the following command:
sudo yum -y install coldet
How To Uninstall coldet on Fedora 36
To uninstall only the coldet
package we can use the following command:
sudo dnf remove coldet
coldet Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/1ff5770835597c86e3c49a9f95fd3a712ce40a
/usr/lib/libcoldet.so.0
/usr/share/doc/coldet
/usr/share/doc/coldet/COPYING
/usr/share/doc/coldet/readme.txt
References
Summary
In this tutorial we learn how to install coldet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).