list.js 14.0 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
			[ "EventDispatcher", "api/core/EventDispatcher" ],
63 64
			[ "Face3", "api/core/Face3" ],
			[ "Geometry", "api/core/Geometry" ],
65
			[ "Layers", "api/core/Layers" ],
66
			[ "Object3D", "api/core/Object3D" ],
67 68
			[ "Raycaster", "api/core/Raycaster" ],
			[ "Uniform", "api/core/Uniform"]
69 70
		],

L
Lewy Blue 已提交
71 72 73 74
		"Deprecated": [
			[ "DeprecatedList", "api/deprecated/DeprecatedList" ]
		],

75 76 77 78 79 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
		"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" ]
		],

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

168
		"Lights": [
169 170
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
M
Mr.doob 已提交
171
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
172
			[ "Light", "api/lights/Light" ],
173
			[ "PointLight", "api/lights/PointLight" ],
174
			[ "SpotLight", "api/lights/SpotLight" ]
175 176
		],

177 178 179 180 181
		"Lights / Shadows": [
			[ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
			[ "LightShadow", "api/lights/LightShadow" ],
			[ "SpotLightShadow", "api/lights/SpotLightShadow" ]
		],
182 183

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

202 203 204 205 206
		"Loaders / Managers": [
			[ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
			[ "LoadingManager", "api/loaders/LoadingManager" ]
		],

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

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

249 250 251 252 253 254 255
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],

256
		"Objects": [
257
			[ "Bone", "api/objects/Bone" ],
258
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
259
			[ "LensFlare", "api/objects/LensFlare" ],
260
			[ "Line", "api/objects/Line" ],
261
			[ "LineSegments", "api/objects/LineSegments" ],
262
			[ "LOD", "api/objects/LOD" ],
263
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
264
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
265
			[ "Skeleton", "api/objects/Skeleton" ],
266
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
267
			[ "Sprite", "api/objects/Sprite" ]
268 269
		],

L
Lewy Blue 已提交
270 271 272 273
		"Polyfills": [
			[ "Polyfills", "api/polyfills" ]
		],

274
		"Renderers": [
275
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
276
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
277
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
278 279
		],

280 281
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
282
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
283
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
284
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
285 286
		],

287 288
		"Renderers / WebGL": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
M
Mr.doob 已提交
289 290
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
291 292
		],

M
Mr.doob 已提交
293 294 295 296 297
		"Renderers / WebGL / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		],

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

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

314
	},
315

316
	"Examples": {
317

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

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

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

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

346
	},
347 348 349 350 351

};

var pages = {};

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

362 363
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
364

365
		}
366 367 368

	}

369
}