public
Description: Minimal global illumination renderer, OCaml version (branched from orig code in the given URL)
Homepage: http://www.hxa.name/minilight/
Clone URL: git://github.com/mfp/ocaml-minilight.git
name age message
file .gitignore Tue Mar 24 05:52:46 -0700 2009 Added OMake-based build system. [mfp]
file LICENSE.txt Tue Mar 24 05:52:46 -0700 2009 Added LICENSE.txt, preserving original copyrigh... [mfp]
file OMakefile Tue Mar 24 05:52:46 -0700 2009 Added OMake-based build system. [mfp]
file OMakeroot Tue Mar 24 05:52:46 -0700 2009 Added OMake-based build system. [mfp]
file camera.ml Tue Mar 24 03:14:02 -0700 2009 Import. [mfp]
file image.ml Tue Mar 24 03:14:02 -0700 2009 Import. [mfp]
file minilight.ml Tue Mar 24 03:14:02 -0700 2009 Import. [mfp]
file rayTracer.ml Wed Mar 25 05:40:06 -0700 2009 Use identity (not structural) comparison to com... [mfp]
file scene.ml Tue Mar 24 05:52:46 -0700 2009 Get rid of Triangle.var type (option instead); ... [mfp]
file spatialIndex.ml Wed Mar 25 05:40:06 -0700 2009 Use identity (not structural) comparison to com... [mfp]
file surfacePoint.ml Tue Mar 24 03:14:02 -0700 2009 Import. [mfp]
file triangle.ml Tue Mar 24 05:52:46 -0700 2009 Return float option instead of bool * float in ... [mfp]
file vector3f.ml Tue Mar 24 03:14:02 -0700 2009 Import. [mfp]