Skip to content

Latest commit

 

History

History
57 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

57 lines (21 loc) · 1.38 KB

Handmade3DRenderer

A simple 3D renderer implemented in Rust using Whitted ray tracing technique. [WIP]

Evolution in chronological order

  • Trajectory of a projectile

Tracing a Projectile path

  • Hour positions of an analog clock

analog clock

  • Silhouette of a sphere

sphere silhouette

  • 3D Sphere

3d sphere

  • 3D Scene

3d scene

  • 3D Scene with shadows

3d scene with shadows

  • Plane

plane

  • Patterns

patterns

  • Reflection

reflection