We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6344ae commit 1a4f3deCopy full SHA for 1a4f3de
2 files changed
docs/api/math/Lut.html docs/api/examples/Lut.htmldocs/api/math/Lut.html renamed to docs/api/examples/Lut.html
docs/list.js
@@ -76,7 +76,6 @@ var list = {
76
[ "Box2", "api/math/Box2" ],
77
[ "Box3", "api/math/Box3" ],
78
[ "Color", "api/math/Color" ],
79
- [ "LookupTable", "api/math/Lut" ],
80
[ "Euler", "api/math/Euler" ],
81
[ "Frustum", "api/math/Frustum" ],
82
[ "Line3", "api/math/Line3" ],
@@ -235,7 +234,14 @@ var list = {
235
234
236
"Extras / Shaders": [
237
[ "ShaderFlares", "api/extras/shaders/ShaderFlares" ]
+ ],
238
+
239
+ "Examples" : [
240
241
+ [ "LookupTable", "api/examples/Lut" ]
242
243
]
244
245
}
246
247
};
0 commit comments