https://github.com/cloudkj/krayon
A simple raytracer with Phong illumination, reflections and shadows, point lighting, inverse texture mapping, and adaptive anti-aliasing.
https://github.com/cloudkj/krayon
graphics raytracer
Last synced: 7 months ago
JSON representation
A simple raytracer with Phong illumination, reflections and shadows, point lighting, inverse texture mapping, and adaptive anti-aliasing.
- Host: GitHub
- URL: https://github.com/cloudkj/krayon
- Owner: cloudkj
- Created: 2017-10-28T04:37:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T00:52:43.000Z (over 6 years ago)
- Last Synced: 2025-01-17T09:10:41.535Z (over 1 year ago)
- Topics: graphics, raytracer
- Language: C++
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
krayon
======
A simple raytracer. First written in 2003 as an experiment in ray tracing,
lighting, shading, and texture mapping.

## Features
* Primitive objects: spheres, planes
* Phong illumination model
* Reflections and shadows
* Point lights
* Inverse texture mapping
* Adaptive anti-aliasing
## License
Copyright © 2003-2017