Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
coldet: 3D Collision Detection Library
- Summary
- 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.
Arch: src
| Download: | coldet-1.1-3.9.el5.al.src.rpm |
| Build Date: | Wed Jul 18 14:09:04 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 166 KiB |
Changelog
- * Fri Jul 7 19:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 1.1-3
- Make -devel package Requires on the main package fully versioned.
- * Mon Jun 26 19:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 1.1-2
- Put headers under /usr/include/coldet instead of straight under /usr/include.
- * Mon Jun 26 19:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 1.1-1
- Initial Fedora Extras package