Browse Source

Docs: Moved api/math/Lut to api/examples/Lut.

Mr.doob 11 years ago
parent
commit
1a4f3dea34
2 changed files with 7 additions and 1 deletions
  1. 0 0
      docs/api/examples/Lut.html
  2. 7 1
      docs/list.js

+ 0 - 0
docs/api/math/Lut.html → docs/api/examples/Lut.html


+ 7 - 1
docs/list.js

@@ -76,7 +76,6 @@ var list = {
 			[ "Box2", "api/math/Box2" ],
 			[ "Box2", "api/math/Box2" ],
 			[ "Box3", "api/math/Box3" ],
 			[ "Box3", "api/math/Box3" ],
 			[ "Color", "api/math/Color" ],
 			[ "Color", "api/math/Color" ],
-                        [ "LookupTable", "api/math/Lut" ],
 			[ "Euler", "api/math/Euler" ],
 			[ "Euler", "api/math/Euler" ],
 			[ "Frustum", "api/math/Frustum" ],
 			[ "Frustum", "api/math/Frustum" ],
 			[ "Line3", "api/math/Line3" ],
 			[ "Line3", "api/math/Line3" ],
@@ -235,7 +234,14 @@ var list = {
 
 
 		"Extras / Shaders": [
 		"Extras / Shaders": [
 			[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ]
 			[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ]
+		],
+
+		"Examples" : [
+
+			[ "LookupTable", "api/examples/Lut" ]
+
 		]
 		]
+
 	}
 	}
 
 
 };
 };