Hello, I was playing around with collision detection and reading section "5.8.2 Doing Collision Detection". In this section it lists some include files to use when implementing collision detection.
Include Files
The include files useful for this section are:
#include "iutil/object.h"
#include "iutil/plugin.h"
#include "igeom/collider.h"
#include "igeom/polymesh.h"
#include "iengine/mesh.h"
#include "cstool/collider.h"
I included these files in my application and received the error "Cannot open include file: 'igeom/collider.h' : No such file or directory". I went to C:\CS\include\igeom to see if the file was really not there and it is not. Is this file supposed to be there or has it been moved to a new location? If so, the documentation in that section needs to be updated to reflect the change. Currently I am using Stable Release 0.98. As always, thanks for your help.