WASD keys to move character. ---------------------------------------------------------------------------- Info: This project is a demo of a technique called raymarching! This uses the simplest form which moves until it touches the objects I want it to touch. Calculating the distance by using steps. The distance it moves each time before checking if it is touching something. ---------------------------------------------------------------------------- Plans: I plan on making a little ai that drives around a course and I plan on making it check what objects it is touching.