Add support for batch raycast to ConcaveRaycastDemo. Disabled by default.

This commit is contained in:
johnmccutchan
2008-01-14 23:50:10 +00:00
parent 41e9491402
commit f593b6001f
2 changed files with 52 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ class ConcaveRaycastDemo : public DemoApplication
btConstraintSolver* m_solver;
class btThreadSupportInterface* m_threadSupportRaycast;
btDefaultCollisionConfiguration* m_collisionConfiguration;
bool m_animatedMesh;