did I fix the meshing now?
[antikythera] / src / gear.cc
index 10e8bc8..f6872cf 100644 (file)
@@ -24,6 +24,17 @@ Gear::~Gear()
        delete mesh;
 }
 
+void Gear::set_angular_offset(float offs)
+{
+       init_angle = offs;
+       xform_valid = false;
+}
+
+float Gear::get_angular_offset() const
+{
+       return init_angle;
+}
+
 void Gear::set_teeth(int nt, float tooth_pitch)
 {
        float circ = tooth_pitch * nt;