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

3 4
	"Manual": {
		"Introduction": [
5
			[ "Creating a scene", "manual/introduction/Creating-a-scene" ],
L
Lewy Blue 已提交
6
			[ "Detecting WebGL and browser compatibility", "manual/introduction/Detecting-WebGL-and-browser-compatibility" ],
L
Lewy Blue 已提交
7
			[ "Matrix transformations", "manual/introduction/Matrix-transformations" ],
8
			[ "How to update things", "manual/introduction/How-to-update-things" ],
L
Lewy Blue 已提交
9
			[ "Useful links", "manual/introduction/Useful-links" ],
L
Lewy Blue 已提交
10 11
			[ "Drawing Lines", "manual/introduction/Drawing-lines" ],
			[ "Creating Text", "manual/introduction/Creating-text" ],
12 13
			[ "Code Style Guide", "manual/introduction/Code-style-guide" ],
			[ "Migration Guide", "manual/introduction/Migration-guide" ],
L
Lewy Blue 已提交
14
			[ "How to run things locally", "manual/introduction/How-to-run-thing-locally" ],
L
Lewy Blue 已提交
15
			[ "FAQ", "manual/introduction/FAQ" ]
L
Lewy Blue 已提交
16 17 18 19
		],

		"Build Tools": [
			[ "Testing with NPM", "manual/buildTools/Testing-with-NPM" ]
20 21 22
		]
	},

23
	"Reference": {
24 25 26 27 28 29 30 31 32 33 34 35

		"Animation": [
			[ "AnimationAction", "api/animation/AnimationAction" ],
			[ "AnimationClip", "api/animation/AnimationClip" ],
			[ "AnimationMixer", "api/animation/AnimationMixer" ],
			[ "AnimationObjectGroup", "api/animation/AnimationObjectGroup" ],
			[ "AnimationUtils", "api/animation/AnimationUtils" ],
			[ "KeyframeTrack", "api/animation/KeyframeTrack" ],
			[ "PropertyBinding", "api/animation/PropertyBinding" ],
			[ "PropertyMixer", "api/animation/PropertyMixer" ]
		],

36 37 38 39 40 41 42 43 44
		"Animation / Tracks": [
		  [ "BooleanKeyframeTrack", "api/animation/tracks/BooleanKeyframeTrack" ],
		  [ "ColorKeyframeTrack", "api/animation/tracks/ColorKeyframeTrack" ],
		  [ "NumberKeyframeTrack", "api/animation/tracks/NumberKeyframeTrack" ],
		  [ "QuaternionKeyframeTrack", "api/animation/tracks/QuaternionKeyframeTrack" ],
		  [ "StringKeyframeTrack", "api/animation/tracks/StringKeyframeTrack" ],
		  [ "VectorKeyframeTrack", "api/animation/tracks/VectorKeyframeTrack" ]
		],

45 46 47 48 49 50 51 52
		"Audio": [
			[ "Audio", "api/audio/Audio" ],
			[ "AudioAnalyser", "api/audio/AudioAnalyser" ],
			[ "AudioContext", "api/audio/AudioContext" ],
			[ "AudioListener", "api/audio/AudioListener" ],
			[ "PositionalAudio", "api/audio/PositionalAudio" ]
		],

53 54 55 56 57 58
		"Cameras": [
			[ "Camera", "api/cameras/Camera" ],
			[ "CubeCamera", "api/cameras/CubeCamera" ],
			[ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
			[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
			[ "StereoCamera", "api/cameras/StereoCamera" ]
L
Lewy Blue 已提交
59 60
		],

61
		"Constants": [
L
Lewy Blue 已提交
62
			[ "Animation", "api/constants/Animation" ],
L
Lewy Blue 已提交
63
			[ "Core", "api/constants/Core" ],
M
Mr.doob 已提交
64
			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
A
aardgoose 已提交
65
			[ "DrawModes", "api/constants/DrawModes" ],
M
Mr.doob 已提交
66
			[ "Materials", "api/constants/Materials" ],
67 68
			[ "Renderer", "api/constants/Renderer" ],
			[ "Textures", "api/constants/Textures" ]
69 70 71
		],

		"Core": [
72
			[ "BufferAttribute", "api/core/BufferAttribute" ],
M
Mr.doob 已提交
73
			[ "BufferGeometry", "api/core/BufferGeometry" ],
74
			[ "Clock", "api/core/Clock" ],
75
			[ "DirectGeometry", "api/core/DirectGeometry" ],
76
			[ "EventDispatcher", "api/core/EventDispatcher" ],
77 78
			[ "Face3", "api/core/Face3" ],
			[ "Geometry", "api/core/Geometry" ],
79 80 81 82 83
			[ "InstancedBufferAttribute", "api/core/InstancedBufferAttribute" ],
			[ "InstancedBufferGeometry", "api/core/InstancedBufferGeometry" ],
			[ "InstancedInterleavedBuffer", "api/core/InstancedInterleavedBuffer" ],
			[ "InterleavedBuffer", "api/core/InterleavedBuffer" ],
			[ "InterleavedBufferAttribute", "api/core/InterleavedBufferAttribute" ],
84
			[ "Layers", "api/core/Layers" ],
85
			[ "Object3D", "api/core/Object3D" ],
86
			[ "Raycaster", "api/core/Raycaster" ],
L
Lewy Blue 已提交
87
			[ "Uniform", "api/core/Uniform" ]
88 89
		],

90 91 92 93
		"Core / BufferAttributes": [
			[ "BufferAttribute Types", "api/core/bufferAttributeTypes/BufferAttributeTypes" ]
		],

L
Lewy Blue 已提交
94 95 96 97
		"Deprecated": [
			[ "DeprecatedList", "api/deprecated/DeprecatedList" ]
		],

98 99 100 101 102 103 104 105 106 107 108
		"Extras": [
			[ "CurveUtils", "api/extras/CurveUtils" ],
			[ "SceneUtils", "api/extras/SceneUtils" ],
			[ "ShapeUtils", "api/extras/ShapeUtils" ]
		],

		"Extras / Core": [
			[ "Curve", "api/extras/core/Curve" ],
			[ "CurvePath", "api/extras/core/CurvePath" ],
			[ "Font", "api/extras/core/Font" ],
			[ "Path", "api/extras/core/Path" ],
L
Lewy Blue 已提交
109 110
			[ "Shape", "api/extras/core/Shape" ],
			[ "ShapePath", "api/extras/core/ShapePath" ]
111 112 113 114 115 116 117 118 119 120 121 122
		],

		"Extras / Curves": [
			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
			[ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
			[ "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" ],
M
Mugen87 已提交
123
			[ "SplineCurve", "api/extras/curves/SplineCurve" ]
124 125 126 127 128 129 130 131 132 133
		],

		"Extras / Helpers": [
			[ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
			[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
			[ "BoxHelper", "api/extras/helpers/BoxHelper" ],
			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
			[ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
			[ "GridHelper", "api/extras/helpers/GridHelper" ],
134
			[ "PolarGridHelper", "api/extras/helpers/PolarGridHelper"],
135 136
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
L
looeee 已提交
137
			[ "RectAreaLightHelper", "api/extras/helpers/RectAreaLightHelper" ],
138 139 140 141 142 143 144 145 146 147
			[ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
			[ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
		],

		"Extras / Objects": [
			[ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
			[ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
		],

148 149 150 151 152 153 154 155 156
		"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" ],
157
			[ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
158
			[ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
159
			[ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
160
			[ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
161
			[ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
162 163 164
			[ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
			[ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
			[ "LatheGeometry", "api/geometries/LatheGeometry" ],
165
			[ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
166
			[ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
167
			[ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
168 169 170
			[ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
			[ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
			[ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
171
			[ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
172 173 174
			[ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
			[ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
			[ "RingGeometry", "api/geometries/RingGeometry" ],
M
Michael Herzog 已提交
175
			[ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
176 177 178
			[ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
			[ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
			[ "SphereGeometry", "api/geometries/SphereGeometry" ],
179
			[ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
180 181 182 183 184 185
			[ "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 已提交
186
			[ "TubeGeometry", "api/geometries/TubeGeometry" ],
187 188
			[ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
			[ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
189 190
		],

191
		"Lights": [
192 193
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
M
Mr.doob 已提交
194
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
195
			[ "Light", "api/lights/Light" ],
196
			[ "PointLight", "api/lights/PointLight" ],
197
			[ "RectAreaLight", "api/lights/RectAreaLight" ],
198
			[ "SpotLight", "api/lights/SpotLight" ]
199 200
		],

201
		"Lights / Shadows": [
202 203
			[ "DirectionalLightShadow", "api/lights/shadows/DirectionalLightShadow" ],
			[ "LightShadow", "api/lights/shadows/LightShadow" ],
204
			[ "RectAreaLightShadow", "api/lights/shadows/RectAreaLightShadow" ],
205
			[ "SpotLightShadow", "api/lights/shadows/SpotLightShadow" ]
206
		],
207 208

		"Loaders": [
209
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
210
			[ "AudioLoader", "api/loaders/AudioLoader" ],
211
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
212
			[ "Cache", "api/loaders/Cache" ],
213 214 215
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
216
			[ "FileLoader", "api/loaders/FileLoader" ],
217
			[ "FontLoader", "api/loaders/FontLoader" ],
218 219
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
220 221 222
			[ "Loader", "api/loaders/Loader" ],
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
T
Tristan VALCKE 已提交
223
			[ "TextureLoader", "api/loaders/TextureLoader" ]
224 225
		],

226
		"Loaders / Managers": [
L
Lewy Blue 已提交
227 228
			[ "DefaultLoadingManager", "api/loaders/managers/DefaultLoadingManager" ],
			[ "LoadingManager", "api/loaders/managers/LoadingManager" ]
229 230
		],

231
		"Materials": [
232
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
233
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
234
			[ "Material", "api/materials/Material" ],
235 236 237 238 239
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
240
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
241
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
L
looeee 已提交
242
			[ "MeshToonMaterial", "api/materials/MeshToonMaterial" ],
243
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
M
Mr.doob 已提交
244
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
245
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
246
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
247
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
248
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
249 250 251 252 253 254
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
255
			[ "Cylindrical", "api/math/Cylindrical" ],
M
Mr.doob 已提交
256
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
257
			[ "Frustum", "api/math/Frustum" ],
258
			[ "Interpolant", "api/math/Interpolant" ],
259
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
260 261 262 263 264 265 266
			[ "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 已提交
267
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
268 269 270 271
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
272 273
		],

274 275 276 277 278 279 280
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],

281
		"Objects": [
282
			[ "Bone", "api/objects/Bone" ],
283
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
284
			[ "LensFlare", "api/objects/LensFlare" ],
285
			[ "Line", "api/objects/Line" ],
286
			[ "LineSegments", "api/objects/LineSegments" ],
287
			[ "LOD", "api/objects/LOD" ],
288
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
289
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
290
			[ "Skeleton", "api/objects/Skeleton" ],
291
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
292
			[ "Sprite", "api/objects/Sprite" ]
293 294 295
		],

		"Renderers": [
296
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
297
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
298
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
299 300
		],

301 302
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
303
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
304
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
305
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
306 307
		],

308
		"Scenes": [
309 310 311
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
312 313 314
		],

		"Textures": [
L
Lewy Blue 已提交
315
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
316
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
317
			[ "CubeTexture", "api/textures/CubeTexture" ],
318
			[ "DataTexture", "api/textures/DataTexture" ],
319
			[ "DepthTexture", "api/textures/DepthTexture" ],
320 321
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
322
		]
323

324
	},
325

326
	"Examples": {
327

328 329 330 331
		"Collada Animation": [
			[ "ColladaAnimation", "examples/collada/Animation" ],
			[ "AnimationHandler", "examples/collada/AnimationHandler" ],
			[ "KeyFrameAnimation", "examples/collada/KeyFrameAnimation" ]
332 333
		],

334 335 336 337 338 339 340 341 342 343
		"Loaders": [
			[ "BabylonLoader", "examples/loaders/BabylonLoader" ],
			[ "ColladaLoader", "examples/loaders/ColladaLoader" ],
			[ "GLTFLoader", "examples/loaders/GLTFLoader" ],
			[ "MTLLoader", "examples/loaders/MTLLoader" ],
			[ "OBJLoader", "examples/loaders/OBJLoader" ],
			[ "PCDLoader", "examples/loaders/PCDLoader" ],
			[ "PDBLoader", "examples/loaders/PDBLoader" ],
			[ "SVGLoader", "examples/loaders/SVGLoader" ],
			[ "TGALoader", "examples/loaders/TGALoader" ]
344 345
		],

346 347 348 349
		"Plugins": [
			[ "CombinedCamera", "examples/cameras/CombinedCamera" ],
			[ "LookupTable", "examples/Lut" ],
			[ "SpriteCanvasMaterial", "examples/SpriteCanvasMaterial" ]
350 351
		],

352 353
		"Renderers": [
			[ "CanvasRenderer", "examples/renderers/CanvasRenderer" ]
354
		]
355

356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
	},

	"Developer Reference": {
		"Polyfills": [
			[ "Polyfills", "api/polyfills" ]
		],

		"WebGLRenderer": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
		],

		"WebGLRenderer / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		]

T
Tristan VALCKE 已提交
374
	}
375 376 377 378 379

};

var pages = {};

380 381 382 383 384 385 386 387 388
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 ++ ) {
389

390 391
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
392

393
		}
394 395 396

	}

397
}