###############################################
#
#   This file was written by James Lehman.
#   creator of LaserBoy,
#
#   the free, multiplatform laser display application
#   that reads this format.
#
#   <james@akrobiz.com>
#   Extra Stimulus Inc., Akron, Ohio USA
#   http://laserboy.org/
#
#   ASCII format version: LaserBoy-txt-09-07-2022
#
###############################################

math still_frames            1
math include_unit_reference  1

math  duration        4000
math  iterations      100000

math  LBO1 phase      90.0

#----------------------------------------------
# https://en.wikipedia.org/wiki/Lissajous_curve
# x = LBO1(t)
# y = LBO2(t)

math  lissajou

math  fulcrum         0  6  0
math  rotation        40 0  0
math  rotate_acceleration   0
math  rotate_

math  fulcrum         0  30 0
math  rotation        0  0  1
math  rotate_acceleration   0
math  rotate_

math  hues_span_factor   39.0
math  hues_shift         5
math  color_span_hues

math render

###############################################
###############################################


