meshing recaclulation on the fly, picking, whatever
[antikythera] / src / machine.h
index 5513e02..86caa48 100644 (file)
@@ -32,6 +32,8 @@ public:
 
        void update(float dt);
        void draw() const;
+
+       Gear *intersect_gear(const Ray &ray, HitPoint *hitp = 0) const;
 };
 
 #endif // MACHINE_H_