spuder / All-Spark-Cube

Software to control an RGB led cube
20 stars 6 forks source link

2d Implement Animation Class #41

Closed spuder closed 12 years ago

spuder commented 12 years ago

Write a Class that encapsulates all the cube object. Each instance of the cube object will be considered a frame in the animation.

spuder commented 12 years ago

Implemented, this was very difficult because I had to move the master array of all less out of the main class and into the cube class, this broke the scope of the master array. Getters and setters had to be added to every class under cube so that a led no longer has a color but rather has a color per cube.