Oops ... your browser doesn't support the HTML5 canvas element
Make the center cube replicate motion of an outer cube.
Click canvas to pick a cube.
scale cube 10% 100%
rotation speed 0 2

CSE 470 HW#2: Pick a Cube

Author: Albert De La Cruz        Date: Febuary 2021

Description:
This program demonstrates the use of an instanced object, the center cube, and applying translations, rotations, and scaling to the cubes copies around itself. the program also demonstrates interactablity due to being able to change the center cube's rotation, scale, and rotation speed.

Functionality:
This program allows the user to scale up or down all of the cubes. It also alows for changing all of the cubes rotation speed. One of the outer cubes can be clicked to get the center cube to copy its motion. The center cube can be reset using the rest button.

Resources:
Prof. Angel's codes.