list.js 12.6 KB
Newer Older
1 2
var list = {

3 4
	"Manual": {
		"Introduction": [
5 6
			[ "Creating a scene", "manual/introduction/Creating-a-scene" ],
			[ "Matrix transformations", "manual/introduction/Matrix-transformations" ]
7 8 9
		]
	},

10
	"Reference": {
11
		"Constants": [
L
Lewy Blue 已提交
12
			[ "Animation", "api/constants/Animation" ],
M
Mr.doob 已提交
13
			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
A
aardgoose 已提交
14
			[ "DrawModes", "api/constants/DrawModes" ],
M
Mr.doob 已提交
15
			[ "Materials", "api/constants/Materials" ],
16
			[ "Textures", "api/constants/Textures" ],
17
			[ "Renderer", "api/constants/Renderer" ]
18
		],
B
Brent Van Minnen 已提交
19

20
		"Cameras": [
21
			[ "Camera", "api/cameras/Camera" ],
22
			[ "CubeCamera", "api/cameras/CubeCamera" ],
23
			[ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
L
Lewy Blue 已提交
24 25
			[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
			[ "StereoCamera", "api/cameras/StereoCamera" ]
26 27 28
		],

		"Core": [
29
			[ "BufferAttribute", "api/core/BufferAttribute" ],
M
Mr.doob 已提交
30
			[ "BufferGeometry", "api/core/BufferGeometry" ],
31
			[ "Clock", "api/core/Clock" ],
32
			[ "EventDispatcher", "api/core/EventDispatcher" ],
33 34
			[ "Face3", "api/core/Face3" ],
			[ "Geometry", "api/core/Geometry" ],
35
			[ "Layers", "api/core/Layers" ],
36
			[ "Object3D", "api/core/Object3D" ],
37 38
			[ "Raycaster", "api/core/Raycaster" ],
			[ "Uniform", "api/core/Uniform"]
39 40
		],

41 42 43 44 45 46 47 48 49
		"Geometries": [
			[ "BoxBufferGeometry", "api/geometries/BoxBufferGeometry" ],
			[ "BoxGeometry", "api/geometries/BoxGeometry" ],
			[ "CircleBufferGeometry", "api/geometries/CircleBufferGeometry" ],
			[ "CircleGeometry", "api/geometries/CircleGeometry" ],
			[ "ConeBufferGeometry", "api/geometries/ConeBufferGeometry" ],
			[ "ConeGeometry", "api/geometries/ConeGeometry" ],
			[ "CylinderBufferGeometry", "api/geometries/CylinderBufferGeometry" ],
			[ "CylinderGeometry", "api/geometries/CylinderGeometry" ],
50
			[ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
51
			[ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
52
			[ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
53
			[ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
54
			[ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
55 56 57
			[ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
			[ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
			[ "LatheGeometry", "api/geometries/LatheGeometry" ],
58
			[ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
59
			[ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
60
			[ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
61 62 63
			[ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
			[ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
			[ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
64
			[ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
65 66 67
			[ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
			[ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
			[ "RingGeometry", "api/geometries/RingGeometry" ],
M
Michael Herzog 已提交
68
			[ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
69 70 71
			[ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
			[ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
			[ "SphereGeometry", "api/geometries/SphereGeometry" ],
72
			[ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
73 74 75 76 77 78
			[ "TetrahedronGeometry", "api/geometries/TetrahedronGeometry" ],
			[ "TextGeometry", "api/geometries/TextGeometry" ],
			[ "TorusBufferGeometry", "api/geometries/TorusBufferGeometry" ],
			[ "TorusGeometry", "api/geometries/TorusGeometry" ],
			[ "TorusKnotBufferGeometry", "api/geometries/TorusKnotBufferGeometry" ],
			[ "TorusKnotGeometry", "api/geometries/TorusKnotGeometry" ],
M
Michael Herzog 已提交
79
			[ "TubeGeometry", "api/geometries/TubeGeometry" ],
80 81
			[ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
			[ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
82 83
		],

84
		"Lights": [
85 86
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
87
			[ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
M
Mr.doob 已提交
88
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
89
			[ "Light", "api/lights/Light" ],
90
			[ "LightShadow", "api/lights/LightShadow" ],
91
			[ "PointLight", "api/lights/PointLight" ],
92 93
			[ "SpotLight", "api/lights/SpotLight" ],
			[ "SpotLightShadow", "api/lights/SpotLightShadow" ]
94 95 96 97
		],


		"Loaders": [
98
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
99
			[ "AudioLoader", "api/loaders/AudioLoader" ],
V
Vincent Lark 已提交
100
			[ "BabylonLoader", "api/loaders/BabylonLoader" ],
101
			[ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
102
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
103
			[ "Cache", "api/loaders/Cache" ],
V
Vincent Lark 已提交
104
			[ "ColladaLoader", "api/loaders/ColladaLoader" ],
105 106 107
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
108
			[ "FileLoader", "api/loaders/FileLoader" ],
109
			[ "FontLoader", "api/loaders/FontLoader" ],
R
Rich Tibbett 已提交
110
			[ "GLTFLoader", "api/loaders/GLTFLoader" ],
111 112
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
113
			[ "Loader", "api/loaders/Loader" ],
114
			[ "LoadingManager", "api/loaders/LoadingManager" ],
115
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
116
			[ "MTLLoader", "api/loaders/MTLLoader" ],
V
Vincent Lark 已提交
117
			[ "OBJLoader", "api/loaders/OBJLoader" ],
118
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
119
			[ "PCDLoader", "api/loaders/PCDLoader" ],
V
Vincent Lark 已提交
120 121
			[ "PDBLoader", "api/loaders/PDBLoader" ],
			[ "SVGLoader", "api/loaders/SVGLoader" ],
122
			[ "TextureLoader", "api/loaders/TextureLoader" ],
123
			[ "TGALoader", "api/loaders/TGALoader" ]
124 125 126
		],

		"Materials": [
127
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
128
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
129
			[ "Material", "api/materials/Material" ],
130 131
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
M
Mugen87 已提交
132
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
133 134 135
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
136
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
137
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
M
Mr.doob 已提交
138
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
139
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
140
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
141
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
142
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
143 144 145 146 147 148
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
M
Mr.doob 已提交
149
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
150
			[ "Frustum", "api/math/Frustum" ],
151
			[ "Interpolant", "api/math/Interpolant" ],
152
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
153 154 155 156 157 158 159
			[ "Math", "api/math/Math" ],
			[ "Matrix3", "api/math/Matrix3" ],
			[ "Matrix4", "api/math/Matrix4" ],
			[ "Plane", "api/math/Plane" ],
			[ "Quaternion", "api/math/Quaternion" ],
			[ "Ray", "api/math/Ray" ],
			[ "Sphere", "api/math/Sphere" ],
A
aardgoose 已提交
160
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
161 162 163 164 165
			[ "Spline", "api/math/Spline" ],
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
166 167
		],

168 169 170 171 172 173 174 175
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],


176
		"Objects": [
177
			[ "Bone", "api/objects/Bone" ],
178
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
179
			[ "LensFlare", "api/objects/LensFlare" ],
180
			[ "Line", "api/objects/Line" ],
181
			[ "LineSegments", "api/objects/LineSegments" ],
182
			[ "LOD", "api/objects/LOD" ],
183
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
184
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
185
			[ "Skeleton", "api/objects/Skeleton" ],
186
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
187
			[ "Sprite", "api/objects/Sprite" ]
188 189 190
		],

		"Renderers": [
191
			[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
192
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
193
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
194
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
195 196
		],

197 198
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
199
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
200
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
201
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
202 203
		],

204 205
		"Renderers / WebGL": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
M
Mr.doob 已提交
206 207
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
208 209
		],

M
Mr.doob 已提交
210 211 212 213 214
		"Renderers / WebGL / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		],

215
		"Scenes": [
216 217 218
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
219 220 221
		],

		"Textures": [
L
Lewy Blue 已提交
222
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
223
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
224
			[ "CubeTexture", "api/textures/CubeTexture" ],
225
			[ "DataTexture", "api/textures/DataTexture" ],
226
			[ "DepthTexture", "api/textures/DepthTexture" ],
227 228
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
229 230
		],

231 232 233 234 235 236
		"Animation": [
			[ "AnimationAction", "api/animation/AnimationAction" ],
			[ "AnimationClip", "api/animation/AnimationClip" ],
			[ "AnimationMixer", "api/animation/AnimationMixer" ]
		],

237
		"Extras": [
238 239 240
			[ "CurveUtils", "api/extras/CurveUtils" ],
			[ "SceneUtils", "api/extras/SceneUtils" ],
			[ "ShapeUtils", "api/extras/ShapeUtils" ]
241 242
		],

243 244 245 246
		"Extras / Collada Animation": [
			[ "Animation", "api/extras/collada-animation/Animation" ],
			[ "AnimationHandler", "api/extras/collada-animation/AnimationHandler" ],
			[ "KeyFrameAnimation", "api/extras/collada-animation/KeyFrameAnimation" ]
247 248 249
		],

		"Extras / Core": [
250 251
			[ "Curve", "api/extras/core/Curve" ],
			[ "CurvePath", "api/extras/core/CurvePath" ],
252
			[ "Font", "api/extras/core/Font" ],
253
			[ "Path", "api/extras/core/Path" ],
Z
zz85 已提交
254
			[ "Shape", "api/extras/core/Shape" ]
255 256
		],

257 258
		"Extras / Curves": [
			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
259
			[ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
260 261 262 263 264 265 266 267 268 269 270 271
			[ "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" ]
		],

272
		"Extras / Helpers": [
M
Mr.doob 已提交
273
			[ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
274
			[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
G
gero3 已提交
275
			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
276
			[ "BoxHelper", "api/extras/helpers/BoxHelper" ],
M
Mr.doob 已提交
277 278
			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
279
			[ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
280
			[ "GridHelper", "api/extras/helpers/GridHelper" ],
M
Mr.doob 已提交
281 282
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
283
			[ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
284
			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
285
			[ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
286 287 288
		],

		"Extras / Objects": [
M
Mr.doob 已提交
289 290
			[ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
			[ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
291 292
		],

293
		"Examples" : [
294
			[ "CombinedCamera", "api/examples/cameras/CombinedCamera" ],
295
			[ "LookupTable", "api/examples/Lut" ],
296
			[ "SpriteCanvasMaterial", "api/examples/SpriteCanvasMaterial" ]
297

298
		]
299

300
	}
301 302 303 304 305

};

var pages = {};

306 307 308 309 310 311 312 313 314
for ( var section in list ) {

	pages[ section ] = {};

	for ( var category in list[ section ] ) {

		pages[ section ][ category ] = {};

		for ( var i = 0; i < list[ section ][ category ].length; i ++ ) {
315

316 317
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
318

319
		}
320 321 322

	}

323
}