]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
scene drawing correctly implemented; new classes
[chaz/yoink] / src / YoinkApp.hh
index 19564b5d903e559849bb1bb2865986a48c08eee1..66406d2d4447c0979ddb0ef94f1bced85da45569 100644 (file)
@@ -37,6 +37,7 @@
 #include <iostream>
 #include <string>
 
+#include <Moof/Camera.hh>
 #include <Moof/Dispatcher.hh>
 #include <Moof/Engine.hh>
 #include <Moof/Interpolator.hh>
@@ -70,6 +71,7 @@ private:
        Mf::Cerpv2 interp;
        Mf::Lerps fadeIn;
 
+       Mf::Camera camera;
        Mf::Scene* testScene;
 
        Mf::Scalar x, y, z;
This page took 0.01637 seconds and 4 git commands to generate.