Version 1.0 of deformCD is developed by Visual Studio 2005, so currently it can only be used on Windows platform.
For external calling, the following directories will be used:
inc\
# head files
lib\release\
# release version of rapid_fit.lib
lib\debug\
# debug version of rapid_fit.lib
To run the demos, please download data files from fellowing links:
a. download http://gamma.cs.unc.edu/SR/benchmarks/dragbun.plys.zip
and put the extracted ply files into data\dragbun.plys\
b. download http://gamma.cs.unc.edu/SR/benchmarks/cloth_ball.plys.zip
and put the extracted ply files into data\cloth_ball.plys\
c. download http://gamma.cs.unc.edu/SR/benchmarks/balls16_.plys.zip
and put the extracted ply files into ../data/balls16_.plys/
The class ModelShl is designed for representing deforming model and calculating collision between them.