pick ray calculation (moved to gph-math and used here)
[laserbrain_demo] / src / exhibit.cc
index c525f77..b8d44cc 100644 (file)
@@ -95,8 +95,6 @@ void Exhibit::post_draw() const
                glPopMatrix();
 
                const AABox &bvol = get_aabox();
-               debug_log("bvol (%g %g %g) -> (%g %g %g)\n", bvol.min.x, bvol.min.y, bvol.min.z,
-                               bvol.max.x, bvol.max.y, bvol.max.z);
                draw_geom_object(&bvol);
        }
 }