Code: Getting Code on the Web

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​ ...

Get 3D Game Programming for Kids, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.