项目作者: SebastianMestre
项目描述 :
A toy path tracer in C
高级语言: C
项目地址: git://github.com/SebastianMestre/Rays.git
rays

A toy path tracer, written in C.
No way (other than changing the source) to load scenes, or choose any settings. It produces the same image every time.
WIP.
Build
cd src
make
this will generate an executable in the bin
directory.