- Bryce Newbury created the condensation shader and worked on Phong lightning and helped make the scene
- Jolina Lam created the smoke shader and the models
- Spencer Witkin created the ambient occlusion shader
- Wilbur Li created the stained glass shader and textured the models and generally helped make the scene
View project
SSAO Demo Work
Optionally, you may run the web pages locally with a server.
A Python server is simple enough to get it operational
Python 2 - python -m SimpleHTTPServer *port*
Python 3 - python -m http.server *port*