OhScee/ThreeJsExamples
Folders and files
| Name | Name | Last commit date | |
|---|---|---|---|
Repository files navigation
All the code is (mildly) commented in hopes to be useful for others, or course, it also assumes you've gone to the actual three.js website and have done some basic research on your own. Due to certain restrictions, you may need to run a simple web server to view some of these examples. On Mac (Using Python): open the Terminal cd into the folder with the example(s) type "python -m SimpleHTTPServer" press enter Open up your browser and type "0.0.0.0:8000" into the url Winodws (sorry you'll have to google this one)