mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
fix previous garbage commit
This commit is contained in:
parent
04186664a3
commit
d31eeda816
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@ Hand::Hand(glm::vec3 initcolor)
|
|||
|
||||
void Hand::render()
|
||||
{
|
||||
g}
|
||||
// glPushMatrix();
|
||||
// glTranslatef(position.x, position.y, position.z);
|
||||
// glColor3f(color.x, color.y, color.z);
|
||||
// glScalef(scale.x, scale.y, scale.z);
|
||||
// glutSolidSphere(1.5, 20, 20);
|
||||
// glPopMatrix();
|
||||
}
|
||||
|
||||
void Hand::reset()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue