|
|
Overview
The objective in this lab was simple; get pbrt to compile and run on your home system and then demo out a short scene. I built pbrt on my home machine using cygwin as my default environment. To do this, I had to make some modifications to the makefile, which I did by following the directions on the pbrt forums here. I also had to make the following changes to the makefile:
- change "-rdynamic" to "-dynamic"
- added the CXXFLAGS+=-DFLT_MAX="3.40282347e+38F"
Finally, I modified the demo scene provided by the grader to create this scene file. The resulting image looks like this:
|