list.js 13.4 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 23 24 25 26 27 28 29 30 31

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

		"Audio": [
			[ "Audio", "api/audio/Audio" ],
			[ "AudioAnalyser", "api/audio/AudioAnalyser" ],
			[ "AudioContext", "api/audio/AudioContext" ],
			[ "AudioListener", "api/audio/AudioListener" ],
			[ "PositionalAudio", "api/audio/PositionalAudio" ]
		],


L
Lewy Blue 已提交
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
		"Constants": [
L
Lewy Blue 已提交
41
			[ "Animation", "api/constants/Animation" ],
42
			[ "Colors", "api/constants/Colors" ],
M
Mr.doob 已提交
43
			[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
A
aardgoose 已提交
44
			[ "DrawModes", "api/constants/DrawModes" ],
M
Mr.doob 已提交
45
			[ "Materials", "api/constants/Materials" ],
46
			[ "Textures", "api/constants/Textures" ],
47
			[ "Renderer", "api/constants/Renderer" ]
48
		],
B
Brent Van Minnen 已提交
49

50
		"Cameras": [
51
			[ "Camera", "api/cameras/Camera" ],
52
			[ "CubeCamera", "api/cameras/CubeCamera" ],
53
			[ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
L
Lewy Blue 已提交
54 55
			[ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
			[ "StereoCamera", "api/cameras/StereoCamera" ]
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
		],

71 72 73 74 75 76 77 78 79
		"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" ],
80
			[ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
81
			[ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
82
			[ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
83
			[ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
84
			[ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
85 86 87
			[ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
			[ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
			[ "LatheGeometry", "api/geometries/LatheGeometry" ],
88
			[ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
89
			[ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
90
			[ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
91 92 93
			[ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
			[ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
			[ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
94
			[ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
95 96 97
			[ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
			[ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
			[ "RingGeometry", "api/geometries/RingGeometry" ],
M
Michael Herzog 已提交
98
			[ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
99 100 101
			[ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
			[ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
			[ "SphereGeometry", "api/geometries/SphereGeometry" ],
102
			[ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
103 104 105 106 107 108
			[ "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 已提交
109
			[ "TubeGeometry", "api/geometries/TubeGeometry" ],
110 111
			[ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
			[ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
112 113
		],

114
		"Lights": [
115 116
			[ "AmbientLight", "api/lights/AmbientLight" ],
			[ "DirectionalLight", "api/lights/DirectionalLight" ],
117
			[ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
M
Mr.doob 已提交
118
			[ "HemisphereLight", "api/lights/HemisphereLight" ],
119
			[ "Light", "api/lights/Light" ],
120
			[ "LightShadow", "api/lights/LightShadow" ],
121
			[ "PointLight", "api/lights/PointLight" ],
122 123
			[ "SpotLight", "api/lights/SpotLight" ],
			[ "SpotLightShadow", "api/lights/SpotLightShadow" ]
124 125 126 127
		],


		"Loaders": [
128
			[ "AnimationLoader", "api/loaders/AnimationLoader" ],
R
Reece Lecrivain 已提交
129
			[ "AudioLoader", "api/loaders/AudioLoader" ],
V
Vincent Lark 已提交
130
			[ "BabylonLoader", "api/loaders/BabylonLoader" ],
131
			[ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
132
			[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
133
			[ "Cache", "api/loaders/Cache" ],
V
Vincent Lark 已提交
134
			[ "ColladaLoader", "api/loaders/ColladaLoader" ],
135 136 137
			[ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
			[ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
			[ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
138
			[ "FileLoader", "api/loaders/FileLoader" ],
139
			[ "FontLoader", "api/loaders/FontLoader" ],
R
Rich Tibbett 已提交
140
			[ "GLTFLoader", "api/loaders/GLTFLoader" ],
141 142
			[ "ImageLoader", "api/loaders/ImageLoader" ],
			[ "JSONLoader", "api/loaders/JSONLoader" ],
143
			[ "Loader", "api/loaders/Loader" ],
144
			[ "LoadingManager", "api/loaders/LoadingManager" ],
145
			[ "MaterialLoader", "api/loaders/MaterialLoader" ],
146
			[ "MTLLoader", "api/loaders/MTLLoader" ],
V
Vincent Lark 已提交
147
			[ "OBJLoader", "api/loaders/OBJLoader" ],
148
			[ "ObjectLoader", "api/loaders/ObjectLoader" ],
149
			[ "PCDLoader", "api/loaders/PCDLoader" ],
V
Vincent Lark 已提交
150 151
			[ "PDBLoader", "api/loaders/PDBLoader" ],
			[ "SVGLoader", "api/loaders/SVGLoader" ],
152
			[ "TextureLoader", "api/loaders/TextureLoader" ],
153
			[ "TGALoader", "api/loaders/TGALoader" ]
154 155 156
		],

		"Materials": [
157
			[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
M
Mr.doob 已提交
158
			[ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
159
			[ "Material", "api/materials/Material" ],
160 161
			[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
			[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
M
Mugen87 已提交
162
			[ "MultiMaterial", "api/materials/MultiMaterial" ],
163 164 165
			[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
			[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
			[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
166
			[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
167
			[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
M
Mr.doob 已提交
168
			[ "PointsMaterial", "api/materials/PointsMaterial" ],
169
			[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
M
Mr.doob 已提交
170
			[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
171
			[ "ShadowMaterial", "api/materials/ShadowMaterial" ],
172
			[ "SpriteMaterial", "api/materials/SpriteMaterial" ]
M
Mr.doob 已提交
173 174 175 176 177 178
		],

		"Math": [
			[ "Box2", "api/math/Box2" ],
			[ "Box3", "api/math/Box3" ],
			[ "Color", "api/math/Color" ],
M
Mr.doob 已提交
179
			[ "Euler", "api/math/Euler" ],
M
Mr.doob 已提交
180
			[ "Frustum", "api/math/Frustum" ],
181
			[ "Interpolant", "api/math/Interpolant" ],
182
			[ "Line3", "api/math/Line3" ],
M
Mr.doob 已提交
183 184 185 186 187 188 189
			[ "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 已提交
190
			[ "Spherical", "api/math/Spherical" ],
M
Mr.doob 已提交
191 192 193 194 195
			[ "Spline", "api/math/Spline" ],
			[ "Triangle", "api/math/Triangle" ],
			[ "Vector2", "api/math/Vector2" ],
			[ "Vector3", "api/math/Vector3" ],
			[ "Vector4", "api/math/Vector4" ]
196 197
		],

198 199 200 201 202 203 204 205
		"Math / Interpolants": [
			[ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
			[ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
			[ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
			[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
		],


206
		"Objects": [
207
			[ "Bone", "api/objects/Bone" ],
208
			[ "Group", "api/objects/Group" ],
M
Mr.doob 已提交
209
			[ "LensFlare", "api/objects/LensFlare" ],
210
			[ "Line", "api/objects/Line" ],
211
			[ "LineSegments", "api/objects/LineSegments" ],
212
			[ "LOD", "api/objects/LOD" ],
213
			[ "Mesh", "api/objects/Mesh" ],
M
Mr.doob 已提交
214
			[ "Points", "api/objects/Points" ],
G
Greg Tatum 已提交
215
			[ "Skeleton", "api/objects/Skeleton" ],
216
			[ "SkinnedMesh", "api/objects/SkinnedMesh" ],
217
			[ "Sprite", "api/objects/Sprite" ]
218 219 220
		],

		"Renderers": [
221
			[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
222
			[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
223
			[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
224
			[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
225 226
		],

227 228
		"Renderers / Shaders": [
			[ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
229
			[ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
230
			[ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
231
			[ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
232 233
		],

234 235
		"Renderers / WebGL": [
			[ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
M
Mr.doob 已提交
236 237
			[ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
			[ "WebGLState", "api/renderers/webgl/WebGLState" ]
238 239
		],

M
Mr.doob 已提交
240 241 242 243 244
		"Renderers / WebGL / Plugins": [
			[ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
			[ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
		],

245
		"Scenes": [
246 247 248
			[ "Fog", "api/scenes/Fog" ],
			[ "FogExp2", "api/scenes/FogExp2" ],
			[ "Scene", "api/scenes/Scene" ]
249 250 251
		],

		"Textures": [
L
Lewy Blue 已提交
252
			[ "CanvasTexture", "api/textures/CanvasTexture" ],
M
Mr.doob 已提交
253
			[ "CompressedTexture", "api/textures/CompressedTexture" ],
M
Mr.doob 已提交
254
			[ "CubeTexture", "api/textures/CubeTexture" ],
255
			[ "DataTexture", "api/textures/DataTexture" ],
256
			[ "DepthTexture", "api/textures/DepthTexture" ],
257 258
			[ "Texture", "api/textures/Texture" ],
			[ "VideoTexture", "api/textures/VideoTexture" ]
259 260 261
		],

		"Extras": [
262 263 264
			[ "CurveUtils", "api/extras/CurveUtils" ],
			[ "SceneUtils", "api/extras/SceneUtils" ],
			[ "ShapeUtils", "api/extras/ShapeUtils" ]
265 266
		],

267 268 269 270
		"Extras / Collada Animation": [
			[ "Animation", "api/extras/collada-animation/Animation" ],
			[ "AnimationHandler", "api/extras/collada-animation/AnimationHandler" ],
			[ "KeyFrameAnimation", "api/extras/collada-animation/KeyFrameAnimation" ]
271 272 273
		],

		"Extras / Core": [
274 275
			[ "Curve", "api/extras/core/Curve" ],
			[ "CurvePath", "api/extras/core/CurvePath" ],
276
			[ "Font", "api/extras/core/Font" ],
277
			[ "Path", "api/extras/core/Path" ],
Z
zz85 已提交
278
			[ "Shape", "api/extras/core/Shape" ]
279 280
		],

281 282
		"Extras / Curves": [
			[ "ArcCurve", "api/extras/curves/ArcCurve" ],
283
			[ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
284 285 286 287 288 289 290 291 292 293 294 295
			[ "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" ]
		],

296
		"Extras / Helpers": [
M
Mr.doob 已提交
297
			[ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
298
			[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
G
gero3 已提交
299
			[ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
300
			[ "BoxHelper", "api/extras/helpers/BoxHelper" ],
M
Mr.doob 已提交
301 302
			[ "CameraHelper", "api/extras/helpers/CameraHelper" ],
			[ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
303
			[ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
304
			[ "GridHelper", "api/extras/helpers/GridHelper" ],
M
Mr.doob 已提交
305 306
			[ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
			[ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
307
			[ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
308
			[ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
309
			[ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
310 311 312
		],

		"Extras / Objects": [
M
Mr.doob 已提交
313 314
			[ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
			[ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
315 316
		],

317
		"Examples" : [
318
			[ "CombinedCamera", "api/examples/cameras/CombinedCamera" ],
319
			[ "LookupTable", "api/examples/Lut" ],
320
			[ "SpriteCanvasMaterial", "api/examples/SpriteCanvasMaterial" ]
321

322
		]
323

324
	}
325 326 327 328 329

};

var pages = {};

330 331 332 333 334 335 336 337 338
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 ++ ) {
339

340 341
			var page = list[ section ][ category ][ i ];
			pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
342

343
		}
344 345 346

	}

347
}