]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Camera.hh
improved new vorbisfile compatibility
[chaz/yoink] / src / Moof / Camera.hh
index 24632a53af82f88038b7d03df22a5039574a48ba..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();
        }
 
@@ -81,7 +81,7 @@ private:
        Matrix4         modelview_;
        Frustum         frustum_;
 
-       Lerpv3          pInterp_;
+       Lerp          pInterp_;
 };
 
 
This page took 0.018542 seconds and 4 git commands to generate.