= Assignment 1 = == PBRT Build/Installation == I compiled PBRT both on Myth1 as well as on my own machine in Visual Studio 2005. While the linux build was completed fairly quickly (except some typos in getting the environment setting right), the Visual Studio 2005 build took a bit longer. First, Visual Studio give many warnings about outdated/unsafe function calls and type conversions, but I assume these can be ignored. Further, getting the include paths to OpenEXR right was a pain, because just changing "vs2003" to "vs2005" does not work. You have to type in the full absolute path, it does not accept a relative one. I also assume that the included tools cannot be compiled under Windows. == Rendering Process ==