Contents of the Distribution
The archive contains all the libraries (except for opengl and glut) and includefiles needed to build applications using OpenCCD.
The following is a description of what each folder contains:
- Src: source code for the OpenCCD library
- Doc: documentation for the OpenCCD library
- Demo1: One example demonstrating usage of the OpenCCD library
- include: Header files that should be included to an application
Basic APIs are explained in below. Please see the full CCD_API Documentation for details. [ Click Here ]
OpenCCD
* Create an object
obj1.beginObject( # of frames , # of vertexes , # of triangles , object type ) ;
|
* Set and perform CCD
CCD ccd ;
|
(Code example 1)
CCD ccd ;
|
(Code example 2)
CCD ccd ;
|