Homework 1

Scene setup

I did the scene setup process manually. I did some math by hand to setup cameras and spotlights that have the "look at" pattern. Typically i would pick a radius and do sin/cos math to find out where the camera or spotlight should be.

For area lights, there was a lot more hand tuning because they don't use the look at pattern. I did a lot of incremental modifications to make sure my sense of coordinate frames made sense. It's convenient that you can see the area lights.

I reduced the number of samples per pixel (sometimes just 1, mostly 2) and per area light to make the render/check cycle take less time. All my test runs were done with just 1 subdiv on the face model. Reducing the resolution of the image did make things faster, but it was too difficult to see if you were getting a good result.

I also had a pretty good workflow running pbrt on myth and running Photoshop on my PC and looking at the images though PC/AFS, instead of running exrtotiff all the time.

Extras

I played around with photon mapping, just getting it enabled in the scene and seeing what some of the parameters did; especially what it would look like without enough photons. I also read the appendix and played a bit with material properties. Nothing impressive to show for it, though.

Thanks!

RyanSmith/Homework1 (last edited 2006-04-13 05:24:54 by RyanSmith)