https://github.com/stefnotch/processing3draytracer
A little raytracer written in Processing
https://github.com/stefnotch/processing3draytracer
Last synced: 8 days ago
JSON representation
A little raytracer written in Processing
- Host: GitHub
- URL: https://github.com/stefnotch/processing3draytracer
- Owner: stefnotch
- Created: 2021-01-26T10:41:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T11:25:10.000Z (over 2 years ago)
- Last Synced: 2025-11-22T18:03:43.830Z (7 months ago)
- Language: Processing
- Size: 157 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing 3D Raytracer
A little raytracer (spheres only) I wrote in processing

The rules of the assignment limited the shape draw calls we were allowed to use. The idea was that students wouldn't submit overly complicated graphics.
But clearly text can be drawn with a single command...
