For this assignment, I was tasked with creating an interactive 3D living room using solely WebGL (no three.js or similar allowed) with appropriate texturing, animations, and lighting. This project can be found on my Github at https://github.com/Kwiddy/ComputerGraphicsYr2

Camera Movement:
  • Arrow Keys: Rotate the camera
  • WASD Keys: Move the camera
  • Z/X Keys: Zoom in and out of the scene
Animations:
  • C: Set the table
  • P: Move the pouffe
  • T: Turn on the TV
Lighting Controls:
  • L: Increase General Scene Lighting
  • K: Decreases General Scene Lighting
  • M: Increase Lamp Light
  • N: Decrease Lamp Light
Please use a browser that supports "canvas"