A castle rendered using the Persistence of Vision Raytracer.
This program was created for CS355: Principles of Programming Languages at Old Dominion University during Spring 2018.
You will need POV-Ray:
sudo apt install povray
To start run the following from the src directory:
povray render_castle.pov
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Patrick Cox - Contributor - paddy74
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Our professor Jay Morris