July 2018
Beginner to intermediate
374 pages
8h 54m
English
This is the code used to create the Blogger post from Chapter 20, Getting Code on the Web. You can find the completed Blogger post at: http://code3Dgames.blogspot.com/2018/02/amazing-3d-animation.html.
| | <p>I made this!</p> |
| | <div id="3d-code-2018-12-31"> |
| | </div> |
| | <p>It's in the first chapter of |
| | <a href="http://code3Dgames.com/"> |
| | 3D Game Programming for Kids, second edition</a>. |
| | </p> |
| | <script src="https://code3Dgames.com/three.js"></script> |
| | <script src="https://code3Dgames.com/controls/OrbitControls.js"></script> |
| | <script> |
| | // The "scene" is where stuff in our game will happen: |
| | var scene = new THREE.Scene(); |
| | var flat = {flatShading: true}; |
| | var light = new THREE.AmbientLight( |
Read now
Unlock full access