Browse Source

fixed document link for gap between source code and API documentation.

satoru kimura 11 years ago
parent
commit
02ae35d464
52 changed files with 1278 additions and 307 deletions
  1. 48 0
      docs/api/Original.html
  2. 48 0
      docs/api/core/Geometry2.html
  3. 2 0
      docs/api/extras/cameras/CombinedCamera.html
  4. 2 0
      docs/api/extras/cameras/CubeCamera.html
  5. 2 0
      docs/api/extras/core/CurvePath.html
  6. 2 0
      docs/api/extras/core/Gyroscope.html
  7. 2 0
      docs/api/extras/core/Path.html
  8. 2 0
      docs/api/extras/core/Shape.html
  9. 14 15
      docs/api/extras/curves/ArcCurve.html
  10. 14 40
      docs/api/extras/curves/ClosedSplineCurve3.html
  11. 48 0
      docs/api/extras/curves/CubicBezierCurve.html
  12. 48 0
      docs/api/extras/curves/CubicBezierCurve3.html
  13. 48 0
      docs/api/extras/curves/EllipseCurve.html
  14. 48 0
      docs/api/extras/curves/LineCurve.html
  15. 48 0
      docs/api/extras/curves/LineCurve3.html
  16. 48 0
      docs/api/extras/curves/QuadraticBezierCurve.html
  17. 48 0
      docs/api/extras/curves/QuadraticBezierCurve3.html
  18. 48 0
      docs/api/extras/curves/SplineCurve.html
  19. 48 0
      docs/api/extras/curves/SplineCurve3.html
  20. 21 6
      docs/api/extras/geometries/BoxGeometry.html
  21. 48 0
      docs/api/extras/geometries/BoxGeometry2.html
  22. 2 0
      docs/api/extras/geometries/CircleGeometry.html
  23. 1 32
      docs/api/extras/geometries/CubeGeometry.html
  24. 48 0
      docs/api/extras/geometries/PlaneGeometry2.html
  25. 2 0
      docs/api/extras/helpers/ArrowHelper.html
  26. 2 0
      docs/api/extras/helpers/AxisHelper.html
  27. 2 0
      docs/api/extras/helpers/BoundingBoxHelper.html
  28. 2 0
      docs/api/extras/helpers/CameraHelper.html
  29. 2 0
      docs/api/extras/helpers/DirectionalLightHelper.html
  30. 48 0
      docs/api/extras/helpers/EdgesHelper.html
  31. 48 0
      docs/api/extras/helpers/FaceNormalsHelper.html
  32. 2 0
      docs/api/extras/helpers/GridHelper.html
  33. 2 0
      docs/api/extras/helpers/HemisphereLightHelper.html
  34. 2 0
      docs/api/extras/helpers/PointLightHelper.html
  35. 2 0
      docs/api/extras/helpers/SpotLightHelper.html
  36. 48 0
      docs/api/extras/helpers/VertexNormalsHelper.html
  37. 48 0
      docs/api/extras/helpers/VertexTangentsHelper.html
  38. 48 0
      docs/api/extras/helpers/WireframeHelper.html
  39. 2 0
      docs/api/extras/objects/ImmediateRenderObject.html
  40. 2 0
      docs/api/extras/objects/LensFlare.html
  41. 2 0
      docs/api/extras/objects/MorphBlendMesh.html
  42. 46 0
      docs/api/loaders/BufferGeometryLoader.html
  43. 46 0
      docs/api/loaders/Geometry2Loader.html
  44. 0 87
      docs/api/loaders/GeometryLoader.html
  45. 3 3
      docs/api/loaders/MaterialLoader.html
  46. 46 0
      docs/api/loaders/ObjectLoader.html
  47. 46 0
      docs/api/loaders/XHRLoader.html
  48. 46 0
      docs/api/renderers/renderables/RenderableFace.html
  49. 0 104
      docs/api/renderers/renderables/RenderableFace3.html
  50. 46 0
      docs/api/renderers/renderables/RenderableSprite.html
  51. 2 0
      docs/api/textures/DataTexture.html
  52. 45 20
      docs/list.js

+ 48 - 0
docs/api/Original.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		[page:Geometry] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/core/Geometry2.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		[page:BufferGeometry] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/extras/cameras/CombinedCamera.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Camera] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">A general perpose camera, for setting FOV, Lens Focal Length,
 		<div class="desc">A general perpose camera, for setting FOV, Lens Focal Length,

+ 2 - 0
docs/api/extras/cameras/CubeCamera.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 2 - 0
docs/api/extras/core/CurvePath.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Curve] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 2 - 0
docs/api/extras/core/Gyroscope.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 2 - 0
docs/api/extras/core/Path.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:CurvePath] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">A 2d path representation, comprising of points, lines, and cubes,  similar to the html5 2d canvas api. It extends CurvePath.</div>
 		<div class="desc">A 2d path representation, comprising of points, lines, and cubes,  similar to the html5 2d canvas api. It extends CurvePath.</div>

+ 2 - 0
docs/api/extras/core/Shape.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Path] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">Defines a 2d shape plane using paths.</div>
 		<div class="desc">Defines a 2d shape plane using paths.</div>

+ 14 - 15
docs/api/extras/helpers/BoxHelper.html → docs/api/extras/curves/ArcCurve.html

@@ -7,41 +7,40 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:EllipseCurve] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>
 
 
+		<h2>Example</h2>
+
+		<code>todo</code>
 
 
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
 
 
-		<h3>[name]([page:todo size])</h3>
-		<div>
-		size -- todo
-		</div>
-		<div>
-		todo
-		</div>
+		<h3>todo</h3>
+		<div></div>
 
 
-		<h2>Properties</h2>
 
 
+		<h2>Properties</h2>
 
 
-		<h3>.[page:array vertices]</h3>
+		<h3>todo</h3>
 		<div>
 		<div>
 		todo
 		todo
 		</div> 
 		</div> 
 
 
-		<h2>Methods</h2>
 
 
+		<h2>Methods</h2>
+		
 
 
-		<h3>.update([page:todo object]) [page:todo]</h3>
-		<div>
-		object -- todo
-		</div>
+		<h3>todo</h3>
+		<div>todo</div>
 		<div>
 		<div>
 		todo
 		todo
 		</div>
 		</div>
-
+		
 		<h2>Source</h2>
 		<h2>Source</h2>
 
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

+ 14 - 40
docs/api/renderers/renderables/RenderableParticle.html → docs/api/extras/curves/ClosedSplineCurve3.html

@@ -7,66 +7,40 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Curve] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>
 
 
+		<h2>Example</h2>
 
 
-		<h2>Constructor</h2>
-
+		<code>todo</code>
 
 
-		<h3>[name]()</h3>
-		<div>
-		todo
-		</div>
+		<h2>Constructor</h2>
 
 
 
 
-		<h3>[name]()</h3>
+		<h3>todo</h3>
+		<div></div>
 
 
 
 
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 
 
-
-
-		<h3>.[page:Vector2 scale]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object material]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object object]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object y]</h3>
+		<h3>todo</h3>
 		<div>
 		<div>
 		todo
 		todo
 		</div> 
 		</div> 
 
 
-		<h3>.[page:object x]</h3>
-		<div>
-		todo
-		</div> 
 
 
-		<h3>.[page:object rotation]</h3>
-		<div>
-		todo
-		</div> 
+		<h2>Methods</h2>
+		
 
 
-		<h3>.[page:object z]</h3>
+		<h3>todo</h3>
+		<div>todo</div>
 		<div>
 		<div>
 		todo
 		todo
-		</div> 
-
-		<h2>Methods</h2>
-
-
-
+		</div>
+		
 		<h2>Source</h2>
 		<h2>Source</h2>
 
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

+ 48 - 0
docs/api/extras/curves/CubicBezierCurve.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/CubicBezierCurve3.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/EllipseCurve.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/LineCurve.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/LineCurve3.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/QuadraticBezierCurve.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/QuadraticBezierCurve3.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/SplineCurve.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/curves/SplineCurve3.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Curve] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 21 - 6
docs/api/extras/geometries/ConvexGeometry.html → docs/api/extras/geometries/BoxGeometry.html

@@ -8,24 +8,39 @@
 	</head>
 	</head>
 	<body>
 	<body>
 		[page:Geometry] &rarr;
 		[page:Geometry] &rarr;
-	
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>
 
 
+		<h2>Example</h2>
+
+		<code>todo</code>
 
 
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
 
 
-		<h3>[name]([page:Array vertices])</h3>
-		<div>
-		vertices — todo
-		</div>
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
 		<div>
 		<div>
 		todo
 		todo
-		</div>
+		</div> 
+
 
 
+		<h2>Methods</h2>
+		
 
 
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
 		<h2>Source</h2>
 		<h2>Source</h2>
 
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

+ 48 - 0
docs/api/extras/geometries/BoxGeometry2.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Geometry2] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/extras/geometries/CircleGeometry.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Geometry] &rarr;
+	
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">CircleGeometry is a simple shape of Euclidean geometry.  It is contructed from a number of triangular segments that are oriented around a central point and extend as far out as a given radius.  It is built counter-clockwise from a start angle and a given central angle.  It can also be used to create regular polygons, where the number of segments determines the number of sides.
 		<div class="desc">CircleGeometry is a simple shape of Euclidean geometry.  It is contructed from a number of triangular segments that are oriented around a central point and extend as far out as a given radius.  It is built counter-clockwise from a start angle and a given central angle.  It can also be used to create regular polygons, where the number of segments determines the number of sides.

+ 1 - 32
docs/api/extras/geometries/CubeGeometry.html

@@ -11,40 +11,9 @@
 	
 	
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
-		<div class="desc">CubeGeometry is the quadrilateral primitive geometry class. It is typically used for creating a cube or irregular quadrilateral of the dimensions provided with the 'width', 'height', and 'depth' constructor arguments.</div>
-		
-		
-		<h2>Example</h2>
-		
-		
-		<code>var geometry = new THREE.CubeGeometry( 1, 1, 1 );
-		var material = new THREE.MeshBasicMaterial( {color: 0x00ff00} );
-		var cube = new THREE.Mesh( geometry, material );
-		scene.add( cube );
-		</code>
+		<div class="desc">Renamed CubeGeometry to BoxGeometry. see [page:BoxGeometry].</div>
 
 
 
 
-		<h2>Constructor</h2>
-
-
-		<h3>[name]([page:Float width], [page:Float height], [page:Float depth], [page:Integer widthSegments], [page:Integer heightSegments], [page:Integer depthSegments])</h3>
-		<div>
-		width — Width of the sides on the X axis.<br />
-		height — Height of the sides on the Y axis.<br />
-		depth — Depth of the sides on the Z axis.<br />
-		widthSegments — Optional. Number of segmented faces along the width of the sides. Default is 1.<br />
-		heightSegments — Optional. Number of segmented faces along the height of the sides. Default is 1.<br />
-		depthSegments — Optional. Number of segmented faces along the depth of the sides. Default is 1.
-		</div>
-
-		<h2>Properties</h2>
-		
-		<div>
-		Each of the constructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
-		</div>
-		
-		<h2>Source</h2>
-
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 	</body>
 	</body>
 </html>
 </html>

+ 48 - 0
docs/api/extras/geometries/PlaneGeometry2.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Geometry2] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/extras/helpers/ArrowHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">An 3D arrow Object.</div>
 		<div class="desc">An 3D arrow Object.</div>

+ 2 - 0
docs/api/extras/helpers/AxisHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Line] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">An axis object to visualize the the 3 axes in a simple way. <br />
 		<div class="desc">An axis object to visualize the the 3 axes in a simple way. <br />

+ 2 - 0
docs/api/extras/helpers/BoundingBoxHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Mesh] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">A helper object to show the world-axis-aligned bounding box for an object.</div>
 		<div class="desc">A helper object to show the world-axis-aligned bounding box for an object.</div>

+ 2 - 0
docs/api/extras/helpers/CameraHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Line] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">
 		<div class="desc">

+ 2 - 0
docs/api/extras/helpers/DirectionalLightHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 48 - 0
docs/api/extras/helpers/EdgesHelper.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Line] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/helpers/FaceNormalsHelper.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Line] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/extras/helpers/GridHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Line] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.</div>
 		<div class="desc">The GridHelper is an object to define grids. Grids are two-dimensional arrays of lines.</div>

+ 2 - 0
docs/api/extras/helpers/HemisphereLightHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 2 - 0
docs/api/extras/helpers/PointLightHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Mesh] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">This display a helper for a pointLight </div>
 		<div class="desc">This display a helper for a pointLight </div>

+ 2 - 0
docs/api/extras/helpers/SpotLightHelper.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 48 - 0
docs/api/extras/helpers/VertexNormalsHelper.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Line] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/helpers/VertexTangentsHelper.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Line] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 48 - 0
docs/api/extras/helpers/WireframeHelper.html

@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		[page:Line] &rarr;
+		
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/extras/objects/ImmediateRenderObject.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">base class for immediate rendering objects.</div>
 		<div class="desc">base class for immediate rendering objects.</div>

+ 2 - 0
docs/api/extras/objects/LensFlare.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Object3D] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 2 - 0
docs/api/extras/objects/MorphBlendMesh.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Mesh] &rarr;
+		
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">todo</div>
 		<div class="desc">todo</div>

+ 46 - 0
docs/api/loaders/BufferGeometryLoader.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 46 - 0
docs/api/loaders/Geometry2Loader.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 0 - 87
docs/api/loaders/GeometryLoader.html

@@ -1,87 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<meta charset="utf-8" />
-		<script src="../../list.js"></script>
-		<script src="../../page.js"></script>
-		<link type="text/css" rel="stylesheet" href="../../page.css" />
-	</head>
-	<body>
-		<h1>[name]</h1>
-
-		<div class="desc">A loader for loading a geometry out of a JSON file.</div>
-		<div class="desc">Unlike other loaders, this one emits events instead of using predefined callbacks. So if you're interested in getting notified when <em>things</em> happen, you need to add listeners to the object.</div>
-		<div class="desc">Possible events:<br />
-			<ul>
-				<li>type: error, message: error message</li>
-				<li>type: load, content: loaded geometry</li>
-			</ul>
-		</div>
-
-		<h2>Constructor</h2>
-
-
-		<h3>[name]()</h3>
-		<div>
-		todo
-		</div>
-		
-		
-		<h2>Methods</h2>
-
-		<h3>.load( [page:String url] )</h3>
-		<div>
-		url — required
-		</div>
-		
-		<div class="desc">Begin loading from <em>url</em></div>
-
-
-		<h3>.parse( [page:Object data], [page:LoadingMonitor monitor] )</h3>
-		<div>
-		data — required<br />
-		monitor — optional
-		</div>
-		
-		<div class="desc">Parses the geometry in the <em>data</em> object, optionally monitoring its progress via the <em>monitor</em> object, if provided.</div>
-
-		<h3>.dispatchEvent([page:todo event]) [page:todo]</h3>
-		<div>
-		event -- todo
-		</div>
-		<div>
-		todo
-		</div>
-
-		<h3>.hasEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
-		<div>
-		type -- todo <br />
-		listener -- todo
-		</div>
-		<div>
-		todo
-		</div>
-
-		<h3>.removeEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
-		<div>
-		type -- todo <br />
-		listener -- todo
-		</div>
-		<div>
-		todo
-		</div>
-
-		<h3>.addEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
-		<div>
-		type -- todo <br />
-		listener -- todo
-		</div>
-		<div>
-		todo
-		</div>
-
-		<h2>Source</h2>
-
-		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
-	</body>
-</html>

+ 3 - 3
docs/api/loaders/MaterialLoader.html

@@ -2,9 +2,9 @@
 <html lang="en">
 <html lang="en">
 	<head>
 	<head>
 		<meta charset="utf-8" />
 		<meta charset="utf-8" />
-		<script src="../../../list.js"></script>
-		<script src="../../../page.js"></script>
-		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<h1>[name]</h1>

+ 46 - 0
docs/api/loaders/ObjectLoader.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 46 - 0
docs/api/loaders/XHRLoader.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../list.js"></script>
+		<script src="../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 46 - 0
docs/api/renderers/renderables/RenderableFace.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 0 - 104
docs/api/renderers/renderables/RenderableFace3.html

@@ -1,104 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-	<head>
-		<meta charset="utf-8" />
-		<script src="../../../list.js"></script>
-		<script src="../../../page.js"></script>
-		<link type="text/css" rel="stylesheet" href="../../../page.css" />
-	</head>
-	<body>
-		<h1>[name]</h1>
-
-		<div class="desc">todo</div>
-
-
-		<h2>Constructor</h2>
-
-
-		<h3>[name]()</h3>
-		<div>
-		todo
-		</div>
-
-
-		<h3>[name]()</h3>
-
-
-		<h2>Properties</h2>
-
-
-
-		<h3>.[page:array vertexNormalsModelView]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:Vector3 normalModel]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object color]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object material]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:array uvs]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:RenderableVertex v1]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:RenderableVertex v2]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:RenderableVertex v3]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:Vector3 normalModelView]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:Vector3 centroidModel]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:number vertexNormalsLength]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:object z]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h3>.[page:array vertexNormalsModel]</h3>
-		<div>
-		todo
-		</div> 
-
-		<h2>Methods</h2>
-
-
-
-		<h2>Source</h2>
-
-		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
-	</body>
-</html>

+ 46 - 0
docs/api/renderers/renderables/RenderableSprite.html

@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta charset="utf-8" />
+		<script src="../../../list.js"></script>
+		<script src="../../../page.js"></script>
+		<link type="text/css" rel="stylesheet" href="../../../page.css" />
+	</head>
+	<body>
+		<h1>[name]</h1>
+
+		<div class="desc">todo</div>
+
+		<h2>Example</h2>
+
+		<code>todo</code>
+
+		<h2>Constructor</h2>
+
+
+		<h3>todo</h3>
+		<div></div>
+
+
+		<h2>Properties</h2>
+
+		<h3>todo</h3>
+		<div>
+		todo
+		</div> 
+
+
+		<h2>Methods</h2>
+		
+
+		<h3>todo</h3>
+		<div>todo</div>
+		<div>
+		todo
+		</div>
+		
+		<h2>Source</h2>
+
+		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+	</body>
+</html>

+ 2 - 0
docs/api/textures/DataTexture.html

@@ -7,6 +7,8 @@
 		<link type="text/css" rel="stylesheet" href="../../page.css" />
 		<link type="text/css" rel="stylesheet" href="../../page.css" />
 	</head>
 	</head>
 	<body>
 	<body>
+		[page:Texture] &rarr;
+
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
 		<div class="desc">
 		<div class="desc">

+ 45 - 20
docs/list.js

@@ -27,36 +27,41 @@ var list = {
 			[ "EventDispatcher", "api/core/EventDispatcher" ],
 			[ "EventDispatcher", "api/core/EventDispatcher" ],
 			[ "Face3", "api/core/Face3" ],
 			[ "Face3", "api/core/Face3" ],
 			[ "Geometry", "api/core/Geometry" ],
 			[ "Geometry", "api/core/Geometry" ],
+			[ "Geometry2", "api/core/Geometry2" ],
 			[ "Object3D", "api/core/Object3D" ],
 			[ "Object3D", "api/core/Object3D" ],
 			[ "Projector", "api/core/Projector" ],
 			[ "Projector", "api/core/Projector" ],
 			[ "Raycaster", "api/core/Raycaster" ],
 			[ "Raycaster", "api/core/Raycaster" ],
 		],
 		],
 
 
 		"Lights": [
 		"Lights": [
-			[ "Light", "api/lights/Light" ],
 			[ "AmbientLight", "api/lights/AmbientLight" ],
 			[ "AmbientLight", "api/lights/AmbientLight" ],
 			[ "AreaLight", "api/lights/AreaLight" ],
 			[ "AreaLight", "api/lights/AreaLight" ],
 			[ "DirectionalLight", "api/lights/DirectionalLight" ],
 			[ "DirectionalLight", "api/lights/DirectionalLight" ],
 			[ "HemisphereLight", "api/lights/HemisphereLight" ],
 			[ "HemisphereLight", "api/lights/HemisphereLight" ],
+			[ "Light", "api/lights/Light" ],
 			[ "PointLight", "api/lights/PointLight" ],
 			[ "PointLight", "api/lights/PointLight" ],
 			[ "SpotLight", "api/lights/SpotLight" ]
 			[ "SpotLight", "api/lights/SpotLight" ]
 		],
 		],
 
 
 
 
 		"Loaders": [
 		"Loaders": [
-			[ "Loader", "api/loaders/Loader" ],
-			[ "GeometryLoader", "api/loaders/GeometryLoader" ],
+			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
+			[ "Geometry2Loader", "api/loaders/Geometry2Loader" ],
 			[ "ImageLoader", "api/loaders/ImageLoader" ],
 			[ "ImageLoader", "api/loaders/ImageLoader" ],
 			[ "JSONLoader", "api/loaders/JSONLoader" ],
 			[ "JSONLoader", "api/loaders/JSONLoader" ],
+			[ "Loader", "api/loaders/Loader" ],
 			[ "LoadingManager", "api/loaders/LoadingManager" ],
 			[ "LoadingManager", "api/loaders/LoadingManager" ],
+			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
+			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
 			[ "SceneLoader", "api/loaders/SceneLoader" ],
 			[ "SceneLoader", "api/loaders/SceneLoader" ],
 			[ "TextureLoader", "api/loaders/TextureLoader" ],
 			[ "TextureLoader", "api/loaders/TextureLoader" ],
+			[ "XHRLoader", "api/loaders/XHRLoader" ]
 		],
 		],
 
 
 		"Materials": [
 		"Materials": [
-			[ "Material", "api/materials/Material" ],
 			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
 			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
 			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
 			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
+			[ "Material", "api/materials/Material" ],
 			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
 			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
 			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
 			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
 			[ "MeshFaceMaterial", "api/materials/MeshFaceMaterial" ],
 			[ "MeshFaceMaterial", "api/materials/MeshFaceMaterial" ],
@@ -65,8 +70,8 @@ var list = {
 			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
 			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
 			[ "ParticleSystemMaterial", "api/materials/ParticleSystemMaterial" ],
 			[ "ParticleSystemMaterial", "api/materials/ParticleSystemMaterial" ],
 			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
 			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
-			[ "SpriteMaterial", "api/materials/SpriteMaterial" ],
-			[ "SpriteCanvasMaterial", "api/materials/SpriteCanvasMaterial" ]
+			[ "SpriteCanvasMaterial", "api/materials/SpriteCanvasMaterial" ],
+			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
 		],
 		],
 
 
 		"Math": [
 		"Math": [
@@ -92,36 +97,35 @@ var list = {
 
 
 		"Objects": [
 		"Objects": [
 			[ "Bone", "api/objects/Bone" ],
 			[ "Bone", "api/objects/Bone" ],
-			[ "Line", "api/objects/Line" ],
 			[ "LOD", "api/objects/LOD" ],
 			[ "LOD", "api/objects/LOD" ],
+			[ "Line", "api/objects/Line" ],
 			[ "Mesh", "api/objects/Mesh" ],
 			[ "Mesh", "api/objects/Mesh" ],
 			[ "MorphAnimMesh", "api/objects/MorphAnimMesh" ],
 			[ "MorphAnimMesh", "api/objects/MorphAnimMesh" ],
 			[ "ParticleSystem", "api/objects/ParticleSystem" ],
 			[ "ParticleSystem", "api/objects/ParticleSystem" ],
 			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
 			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
 			[ "Sprite", "api/objects/Sprite" ]
 			[ "Sprite", "api/objects/Sprite" ]
-
 		],
 		],
 
 
 		"Renderers": [
 		"Renderers": [
 			[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
 			[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
-			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
 			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
 			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
-			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
+			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ],
+			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ]
 		],
 		],
 
 
 		"Renderers / Renderables": [
 		"Renderers / Renderables": [
-			[ "RenderableFace3", "api/renderers/renderables/RenderableFace3" ],
+			[ "RenderableFace", "api/renderers/renderables/RenderableFace" ],
 			[ "RenderableLine", "api/renderers/renderables/RenderableLine" ],
 			[ "RenderableLine", "api/renderers/renderables/RenderableLine" ],
 			[ "RenderableObject", "api/renderers/renderables/RenderableObject" ],
 			[ "RenderableObject", "api/renderers/renderables/RenderableObject" ],
-			[ "RenderableParticle", "api/renderers/renderables/RenderableParticle" ],
+			[ "RenderableSprite", "api/renderers/renderables/RenderableSprite" ],
 			[ "RenderableVertex", "api/renderers/renderables/RenderableVertex" ]
 			[ "RenderableVertex", "api/renderers/renderables/RenderableVertex" ]
 		],
 		],
 
 
 		"Renderers / Shaders": [
 		"Renderers / Shaders": [
 			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
 			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
-			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ],
+			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
 			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
 			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
-			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ]
+			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
 		],
 		],
 
 
 		"Scenes": [
 		"Scenes": [
@@ -146,8 +150,8 @@ var list = {
 		"Extras / Animation": [
 		"Extras / Animation": [
 			[ "Animation", "api/extras/animation/Animation" ],
 			[ "Animation", "api/extras/animation/Animation" ],
 			[ "AnimationHandler", "api/extras/animation/AnimationHandler" ],
 			[ "AnimationHandler", "api/extras/animation/AnimationHandler" ],
-			[ "AnimationMorphTarget", "api/extras/animation/AnimationMorphTarget" ],
-			[ "KeyFrameAnimation", "api/extras/animation/KeyFrameAnimation" ]
+			[ "KeyFrameAnimation", "api/extras/animation/KeyFrameAnimation" ],
+			[ "AnimationMorphTarget", "api/extras/animation/AnimationMorphTarget" ]
 		],
 		],
 
 
 		"Extras / Cameras": [
 		"Extras / Cameras": [
@@ -155,6 +159,7 @@ var list = {
 			[ "CubeCamera", "api/extras/cameras/CubeCamera" ]
 			[ "CubeCamera", "api/extras/cameras/CubeCamera" ]
 		],
 		],
 
 
+		
 		"Extras / Core": [
 		"Extras / Core": [
 			[ "Curve", "api/extras/core/Curve" ],
 			[ "Curve", "api/extras/core/Curve" ],
 			[ "CurvePath", "api/extras/core/CurvePath" ],
 			[ "CurvePath", "api/extras/core/CurvePath" ],
@@ -163,9 +168,24 @@ var list = {
 			[ "Shape", "api/extras/core/Shape" ]
 			[ "Shape", "api/extras/core/Shape" ]
 		],
 		],
 
 
+		"Extras / Curves": [
+			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
+			[ "ClosedSplineCurve3", "api/extras/curves/ClosedSplineCurve3" ],
+			[ "CubicBezierCurve", "api/extras/curves/CubicBezierCurve" ],
+			[ "CubicBezierCurve3", "api/extras/curves/CubicBezierCurve3" ],
+			[ "EllipseCurve", "api/extras/curves/EllipseCurve" ],
+			[ "LineCurve", "api/extras/curves/LineCurve" ],
+			[ "LineCurve3", "api/extras/curves/LineCurve3" ],
+			[ "QuadraticBezierCurve", "api/extras/curves/QuadraticBezierCurve" ],
+			[ "QuadraticBezierCurve3", "api/extras/curves/QuadraticBezierCurve3" ],
+			[ "SplineCurve", "api/extras/curves/SplineCurve" ],
+			[ "SplineCurve3", "api/extras/curves/SplineCurve3" ]
+		],
+
 		"Extras / Geometries": [
 		"Extras / Geometries": [
+			[ "BoxGeometry", "api/extras/geometries/BoxGeometry" ],
+			[ "BoxGeometry2", "api/extras/geometries/BoxGeometry2" ],
 			[ "CircleGeometry", "api/extras/geometries/CircleGeometry" ],
 			[ "CircleGeometry", "api/extras/geometries/CircleGeometry" ],
-			[ "ConvexGeometry", "api/extras/geometries/ConvexGeometry" ],
 			[ "CubeGeometry", "api/extras/geometries/CubeGeometry" ],
 			[ "CubeGeometry", "api/extras/geometries/CubeGeometry" ],
 			[ "CylinderGeometry", "api/extras/geometries/CylinderGeometry" ],
 			[ "CylinderGeometry", "api/extras/geometries/CylinderGeometry" ],
 			[ "ExtrudeGeometry", "api/extras/geometries/ExtrudeGeometry" ],
 			[ "ExtrudeGeometry", "api/extras/geometries/ExtrudeGeometry" ],
@@ -174,6 +194,7 @@ var list = {
 			[ "OctahedronGeometry", "api/extras/geometries/OctahedronGeometry" ],
 			[ "OctahedronGeometry", "api/extras/geometries/OctahedronGeometry" ],
 			[ "ParametricGeometry", "api/extras/geometries/ParametricGeometry" ],
 			[ "ParametricGeometry", "api/extras/geometries/ParametricGeometry" ],
 			[ "PlaneGeometry", "api/extras/geometries/PlaneGeometry" ],
 			[ "PlaneGeometry", "api/extras/geometries/PlaneGeometry" ],
+			[ "PlaneGeometry2", "api/extras/geometries/PlaneGeometry2" ],
 			[ "PolyhedronGeometry", "api/extras/geometries/PolyhedronGeometry" ],
 			[ "PolyhedronGeometry", "api/extras/geometries/PolyhedronGeometry" ],
 			[ "RingGeometry", "api/extras/geometries/RingGeometry" ],
 			[ "RingGeometry", "api/extras/geometries/RingGeometry" ],
 			[ "ShapeGeometry", "api/extras/geometries/ShapeGeometry" ],
 			[ "ShapeGeometry", "api/extras/geometries/ShapeGeometry" ],
@@ -191,10 +212,15 @@ var list = {
 			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
 			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
 			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
 			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
 			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
 			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
+			[ "EdgesHelper", "api/extras/helpers/EdgesHelper" ],
+			[ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
 			[ "GridHelper", "api/extras/helpers/GridHelper" ],
 			[ "GridHelper", "api/extras/helpers/GridHelper" ],
 			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
 			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
 			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
 			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
-			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ]
+			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
+			[ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ],
+			[ "VertexTangentsHelper", "api/extras/helpers/VertexTangentsHelper" ],
+			[ "WireframeHelper", "api/extras/helpers/WireframeHelper" ]
 		],
 		],
 
 
 		"Extras / Objects": [
 		"Extras / Objects": [
@@ -211,8 +237,7 @@ var list = {
 		],
 		],
 
 
 		"Extras / Shaders": [
 		"Extras / Shaders": [
-			[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ],
-			[ "ShaderSprite", "api/extras/shaders/ShaderSprite" ]
+			[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ]
 		]
 		]
 	}
 	}