for for btBvhTriangleMeshShape with short int indices serialization
disable bvh serialization, it has issues (needs testing)
This commit is contained in:
@@ -31,11 +31,9 @@ namespace Bullet {
|
||||
class btQuantizedBvhNodeData
|
||||
{
|
||||
public:
|
||||
int m_escapeIndexOrTriangleIndex;
|
||||
short int;
|
||||
short m_quantizedAabbMin[3];
|
||||
short int;
|
||||
short m_quantizedAabbMax[3];
|
||||
int m_escapeIndexOrTriangleIndex;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user