################################################# # # This file was written by James Lehman. # creator of LaserBoy, # # the free, multiplatform laser display # application that reads this format. # # # Extra Stimulus Inc., Akron, Ohio USA # http://laserboy.org/ # # ASCII format version: LaserBoy-txt-12-18-2020 # ################################################# math one_rotation 360.0 math one_period 1.0 math duration 3 math iterations 1000 math frames 400 math still_frames 1 math normalize_frames_individually 0 math normalize_frames_with_origin 0 math include_unit_reference 0 math compound_to_higher_count 0 math save_true_color_dxf 0 math save_txt_with_color 1 math save_txt_color_hex 1 math overwrite_txt_files 1 #---------------------------------------------- # form math oscillator # x(t) = t # y(t) = P1(t) # type sin # amplitude frequency phase duty_cycle damping 3.0 1.0 0.0 0.50 0.0 # duration iterations -1 -1 math color_frames_rgb 255 255 0 #---------------------------------------------- # form math oscillator # x(t) = t # y(t) = P1(t) # type sin # amplitude frequency phase duty_cycle damping 3.0 2.0 0.0 0.50 0.0 # duration iterations -1 -1 math color_frames_rgb 255 0 255 math compound_union #---------------------------------------------- # form math oscillator # x(t) = t # y(t) = P1(t) # type sin # amplitude frequency phase duty_cycle damping 3.0 0.666666667 0.0 0.50 0.0 # duration iterations -1 -1 math color_frames_rgb 0 255 255 math compound_union math render_frames ################################################# #################################################