Bullet Collision Detection & Physics Library
btContinuousConvexCollision.cpp File Reference
Include dependency graph for btContinuousConvexCollision.cpp:

Go to the source code of this file.

Macros

#define MAX_ITERATIONS   64
 This maximum should not be necessary.
 

Macro Definition Documentation

◆ MAX_ITERATIONS

#define MAX_ITERATIONS   64

This maximum should not be necessary.

It allows for untested/degenerate cases in production code. You don't want your game ever to lock-up.

Definition at line 46 of file btContinuousConvexCollision.cpp.