list.js 14.7 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 12 13 14 15 16 17 18 19 20 21 22

		"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" ]
		],

23 24 25 26 27 28 29 30 31
		"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" ]
		],

32 33 34 35 36 37 38 39
		"Audio": [
			[ "Audio", "api/audio/Audio" ],
			[ "AudioAnalyser", "api/audio/AudioAnalyser" ],
			[ "AudioContext", "api/audio/AudioContext" ],
			[ "AudioListener", "api/audio/AudioListener" ],
			[ "PositionalAudio", "api/audio/PositionalAudio" ]
		],

40 41 42 43 44 45
		"Cameras": [
			[ "Camera", "api/cameras/Camera" ],
			[ "CubeCamera", "api/cameras/CubeCamera" ],
			[ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
			[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
			[ "StereoCamera", "api/cameras/StereoCamera" ]
L
Lewy Blue 已提交
46 47
		],

48
		"Constants": [
L
Lewy Blue 已提交
49
			[ "Animation", "api/constants/Animation" ],
L
Lewy Blue 已提交
50
			[ "Core", "api/constants/Core" ],
M
Mr.doob 已提交
51
			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
A
aardgoose 已提交
52
			[ "DrawModes", "api/constants/DrawModes" ],
M
Mr.doob 已提交
53
			[ "Materials", "api/constants/Materials" ],
54 55
			[ "Renderer", "api/constants/Renderer" ],
			[ "Textures", "api/constants/Textures" ]
56 57 58
		],

		"Core": [
59
			[ "BufferAttribute", "api/core/BufferAttribute" ],
M
Mr.doob 已提交
60
			[ "BufferGeometry", "api/core/BufferGeometry" ],
61
			[ "Clock", "api/core/Clock" ],
62
			[ "DirectGeometry", "api/core/DirectGeometry" ],
63
			[ "EventDispatcher", "api/core/EventDispatcher" ],
64 65
			[ "Face3", "api/core/Face3" ],
			[ "Geometry", "api/core/Geometry" ],
66 67 68 69 70
			[ "InstancedBufferAttribute", "api/core/InstancedBufferAttribute" ],
			[ "InstancedBufferGeometry", "api/core/InstancedBufferGeometry" ],
			[ "InstancedInterleavedBuffer", "api/core/InstancedInterleavedBuffer" ],
			[ "InterleavedBuffer", "api/core/InterleavedBuffer" ],
			[ "InterleavedBufferAttribute", "api/core/InterleavedBufferAttribute" ],
71
			[ "Layers", "api/core/Layers" ],
72
			[ "Object3D", "api/core/Object3D" ],
73 74
			[ "Raycaster", "api/core/Raycaster" ],
			[ "Uniform", "api/core/Uniform"]
75 76
		],

77 78 79 80
		"Core / BufferAttributes": [
			[ "BufferAttribute Types", "api/core/bufferAttributeTypes/BufferAttributeTypes" ]
		],

L
Lewy Blue 已提交
81 82 83 84
		"Deprecated": [
			[ "DeprecatedList", "api/deprecated/DeprecatedList" ]
		],

85 86 87 88 89 90 91 92 93 94 95
		"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 已提交
96 97
			[ "Shape", "api/extras/core/Shape" ],
			[ "ShapePath", "api/extras/core/ShapePath" ]
98 99 100 101 102 103 104 105 106 107 108 109
		],

		"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 已提交
110
			[ "SplineCurve", "api/extras/curves/SplineCurve" ]
111 112 113 114 115 116 117 118 119 120
		],

		"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" ],
121
			[ "PolarGridHelper", "api/extras/helpers/PolarGridHelper"],
122 123
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
L
looeee 已提交
124
			[ "RectAreaLightHelper", "api/extras/helpers/RectAreaLightHelper" ],
125 126 127 128 129 130 131 132 133 134
			[ "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" ]
		],

135 136 137 138 139 140 141 142 143
		"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" ],
144
			[ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
145
			[ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
146
			[ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
147
			[ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
148
			[ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
149 150 151
			[ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
			[ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
			[ "LatheGeometry", "api/geometries/LatheGeometry" ],
152
			[ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
153
			[ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
154
			[ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
155 156 157
			[ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
			[ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
			[ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
158
			[ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
159 160 161
			[ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
			[ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
			[ "RingGeometry", "api/geometries/RingGeometry" ],
M
Michael Herzog 已提交
162
			[ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
163 164 165
			[ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
			[ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
			[ "SphereGeometry", "api/geometries/SphereGeometry" ],
166
			[ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
167 168 169 170 171 172
			[ "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 已提交
173
			[ "TubeGeometry", "api/geometries/TubeGeometry" ],
174 175
			[ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
			[ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
176 177
		],

178
		"Lights": [
179 180
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
M
Mr.doob 已提交
181
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
182
			[ "Light", "api/lights/Light" ],
183
			[ "PointLight", "api/lights/PointLight" ],
184
			[ "RectAreaLight", "api/lights/RectAreaLight" ],
185
			[ "SpotLight", "api/lights/SpotLight" ]
186 187
		],

188
		"Lights / Shadows": [
189 190
			[ "DirectionalLightShadow", "api/lights/shadows/DirectionalLightShadow" ],
			[ "LightShadow", "api/lights/shadows/LightShadow" ],
191
			[ "RectAreaLightShadow", "api/lights/shadows/RectAreaLightShadow" ],
192
			[ "SpotLightShadow", "api/lights/shadows/SpotLightShadow" ]
193
		],
194 195

		"Loaders": [
196
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
197
			[ "AudioLoader", "api/loaders/AudioLoader" ],
198
			[ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
199
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
200
			[ "Cache", "api/loaders/Cache" ],
201 202 203
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
204
			[ "FileLoader", "api/loaders/FileLoader" ],
205
			[ "FontLoader", "api/loaders/FontLoader" ],
206 207
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
208 209 210
			[ "Loader", "api/loaders/Loader" ],
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
T
Tristan VALCKE 已提交
211
			[ "TextureLoader", "api/loaders/TextureLoader" ]
212 213
		],

214 215 216 217 218
		"Loaders / Managers": [
			[ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
			[ "LoadingManager", "api/loaders/LoadingManager" ]
		],

219
		"Materials": [
220
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
221
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
222
			[ "Material", "api/materials/Material" ],
223 224 225 226 227
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
228
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
229
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
L
looeee 已提交
230
			[ "MeshToonMaterial", "api/materials/MeshToonMaterial" ],
231
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
M
Mr.doob 已提交
232
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
233
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
234
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
235
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
236
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
237 238 239 240 241 242
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
243
			[ "Cylindrical", "api/math/Cylindrical" ],
M
Mr.doob 已提交
244
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
245
			[ "Frustum", "api/math/Frustum" ],
246
			[ "Interpolant", "api/math/Interpolant" ],
247
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
248 249 250 251 252 253 254
			[ "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 已提交
255
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
256 257 258 259 260
			[ "Spline", "api/math/Spline" ],
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
261 262
		],

263 264 265 266 267 268 269
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],

270
		"Objects": [
271
			[ "Bone", "api/objects/Bone" ],
272
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
273
			[ "LensFlare", "api/objects/LensFlare" ],
274
			[ "Line", "api/objects/Line" ],
275
			[ "LineSegments", "api/objects/LineSegments" ],
276
			[ "LOD", "api/objects/LOD" ],
277
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
278
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
279
			[ "Skeleton", "api/objects/Skeleton" ],
280
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
281
			[ "Sprite", "api/objects/Sprite" ]
282 283 284
		],

		"Renderers": [
285
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
286
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
287
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
288 289
		],

290 291
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
292
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
293
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
294
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
295 296
		],

297
		"Scenes": [
298 299 300
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
301 302 303
		],

		"Textures": [
L
Lewy Blue 已提交
304
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
305
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
306
			[ "CubeTexture", "api/textures/CubeTexture" ],
307
			[ "DataTexture", "api/textures/DataTexture" ],
308
			[ "DepthTexture", "api/textures/DepthTexture" ],
309 310
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
311
		]
312

313
	},
314

315
	"Examples": {
316

317 318 319 320
		"Collada Animation": [
			[ "ColladaAnimation", "examples/collada/Animation" ],
			[ "AnimationHandler", "examples/collada/AnimationHandler" ],
			[ "KeyFrameAnimation", "examples/collada/KeyFrameAnimation" ]
321 322
		],

323 324 325 326 327 328 329 330 331 332
		"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" ]
333 334
		],

335 336 337 338
		"Plugins": [
			[ "CombinedCamera", "examples/cameras/CombinedCamera" ],
			[ "LookupTable", "examples/Lut" ],
			[ "SpriteCanvasMaterial", "examples/SpriteCanvasMaterial" ]
339 340
		],

341 342
		"Renderers": [
			[ "CanvasRenderer", "examples/renderers/CanvasRenderer" ]
343
		]
344

345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
	},

	"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 已提交
363
	}
364 365 366 367 368

};

var pages = {};

369 370 371 372 373 374 375 376 377
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 ++ ) {
378

379 380
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
381

382
		}
383 384 385

	}

386
}