An open API service indexing awesome lists of open source software.

https://github.com/castle-engine/rayhunter

Command-line simple ray-tracer using Castle Game Engine
https://github.com/castle-engine/rayhunter

castle-game-engine ray-tracer

Last synced: 3 months ago
JSON representation

Command-line simple ray-tracer using Castle Game Engine

Awesome Lists containing this project

README

          

# rayhunter

A command-line program that takes a 3D model (like a VRML, X3D or Collada file) and renders an image that would be visible from given camera looking at given scene. Two ray-tracing algorithms may be used: deterministic (classic Whitted-style ray-tracer) and Monte Carlo path tracing.

Complete documentation on http://castle-engine.sourceforge.net/rayhunter.php .

Using Castle Game Engine, see http://castle-engine.sourceforge.net/ .

## License

GNU GPL >= 2.