├── README.md ├── index.js └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # getting-started-with-threejs -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | console.log('Robot Bobby was here'); -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Getting Started with Three.js 7 | 12 | 20 | 21 | 22 | 23 | 24 | 25 | --------------------------------------------------------------------------------