Remove debug code.

This commit is contained in:
yunfeibai
2017-06-02 17:40:50 -07:00
parent 3506603d60
commit e2a9fc33dc
6 changed files with 8 additions and 105 deletions

View File

@@ -58,9 +58,9 @@ public:
void resetCamera()
{
float dist = 1;
float pitch = 70;
float yaw = 10;
float dist = 35;
float pitch = -14;
float yaw = 0;
float targetPos[3]={0,0,0};
m_guiHelper->resetCamera(dist,yaw,pitch,targetPos[0],targetPos[1],targetPos[2]);
}