|
9 | 9 | </head>
|
10 | 10 | <body onload="_gaq.push(['_trackEvent', '404', document.referrer, location.herf]);">
|
11 | 11 | <div id="contentDiv">
|
12 |
| - <div id="content" class="center"> |
| 12 | + <div id="content"> |
13 | 13 | <div class="rotLeft rotTop pageBack"></div>
|
14 | 14 | <div class="rotRight rotTop pageBack"></div>
|
15 | 15 | <div class="container page">
|
16 | 16 | <h2 class="subtitle">《Three.js 入门指南》书例代码</h2>
|
17 |
| - <div class="pageTitle">ThreeExamples.js</div> |
| 17 | + <div class="pageTitle" class="center">ThreeExamples.js</div> |
18 | 18 | <p>《Three.js 入门指南》是一本帮助初学者更快入门 Three.js 的电子书,可在<a href="http://read.douban.com/ebook/7412854/" target="_blank">豆瓣阅读</a>和<a href="http://www.ituring.com.cn/book/1272" target="_blank">图灵社区</a>(提供推送到 Kindle 服务)免费阅读。</p>
|
| 19 | + <p>本项目是该书中所有示例代码的集合,喜欢的话<a href="https://github.com/Ovilia/ThreeExample.js" target="_blank">在 GitHub 上</a>给我点个赞嘛~ 有相关问题也欢迎在 GitHub 上报 issue。</p> |
| 20 | + |
| 21 | + <p>I'm <em>Wenli Zhang</em> and this blog is concerned about <em>Web Front-End</em>, my book reviews and other interesting topics. Please feel free to <a href="#comments">leave a comment</a> or contact me by <a href="mailto:me@zhangwenli.com?subject=Interested+In+Your+Blog+Posts" target="_blank">email</a> if you have any question. Check <a href="http://zhangwenli.com" onclick="_gaq.push(['_trackEvent', 'ToHome', 'InRecentAboutMe', window.location.pathname]);">Home Page</a> to know more about me.</p> |
19 | 22 |
|
20 | 23 | <h1>目录</h1>
|
21 | 24 | <h2>第 1 章 概述</h2>
|
@@ -112,6 +115,11 @@ <h3>例 9.3.1</h3>
|
112 | 115 | <p><a href="http://zhangwenli.com/ThreeExample.js/Chapter9/9.3.1.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter9/9.3.1.html" target="_blank">查看代码</a></p>
|
113 | 116 | <h3>例 9.3.2</h3>
|
114 | 117 | <p><a href="http://zhangwenli.com/ThreeExample.js/Chapter9/9.3.2.html" target="_blank">运行代码</a> | <a href="https://github.com/Ovilia/ThreeExample.js/blob/master/Chapter9/9.3.2.html" target="_blank">查看代码</a></p>
|
| 118 | + |
| 119 | + <h1>关于作者</h1> |
| 120 | + <p>我是 <a href="http://zhangwenli.com" target="_blank">Ovilia</a>,一个懂点艺术的前端工程师。</p> |
| 121 | + <p>在学习 Three.js 的过程中发现学习资料较少,中文教程更是少,所以写下了本书。希望能够帮助到更多想要学习 Three.js 的朋友,所以该书的所有章节和代码都免费开源。只是我自己对 Three.js 的了解也非常有限,所以只能写这样的入门级教程了,希望大家不要嫌弃~</p> |
| 122 | + <p>如果你觉得本书对你很有帮助,想要感谢一下我,欢迎<a href="http://zhangwenli.com/blog/tip" target="_blank" onclick="_gaq.push(['_trackEvent', 'ToTip', 'InThreeJs', window.location.pathname]);">打赏一本书给我</a>!</p> |
115 | 123 | </div>
|
116 | 124 | <div class="rotLeft rotBottom pageBack"></div>
|
117 | 125 | <div class="rotRight rotBottom pageBack"></div>
|
|
0 commit comments