test update

This commit is contained in:
Irlan
2018-04-07 21:14:34 -03:00
parent 6dd32061d7
commit 9bb4314cea
2 changed files with 1 additions and 5 deletions

View File

@ -348,9 +348,6 @@ public:
QuickhullTest()
{
g_camera.m_zoom = 15.0f;
g_camera.m_q = b3Quat(b3Vec3(0.0f, 1.0f, 0.0f), 0.15f * B3_PI);
g_camera.m_q = g_camera.m_q * b3Quat(b3Vec3(1.0f, 0.0f, 0.0f), -0.15f * B3_PI);
g_camera.m_center.SetZero();
b3BoxHull box;
box.SetIdentity();