CS 6620
Project 8
Chelsea Robertson
Required Image
Code Listing
My source code for project 8 can be found
here.
Creative Images
None for this assignment.
Design Choices
This project was pretty straight forward. Below are some
of the design decisions I made:
- I decided to implement volume rendering based on the material pseudocode in
the notes.
- I followed the trilinear interpolation method outlined on wikipedia.
- I decided to optimize by stopping the accumulation if the accumlated
opacity reaches 0.999.
Extra Credit
I didn't implement the extra credit.