Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 532 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 532 Bytes

TODO

  • Assets
  • First-person/VR
  • Function evaluation

How to use

  1. Load MainScene
  2. Add bots (Choose paths to input files)
  3. Start

Input

Input is passed as a file with values delimited by whitepsace.

First value determines the independent variable of the following values:

  • S: Seconds
  • F: Frames

The rest of the inputs follow this format (still delimited by whitespace):

  • [seconds/frames elapsed]
  • [x-position]
  • [y-position]
  • [z-position]
  • [x-rotation]
  • [y-rotation]
  • [z-rotation]