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
		"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
			[ "Layers", "api/core/Layers" ],
67
			[ "Object3D", "api/core/Object3D" ],
68 69
			[ "Raycaster", "api/core/Raycaster" ],
			[ "Uniform", "api/core/Uniform"]
70 71
		],

72 73 74 75
		"Core / BufferAttributes": [
			[ "BufferAttribute Types", "api/core/bufferAttributeTypes/BufferAttributeTypes" ]
		],

L
Lewy Blue 已提交
76 77 78 79
		"Deprecated": [
			[ "DeprecatedList", "api/deprecated/DeprecatedList" ]
		],

80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
		"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" ],
			[ "Shape", "api/extras/core/Shape" ]
		],

		"Extras / Curves": [
			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
			[ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
			[ "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" ]
		],

		"Extras / Helpers": [
			[ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
			[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
			[ "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" ],
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
			[ "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" ]
		],

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

173
		"Lights": [
174 175
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
M
Mr.doob 已提交
176
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
177
			[ "Light", "api/lights/Light" ],
178
			[ "PointLight", "api/lights/PointLight" ],
179
			[ "SpotLight", "api/lights/SpotLight" ]
180 181
		],

182 183 184 185 186
		"Lights / Shadows": [
			[ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
			[ "LightShadow", "api/lights/LightShadow" ],
			[ "SpotLightShadow", "api/lights/SpotLightShadow" ]
		],
187 188

		"Loaders": [
189
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
190
			[ "AudioLoader", "api/loaders/AudioLoader" ],
191
			[ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
192
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
193
			[ "Cache", "api/loaders/Cache" ],
194 195 196
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
197
			[ "FileLoader", "api/loaders/FileLoader" ],
198
			[ "FontLoader", "api/loaders/FontLoader" ],
199 200
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
201 202 203
			[ "Loader", "api/loaders/Loader" ],
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
204
			[ "TextureLoader", "api/loaders/TextureLoader" ],
205 206
		],

207 208 209 210 211
		"Loaders / Managers": [
			[ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
			[ "LoadingManager", "api/loaders/LoadingManager" ]
		],

212
		"Materials": [
213
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
214
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
215
			[ "Material", "api/materials/Material" ],
216 217 218 219 220
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
221
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
222
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
223
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
M
Mr.doob 已提交
224
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
225
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
226
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
227
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
228
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
229 230 231 232 233 234
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
M
Mr.doob 已提交
235
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
236
			[ "Frustum", "api/math/Frustum" ],
237
			[ "Interpolant", "api/math/Interpolant" ],
238
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
239 240 241 242 243 244 245
			[ "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 已提交
246
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
247 248 249 250 251
			[ "Spline", "api/math/Spline" ],
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
252 253
		],

254 255 256 257 258 259 260
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],

261
		"Objects": [
262
			[ "Bone", "api/objects/Bone" ],
263
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
264
			[ "LensFlare", "api/objects/LensFlare" ],
265
			[ "Line", "api/objects/Line" ],
266
			[ "LineSegments", "api/objects/LineSegments" ],
267
			[ "LOD", "api/objects/LOD" ],
268
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
269
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
270
			[ "Skeleton", "api/objects/Skeleton" ],
271
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
272
			[ "Sprite", "api/objects/Sprite" ]
273 274
		],

L
Lewy Blue 已提交
275 276 277 278
		"Polyfills": [
			[ "Polyfills", "api/polyfills" ]
		],

279
		"Renderers": [
280
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
281
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
282
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
283 284
		],

285 286
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
287
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
288
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
289
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
290 291
		],

292 293
		"Renderers / WebGL": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
M
Mr.doob 已提交
294 295
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
296 297
		],

M
Mr.doob 已提交
298 299 300 301 302
		"Renderers / WebGL / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		],

303
		"Scenes": [
304 305 306
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
307 308 309
		],

		"Textures": [
L
Lewy Blue 已提交
310
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
311
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
312
			[ "CubeTexture", "api/textures/CubeTexture" ],
313
			[ "DataTexture", "api/textures/DataTexture" ],
314
			[ "DepthTexture", "api/textures/DepthTexture" ],
315 316
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
317
		]
318

319
	},
320

321
	"Examples": {
322

323 324 325 326
		"Collada Animation": [
			[ "ColladaAnimation", "examples/collada/Animation" ],
			[ "AnimationHandler", "examples/collada/AnimationHandler" ],
			[ "KeyFrameAnimation", "examples/collada/KeyFrameAnimation" ]
327 328
		],

329 330 331 332 333 334 335 336 337 338
		"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" ]
339 340
		],

341 342 343 344
		"Plugins": [
			[ "CombinedCamera", "examples/cameras/CombinedCamera" ],
			[ "LookupTable", "examples/Lut" ],
			[ "SpriteCanvasMaterial", "examples/SpriteCanvasMaterial" ]
345 346
		],

347 348
		"Renderers": [
			[ "CanvasRenderer", "examples/renderers/CanvasRenderer" ]
349
		]
350

351
	},
352 353 354 355 356

};

var pages = {};

357 358 359 360 361 362 363 364 365
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 ++ ) {
366

367 368
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
369

370
		}
371 372 373

	}

374
}