/basic-raytracing

BASIC Raytracing

Primary LanguageVBAThe UnlicenseUnlicense

BASIC Raytracing

3D rendering in BASIC, because why not! Renders a basic scene with spheres through a camera. Supports different types of lights (ambient, point, directional), shadows and recursive reflections. Technique following the book Computer Graphics from Scratch by Gabriel Gambretta.

Image

Running

Run this raytracing.bas using QB64, since this uses full RGB coloring.