Skip to content
djod4556 edited this page Nov 29, 2011 · 7 revisions

Welcome to the littleray wiki!

LittleRay is a small and simple ray tracer project. The purpose is to discover the 3D rendering world as well as try to practice object oriented programming in a smart way. The project use and object oriented language, C++, but does not try to use all its features. Instead, it's trying to apply object oriented programming concepts like patterns not to use some hacks to resolve conception problems.

You can use the following pages to document yourself on the project.

The project is based on a raytracer tutorial by Gregory Massal. This tutorial is available at the following address http://www.massal.net/article/raytrace/page1.html.

Clone this wiki locally