Extend the matrix library provided by the textbook to support vector operations such as addition, subtraction, multiplication, cross product, dot product, etc.
To create a simple paint program that draws on the screen when you drag with your mouse.
Create a simple 3D animated animal, created out of simple geometric objects, like cubes, spheres, and cylinders.
Create a simple 3D animated animal, created out of simple geometric objects, like cubes, spheres, and cylinders.
Continuation of asgn3 but with new details: single point light that will illuminate the objects of your world using the Phong Shader.
First-person exploration application using Three.js: a high-level Javascript 3D library.