Skip to content

jhclaura/IntroToThreejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Three.js

Pam & Laura

[let's use localhost to serve the page!]

  1. git clone OR download as ZIP
  2. open Terminal
  3. go into directory:
  4. cd
  5. drag folder/directory into Terminal
  6. enter
  7. python -m SimpleHTTPServer 8000
  8. 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!

Here is a simple basic powerpoint :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published