Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 694 Bytes

3D-basics

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)

How to

To run the demo :

make run

Build .js executable for the web :

make js

To do

  • add some control ?
  • explanations (readme)i + figures