Skip to content

Commit 1a4f3de

Browse files
committed
Docs: Moved api/math/Lut to api/examples/Lut.
1 parent d6344ae commit 1a4f3de

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/list.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ var list = {
7676
[ "Box2", "api/math/Box2" ],
7777
[ "Box3", "api/math/Box3" ],
7878
[ "Color", "api/math/Color" ],
79-
[ "LookupTable", "api/math/Lut" ],
8079
[ "Euler", "api/math/Euler" ],
8180
[ "Frustum", "api/math/Frustum" ],
8281
[ "Line3", "api/math/Line3" ],
@@ -235,7 +234,14 @@ var list = {
235234

236235
"Extras / Shaders": [
237236
[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ]
237+
],
238+
239+
"Examples" : [
240+
241+
[ "LookupTable", "api/examples/Lut" ]
242+
238243
]
244+
239245
}
240246

241247
};

0 commit comments

Comments
 (0)