Added 'cache friendly' tree traversal format, and traversal. Array of subtrees with specified maximum size. This is useful to fit tree traversals on SPU.
This commit is contained in:
@@ -13,7 +13,6 @@ public:
|
||||
|
||||
GLDebugDrawer();
|
||||
|
||||
void drawAabb(const btVector3& from,const btVector3& to,const btVector3& color);
|
||||
|
||||
virtual void drawLine(const btVector3& from,const btVector3& to,const btVector3& color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user