mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
removed dead code
This commit is contained in:
parent
024f1b47c2
commit
67f6f4c852
1 changed files with 0 additions and 13 deletions
|
@ -253,19 +253,6 @@ void EntityTreeRenderer::renderProxies(const EntityItem* entity, RenderArgs* arg
|
|||
glutWireCube(1.0f);
|
||||
glPopMatrix();
|
||||
glPopMatrix();
|
||||
|
||||
/*
|
||||
glPushMatrix();
|
||||
// draw the model relative bounding box
|
||||
glm::vec3 axis = glm::axis(rotation);
|
||||
glRotatef(glm::degrees(glm::angle(rotation)), axis.x, axis.y, axis.z);
|
||||
glScalef(width * modelScale.x, height * modelScale.y, depth * modelScale.z);
|
||||
glColor3f(0.0f, 1.0f, 0.0f);
|
||||
glutWireCube(1.0);
|
||||
|
||||
glPopMatrix();
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue