Java Ray Tracer
This is the home page for ExRay, a Ray Tracing
program written in Java. Although it's not that fast, it is
very effective and works quite nicely.
You can download and use ExRay for free. More
specifically, it's under GPL, so it's for Free (that's in
capitals). The latest version is 0.1.0 which has implemented
the following:
- Sphere object;
- Plane object;
- All affine transformations on objects and scenes;
- Grouping (union) of objects;
- Directional lighting;
- Full GML script language support;
- PPM graphics file output of rendered images.
To download ExRay please click here.
|