Simple demo of a 3D wireframe animation
This demo is the third part of a serie which explains how to use transformation matrices in 2D/3D (part 1 and part 2) Detailed explanation for 3D soon !
-
display (wireframe) and animate (rotations) a 3D polyedron (cube)
-
manage hidden vertices/lines of a 3D object (press h key to display/hide the backfaces)
To run the demo :
make run
Build .js executable for the web :
make js
- add some control ?
- explanations (readme)i + figures