list.js 14.1 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 40
		"Audio": [
			[ "Audio", "api/audio/Audio" ],
			[ "AudioAnalyser", "api/audio/AudioAnalyser" ],
			[ "AudioContext", "api/audio/AudioContext" ],
			[ "AudioListener", "api/audio/AudioListener" ],
			[ "PositionalAudio", "api/audio/PositionalAudio" ]
		],


L
Lewy Blue 已提交
41 42 43 44 45 46 47 48
		"Audio": [
			[ "Audio", "api/audio/Audio" ],
			[ "AudioAnalyser", "api/audio/AudioAnalyser" ],
			[ "AudioContext", "api/audio/AudioContext" ],
			[ "AudioListener", "api/audio/AudioListener" ],
			[ "PositionalAudio", "api/audio/PositionalAudio" ]
		],

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

58
		"Cameras": [
59
			[ "Camera", "api/cameras/Camera" ],
60
			[ "CubeCamera", "api/cameras/CubeCamera" ],
61
			[ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
L
Lewy Blue 已提交
62 63
			[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
			[ "StereoCamera", "api/cameras/StereoCamera" ]
64 65 66
		],

		"Core": [
67
			[ "BufferAttribute", "api/core/BufferAttribute" ],
M
Mr.doob 已提交
68
			[ "BufferGeometry", "api/core/BufferGeometry" ],
69
			[ "Clock", "api/core/Clock" ],
70
			[ "EventDispatcher", "api/core/EventDispatcher" ],
71 72
			[ "Face3", "api/core/Face3" ],
			[ "Geometry", "api/core/Geometry" ],
73
			[ "Layers", "api/core/Layers" ],
74
			[ "Object3D", "api/core/Object3D" ],
75 76
			[ "Raycaster", "api/core/Raycaster" ],
			[ "Uniform", "api/core/Uniform"]
77 78
		],

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

83 84 85 86 87 88 89 90 91
		"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" ],
92
			[ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
93
			[ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
94
			[ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
95
			[ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
96
			[ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
97 98 99
			[ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
			[ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
			[ "LatheGeometry", "api/geometries/LatheGeometry" ],
100
			[ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
101
			[ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
102
			[ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
103 104 105
			[ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
			[ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
			[ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
106
			[ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
107 108 109
			[ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
			[ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
			[ "RingGeometry", "api/geometries/RingGeometry" ],
M
Michael Herzog 已提交
110
			[ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
111 112 113
			[ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
			[ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
			[ "SphereGeometry", "api/geometries/SphereGeometry" ],
114
			[ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
115 116 117 118 119 120
			[ "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 已提交
121
			[ "TubeGeometry", "api/geometries/TubeGeometry" ],
122 123
			[ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
			[ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
124 125
		],

126
		"Lights": [
127 128
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
129
			[ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
M
Mr.doob 已提交
130
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
131
			[ "Light", "api/lights/Light" ],
132
			[ "LightShadow", "api/lights/LightShadow" ],
133
			[ "PointLight", "api/lights/PointLight" ],
134 135
			[ "SpotLight", "api/lights/SpotLight" ],
			[ "SpotLightShadow", "api/lights/SpotLightShadow" ]
136 137 138 139
		],


		"Loaders": [
140
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
141
			[ "AudioLoader", "api/loaders/AudioLoader" ],
V
Vincent Lark 已提交
142
			[ "BabylonLoader", "api/loaders/BabylonLoader" ],
143
			[ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
144
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
145
			[ "Cache", "api/loaders/Cache" ],
V
Vincent Lark 已提交
146
			[ "ColladaLoader", "api/loaders/ColladaLoader" ],
147 148 149
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
150
			[ "FileLoader", "api/loaders/FileLoader" ],
151
			[ "FontLoader", "api/loaders/FontLoader" ],
R
Rich Tibbett 已提交
152
			[ "GLTFLoader", "api/loaders/GLTFLoader" ],
153 154
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
155 156
			[ "Loader", "api/loaders/Loader" ],
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
157
			[ "MTLLoader", "api/loaders/MTLLoader" ],
V
Vincent Lark 已提交
158
			[ "OBJLoader", "api/loaders/OBJLoader" ],
159
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
160
			[ "PCDLoader", "api/loaders/PCDLoader" ],
V
Vincent Lark 已提交
161 162
			[ "PDBLoader", "api/loaders/PDBLoader" ],
			[ "SVGLoader", "api/loaders/SVGLoader" ],
163
			[ "TextureLoader", "api/loaders/TextureLoader" ],
164
			[ "TGALoader", "api/loaders/TGALoader" ]
165 166
		],

167 168 169 170 171
		"Loaders / Managers": [
			[ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
			[ "LoadingManager", "api/loaders/LoadingManager" ]
		],

172
		"Materials": [
173
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
174
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
175
			[ "Material", "api/materials/Material" ],
176 177
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
M
Mugen87 已提交
178
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
179 180 181
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
182
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
183
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
M
Mr.doob 已提交
184
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
185
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
186
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
187
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
188
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
189 190 191 192 193 194
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
M
Mr.doob 已提交
195
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
196
			[ "Frustum", "api/math/Frustum" ],
197
			[ "Interpolant", "api/math/Interpolant" ],
198
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
199 200 201 202 203 204 205
			[ "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 已提交
206
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
207 208 209 210 211
			[ "Spline", "api/math/Spline" ],
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
212 213
		],

214 215 216 217 218 219 220 221
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],


222
		"Objects": [
223
			[ "Bone", "api/objects/Bone" ],
224
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
225
			[ "LensFlare", "api/objects/LensFlare" ],
226
			[ "Line", "api/objects/Line" ],
227
			[ "LineSegments", "api/objects/LineSegments" ],
228
			[ "LOD", "api/objects/LOD" ],
229
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
230
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
231
			[ "Skeleton", "api/objects/Skeleton" ],
232
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
233
			[ "Sprite", "api/objects/Sprite" ]
234 235
		],

L
Lewy Blue 已提交
236 237 238 239
		"Polyfills": [
			[ "Polyfills", "api/polyfills" ]
		],

240
		"Renderers": [
241
			[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
242
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
243
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
244
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
245 246
		],

247 248
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
249
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
250
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
251
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
252 253
		],

254 255
		"Renderers / WebGL": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
M
Mr.doob 已提交
256 257
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
258 259
		],

M
Mr.doob 已提交
260 261 262 263 264
		"Renderers / WebGL / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		],

265
		"Scenes": [
266 267 268
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
269 270 271
		],

		"Textures": [
L
Lewy Blue 已提交
272
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
273
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
274
			[ "CubeTexture", "api/textures/CubeTexture" ],
275
			[ "DataTexture", "api/textures/DataTexture" ],
276
			[ "DepthTexture", "api/textures/DepthTexture" ],
277 278
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
279 280 281
		],

		"Extras": [
282 283 284
			[ "CurveUtils", "api/extras/CurveUtils" ],
			[ "SceneUtils", "api/extras/SceneUtils" ],
			[ "ShapeUtils", "api/extras/ShapeUtils" ]
285 286
		],

287 288 289 290
		"Extras / Collada Animation": [
			[ "Animation", "api/extras/collada-animation/Animation" ],
			[ "AnimationHandler", "api/extras/collada-animation/AnimationHandler" ],
			[ "KeyFrameAnimation", "api/extras/collada-animation/KeyFrameAnimation" ]
291 292 293
		],

		"Extras / Core": [
294 295
			[ "Curve", "api/extras/core/Curve" ],
			[ "CurvePath", "api/extras/core/CurvePath" ],
296
			[ "Font", "api/extras/core/Font" ],
297
			[ "Path", "api/extras/core/Path" ],
Z
zz85 已提交
298
			[ "Shape", "api/extras/core/Shape" ]
299 300
		],

301 302
		"Extras / Curves": [
			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
303
			[ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
304 305 306 307 308 309 310 311 312 313 314 315
			[ "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" ]
		],

316
		"Extras / Helpers": [
M
Mr.doob 已提交
317
			[ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
318
			[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
G
gero3 已提交
319
			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
320
			[ "BoxHelper", "api/extras/helpers/BoxHelper" ],
M
Mr.doob 已提交
321 322
			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
323
			[ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
324
			[ "GridHelper", "api/extras/helpers/GridHelper" ],
M
Mr.doob 已提交
325 326
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
327
			[ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
328
			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
329
			[ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
330 331 332
		],

		"Extras / Objects": [
M
Mr.doob 已提交
333 334
			[ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
			[ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
335 336
		],

337
		"Examples" : [
338
			[ "CombinedCamera", "api/examples/cameras/CombinedCamera" ],
339
			[ "LookupTable", "api/examples/Lut" ],
340
			[ "SpriteCanvasMaterial", "api/examples/SpriteCanvasMaterial" ]
341

342
		]
343

344
	}
345 346 347 348 349

};

var pages = {};

350 351 352 353 354 355 356 357 358
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 ++ ) {
359

360 361
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
362

363
		}
364 365 366

	}

367
}