An open API service indexing awesome lists of open source software.

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.

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.

![Room](gallery/room.png)

## Features

* Primitive objects: spheres, planes
* Phong illumination model
* Reflections and shadows
* Point lights
* Inverse texture mapping
* Adaptive anti-aliasing

## License

Copyright © 2003-2017