Skip to main content

Running the Demo

  • Click and drag to lay down spline track
  • press t to create a new track
  • press v to add a spline car (car that travels spline interpolation of control points)
  • press b to add a linear car (car that travels linear interpolation of control points)
  • press 1, 2, or 3 to change current track color
  • press L to make the current track linear (once implemented)
  • press C to make it cubic bezier (once implemented)
  • press q to show or hide the control shape

Note: In this year's code, you can also use the control panel GUI (not shown in video below) to add cars, change track color, or toggle the control shape.