This repository contains a Model Context Protocol (MCP) Python server that allows Claude Desktop to interact with Unreal Engine 5.3 (via Remote Control API), creating and manipulating 3D objects based ...
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.