ray-tracing
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:a very primitve ray tracing demo
=========================
A Simple Ray Tracing Demo
=========================
This program illustrates a simple ray tracer. There are three scene files 
named scene1.txt, scene2.txt and scene3.txt. After compiling run the program 
like so

./ray_tracing scene1.txt


==========
COMPILING
==========

Will compile on linux with just a simple:

make

If, it does not compile check the linker flags in the Makefile and see if it 
suits your system. You may have to change the include paths for other 
systems.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。