Write a program in JavaScript that uses the threejs library to draw either (1) a fractal surface in three dimensions (for example, this could be a 3-D analog of the Sierpinski Gasket or the Menger Sponge) or (2) several of the Archimedean polyhedra (or related figures) or (3) a fractal computed with quaternions.

Annotate your program with comments. Generate a Web site that includes this documentation using jsdoc.



Last modified: Monday, December 12, 2016, 8:54 AM