This is a WebGL based Project written for our Interactice Computer Graphics Course.
The features were implemented:
- Cameras
- Texture mapping
- Lighting
- Animated objects
- Picking
- Dynamically generated objects
- OBJ loader and 3D models
- Reflection
- Shader filters
- Particle systems
If you have Python 3.x installed, run the following in the source directory:
python -m http.server
After that, open up your localhost at port 8000.
Stephen Hansen
Kevin Karnani