File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< 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 -->
5
6
< script type ="text/javascript " src ="../lib/helvetiker_regular.typeface.js "> </ script >
6
7
7
8
< script type ="text/javascript ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
2
< html >
3
3
< 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 >
4
15
< meta charset ="utf-8 " />
5
16
< meta name ="viewport " content ="width=100%, initial-scale=1 " />
6
17
< title > ThreeExamples.js</ title >
You can’t perform that action at this time.
0 commit comments