fixed Makefile (had forgotten glut debugging stuff)
[hair] / src / main.cc
index ef26c3c..307f647 100644 (file)
@@ -138,6 +138,7 @@ static void display()
                meshes[i]->draw();
        }
 
+       hair.set_transform(head_xform);
        hair.draw();
 
        glutSwapBuffers();