]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Aabb.cc
miscellaneous cleanup
[chaz/yoink] / src / Moof / Aabb.cc
index c844251b1d0551b2fcf9c94a8ddf2929c11baf6e..842d9d8a51b3fbfec7b8d1bd9f62ecf950bb1ea8 100644 (file)
 
 *******************************************************************************/
 
-#include <Moof/Aabb.hh>
-#include <Moof/Camera.hh>
-#include <Moof/OpenGL.hh>
-#include <Moof/Texture.hh>
+#include "Aabb.hh"
+#include "Camera.hh"
+#include "OpenGL.hh"
+#include "Texture.hh"
 
 
 namespace Mf {
@@ -140,7 +140,7 @@ void Aabb::draw(Scalar alpha) const
 
 bool Aabb::isVisible(const Camera& cam) const
 {
-       return cam.getFrustum().containsAabb(*this);
+       return cam.getFrustum().contains(*this);
 }
 
 
This page took 0.017944 seconds and 4 git commands to generate.