Code: Select all
static const int s_gridSize = 64 + 1; // must be (2^N) + 1
Code: Select all
m_width = (btScalar) (heightStickWidth - 1);
m_length = (btScalar) (heightStickLength - 1);
Code: Select all
static const int s_gridSize = 64 + 1; // must be (2^N) + 1
Code: Select all
m_width = (btScalar) (heightStickWidth - 1);
m_length = (btScalar) (heightStickLength - 1);