Go to the source code of this file.
Compounds | |
class | CollisionModel3D |
class | Inconsistency |
class | TimeoutExpired |
Functions | |
EXPORT CollisionModel3D* | newCollisionModel3D (bool Static=false) |
Interface for the library. Isolated from any implementation details.
You are allowed to use this file according to the LGPL license included in the package.
|
Create a new collision model object. Use delete when finished with it. Setting Static to true indicates that the model does not move a lot, and certain calculations can be done every time its transform changes instead of every collision test. |