Ray Casting Game Tutorial – Part 1 – Building The Engine
May 3, 2019
Gaming, JavaScript, Programming
Ray Casting is a graphics technique to determine what objects, if any, intersect with rays cast out from the camera. These rays, when intersecting with something like a wall, can be used to draw surroundings. Ray casting has been used in many older games, such as Rise Of …