Pam & Laura
[let's use localhost to serve the page!]
- git clone OR download as ZIP
- open Terminal
- go into directory:
- cd
- drag folder/directory into Terminal
- enter
- python -m SimpleHTTPServer 8000
- Open browser and type localhost:8000
This opens the html file with template.js. In there you can add custom elements, e.g. camera, lights, mesh etc. Change the script link in html file from "template.js" to "script.js", then you can see what we made in the workshop, which is a rotation cube! Woohoo!