gitextract_kmmeootv/ ├── .gitattributes ├── .gitignore ├── README.md ├── build.mjs ├── demos/ │ ├── 1.html │ ├── 2.html │ ├── 3.html │ ├── 4.html │ ├── 5.html │ ├── 6.html │ ├── 7.html │ ├── 8.html │ ├── bricktexture.js │ ├── castle.html │ ├── freerotation.html │ ├── jscolor.js │ ├── mario.js │ ├── mariotexture.js │ ├── treetexture.js │ └── yoshi.js ├── index.html ├── obj2js/ │ ├── 3d-model.obj │ ├── coin.obj │ ├── cube.obj │ ├── index.html │ ├── mario.mtl │ ├── mario.obj │ ├── parse.js │ ├── wolf.obj │ ├── yoshi.mtl │ └── yoshi.obj ├── package.json ├── src/ │ └── w.js ├── w.js ├── w.min.full.js └── w.min.lite.js