From d31eeda81642c04289f5a7985ef34a740d3ccb47 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 22 Feb 2013 16:45:03 -0800 Subject: [PATCH] fix previous garbage commit --- interface/src/Hand.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/interface/src/Hand.cpp b/interface/src/Hand.cpp index 23f71333f9..89209d309a 100644 --- a/interface/src/Hand.cpp +++ b/interface/src/Hand.cpp @@ -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() {