|
@@ -69,37 +69,20 @@
|
|
|
<h2>Resources</h2>
|
|
|
<ul>
|
|
|
<li><a href="https://threejsfundamentals.org/" target="_blank" rel="noopener">Three.js Fundamentals</a></li>
|
|
|
- <li><a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover Three.js</a></li>
|
|
|
<li><a href="http://davidscottlyons.com/threejs-intro/" target="_blank" rel="noopener">Intro to WebGL</a></li>
|
|
|
<li><a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank" rel="noopener">Interactive 3D Graphics</a></li>
|
|
|
</ul>
|
|
|
|
|
|
- <!--
|
|
|
<h2>Books</h2>
|
|
|
<ul>
|
|
|
- <li><a href="http://shop.oreilly.com/product/0636920024729.do" target="_blank" rel="noopener">WebGL: Up and Running</a></li>
|
|
|
- <li><a href="https://www.packtpub.com/web-development/learning-threejs-javascript-3d-library-webgl-second-edition" target="_blank" rel="noopener">Learning Three.js</a></li>
|
|
|
- <li><a href="https://www.packtpub.com/game-development/game-development-threejs" target="_blank" rel="noopener">Game Development <span style="display:none;">with Three.js</span></a></li>
|
|
|
- <li><a href="https://www.packtpub.com/web-development/threejs-essentials" target="_blank" rel="noopener">Three.js Essentials</a></li>
|
|
|
+ <li><a href="https://discoverthreejs.com/" target="_blank" rel="noopener">Discover Three.js</a></li>
|
|
|
+ <li><a href="https://www.packtpub.com/web-development/learn-threejs-third-edition" target="_blank" rel="noopener">Learn Three.js (Third Edition)</a></li>
|
|
|
+ <li><a href="https://www.amazon.co.jp/初めてのThree-js-第2版-_WebGLのためのJavaScript-3Dライブラリ-Dirksen/dp/4873117704/" target="_blank" rel="noopener">初めてのThree.js 第2版</a></li>
|
|
|
<li><a href="https://www.packtpub.com/web-development/threejs-cookbook" target="_blank" rel="noopener">Three.js Cookbook</a></li>
|
|
|
+ <li><a href="https://www.packtpub.com/web-development/threejs-essentials" target="_blank" rel="noopener">Three.js Essentials</a></li>
|
|
|
+ <li><a href="https://www.packtpub.com/game-development/game-development-threejs" target="_blank" rel="noopener">Game Development with Three.js</a></li>
|
|
|
+ <li><a href="http://shop.oreilly.com/product/0636920024729.do" target="_blank" rel="noopener">WebGL: Up and Running</a></li>
|
|
|
</ul>
|
|
|
- -->
|
|
|
-
|
|
|
-
|
|
|
- <!--
|
|
|
- <div id="book">
|
|
|
- <script>
|
|
|
- var books = [
|
|
|
- '<a href="http://shop.oreilly.com/product/0636920024729.do" target="_blank" rel="noopener"><img src="files/books/webgl.png" width="100" height="132" /></a>',
|
|
|
- '<a href="https://www.packtpub.com/web-development/learning-threejs-javascript-3d-library-webgl-second-edition" target="_blank" rel="noopener"><img src="files/books/learning-threejs-javascript-3d-library-webgl-second.png" width="100" height="123" /></a>',
|
|
|
- '<a href="https://www.packtpub.com/game-development/game-development-threejs" target="_blank" rel="noopener"><img src="files/books/game-development-threejs.png" width="100" height="123" /></a>',
|
|
|
- '<a href="https://www.packtpub.com/web-development/threejs-essentials" target="_blank" rel="noopener"><img src="files/books/threejs-essentials.png" width="100" height="124" /></a>',
|
|
|
- '<a href="https://www.packtpub.com/web-development/threejs-cookbook" target="_blank" rel="noopener"><img src="files/books/threejs-cookbook.png" width="100" height="123" /></a>'
|
|
|
- ];
|
|
|
- document.write( books[ Math.floor( Math.random() * books.length ) ] );
|
|
|
- </script>
|
|
|
- </div>
|
|
|
- -->
|
|
|
|
|
|
</div>
|
|
|
</div>
|