lib/export/boujou.rb in tracksperanto-2.8.6 vs lib/export/boujou.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
# Export for 2d3d boujou
class Tracksperanto::Export::Boujou < Tracksperanto::Export::Base
def self.desc_and_extension
"boujou_text.txt"
@@ -28,6 +29,6 @@
def export_point(frame, abs_float_x, abs_float_y, float_residual)
height_inv = @height - abs_float_y
@io.puts(POINT_T % [@tracker_name, frame + 1, abs_float_x, height_inv])
end
-end
\ No newline at end of file
+end