ExhibitSlots and exhibit placement (initial)
[laserbrain_demo] / src / avatar.h
index 6c3521e..6c3aa41 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef AVATAR_H_
 #define AVATAR_H_
 
+// TODO incomplete
+
 #include <gmath/gmath.h>
 
 /* when head-tracking is available, head_tilt is ignored, and the
@@ -13,12 +15,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_