A flamingo rests alone in the gently lapping water against the starry night.
- 2d matrix transformations
- Skeletal animation
- Procedural animation
- Procedural starfield
- 2d mesh modeling
All code written by Brandon Reiss unless otherwise noted.
BufferedApplet.java — Main applet class written by Ken PerlinHw01.java — Main class for the flamingo display
Flamingo.java — Flamingo geometry and animation controls
Starfield.java — A pseudorandom star scatter class
Graphics2.java — A 2d graphics library
Vector3.java — A 3d vector library
Matrix3x3.java — A 3x3 matrix library