OpenGTA/coldet
2018-09-14 20:42:44 +05:00
..
box_bld.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
box.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
box.h 2006-12-10 2015-12-03 01:37:02 +01:00
coldet_bld.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
coldet.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
coldet.dsp 2006-12-10 2015-12-03 01:37:02 +01:00
coldet.h 2006-12-10 2015-12-03 01:37:02 +01:00
coldetimpl.h 2006-12-10 2015-12-03 01:37:02 +01:00
makefile.g++ 2006-12-10 2015-12-03 01:37:02 +01:00
math3d.cpp First running version for Windows 10 2018-09-14 20:42:44 +05:00
math3d.h First running version for Windows 10 2018-09-14 20:42:44 +05:00
mytritri.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
mytritri.h 2006-12-10 2015-12-03 01:37:02 +01:00
quickstart.html 2006-12-10 2015-12-03 01:37:02 +01:00
readme.txt 2006-12-10 2015-12-03 01:37:02 +01:00
sysdep.cpp 2006-12-10 2015-12-03 01:37:02 +01:00
sysdep.h First running version for Windows 10 2018-09-14 20:42:44 +05:00
transform.txt 2006-12-10 2015-12-03 01:37:02 +01:00
tritri.c 2006-12-10 2015-12-03 01:37:02 +01:00

                    ColDet - 3D Collision Detection Library
                         Copyright (C) 2000  Amir Geva


Description:
ColDet is a 3D collision detection library, intended for games.
It supports generic polyhedra, and even polygon soups.

Requirements:
It is written in standard C++ and can be compiled on these systems:
Windows: Visual C++ 6
Windows: Borland C++ Builder 5
Linux:   g++ 2.8
Other systems that have g++ will probably compile with no modification.
The code is portable to any system with a standard C++ compliant compiler
(as compliant as they get)

Installation:
Use the supplied Visual C++ project file (coldet.dsp)
or the makefile (for systems with g++)
In other cases, just create a project/makefile and include all of the source files.

Distribution:
It is distributed under the Library GNU Public License (See the file: COPYING)
Any redistribution of the files in this package must include the entire package.

Contact Information:
   Web Site: http://photoneffect.com/coldet/
   email:    photon@photoneffect.com