]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Camera.hh
improved new vorbisfile compatibility
[chaz/yoink] / src / Moof / Camera.hh
index 72df5db6703fcc3d90e3c25fb615ccc3c250f7d5..b5927f438e0d3e27f376f8e5a559da6e5d9190f5 100644 (file)
@@ -46,7 +46,7 @@ public:
        Camera() :
                position_(0.0, 0.0, 0.0)
        {
-               cml::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.018832 seconds and 4 git commands to generate.