Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 327 Bytes

PyTracer

A simple Ray Tracer made in Python (J4F)

Usage

python.py <scene_file>.json

Sample image:

Alt text

Version features (1.0)

  • Sphere objects
  • Lambertian, specular and mirror surfaces
  • Indirect lighting (with limited samples)
  • Scene to render and settings loaded from file