it's 3d plot using matplolib of how ray traverses through the octree

Ray Tracing

Ray tracing is a rendering technique that simulates the path of light as it travels through a scene. Instead of coloring pixels directly, we imagine a “ray” being cast from the camera, through each pixel on the screen, and into the virtual world. Wherever the ray hits an object, we determine what color should appear there based on the material, lighting, shadows, and reflections.

Ray Tracing Read More ยป