A CPU-Side Voxel Raycaster using a beam-based acceleration. Instead of casting rays for each pixel, it scans the scene in 8x8 pixel blocks. The Beamcaster uses witness rays to skip empty space.