Skip to content

Commit c3d138e

Browse files
committed
Merge pull request #7 from Ovilia/gh-pages
update
2 parents e29eaf3 + 1ed356e commit c3d138e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Chapter3/3.2.1.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<script type="text/javascript" src="../lib/three.js"></script>
5+
<!-- typeface.js is available at https://github.com/mrdoob/three.js/tree/master/examples/fonts -->
56
<script type="text/javascript" src="../lib/helvetiker_regular.typeface.js"></script>
67

78
<script type="text/javascript">

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html>
33
<head>
4+
<script type="text/javascript">
5+
var _gaq = _gaq || [];
6+
_gaq.push(['_setAccount', 'UA-38205696-1']);
7+
_gaq.push(['_trackPageview']);
8+
9+
(function() {
10+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
11+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13+
})();
14+
</script>
415
<meta charset="utf-8" />
516
<meta name="viewport" content="width=100%, initial-scale=1" />
617
<title>ThreeExamples.js</title>

0 commit comments

Comments
 (0)