Browse Source

More clear README

Mr.doob 15 years ago
parent
commit
56bfa1ff36
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -1,5 +1,11 @@
 (Very early stage) javascript 3D engine which can use <canvas> and/org <svg> as renderer.
 (Very early stage) javascript 3D engine which can use <canvas> and/org <svg> as renderer.
 
 
+### Examples
+
+[![random.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/random.png)](http://mrdoob.com/lab/javascript/three/particles/random.html)
+[![waves.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/waves.png)](http://mrdoob.com/lab/javascript/three/particles/waves.html)
+[![floor.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/floor.png)](http://mrdoob.com/lab/javascript/three/particles/floor.html)
+
 ### How to use
 ### How to use
 
 
 	var container;
 	var container;
@@ -39,12 +45,6 @@
 		renderer.render(scene, camera);
 		renderer.render(scene, camera);
 	}
 	}
 	
 	
-### Examples
-
-[![random.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/random.png)](http://mrdoob.com/lab/javascript/three/particles/random.html)
-[![waves.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/waves.png)](http://mrdoob.com/lab/javascript/three/particles/waves.html)
-[![floor.png](http://github.com/mrdoob/three.js/raw/master/examples/particles/floor.png)](http://mrdoob.com/lab/javascript/three/particles/floor.html)
-
 ### Change Log
 ### Change Log
 
 
 2010 04 24 - **r001**
 2010 04 24 - **r001**