moving functionality into the avatar class, and drawing hands
[laserbrain_demo] / src / avatar.h
index 6c3521e..ca3ea8c 100644 (file)
@@ -13,12 +13,9 @@ public:
        Vec3 pos;
        float body_rot;
        Quat head_rot;          // used when head-tracking
-       float head_tilt;        // used for mouselook
+       float head_alt; // used for mouselook
 
        Avatar();
-       ~Avatar();
-
-       void draw() const;
 };
 
 #endif // AVATAR_H_