]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Camera.hh
improved new vorbisfile compatibility
[chaz/yoink] / src / Moof / Camera.hh
index 63d00749555a13c2052027dc8b0bb069e4856ecc..b5927f438e0d3e27f376f8e5a559da6e5d9190f5 100644 (file)
@@ -46,7 +46,7 @@ public:
        Camera() :
                position_(0.0, 0.0, 0.0)
        {
-               quaternion_rotation_world_y(rotation_, 0.0);
+               cml::quaternion_rotation_world_y(rotation_, 0.0f);
                calculateSecondary();
        }
 
@@ -70,7 +70,7 @@ public:
                return frustum_;
        }
 
-       void adjustFromInput(const Event& event);
+       void handleEvent(const Event& event);
        void update(Scalar t, Scalar dt);
 
 private:
@@ -81,7 +81,7 @@ private:
        Matrix4         modelview_;
        Frustum         frustum_;
 
-       Lerpv3          pInterp_;
+       Lerp          pInterp_;
 };
 
 
This page took 0.017422 seconds and 4 git commands to generate.