forked from mlundblad/protracer
-
Notifications
You must be signed in to change notification settings - Fork 0
License
PhilHannent/protracer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Protracer is a simple raytracer originally written in 1999 as a university course project. Please beware that, despite the name, there is nothing especially professional about Protracer. The name is meant to be a pun on the Protracker music tracker application. Protracer is now released under the GNU General Public License. Protracer currently supports a very limited subset of the POV-Ray file format. To install run $ ./configure $ make and (as root) # make install To process a scene description you can run a command like: $ protracer -o output.ppm input.pov Where input.pov is the input scene description and output.ppm is the output in PPM format (this is the only possible output format right now). For a list of available options, run: $ protracer --help For further information or questions, contact the author on: ml@update.uu.se
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 99.1%
- Other 0.9%