list.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. var list = {
  2. "Manual": {
  3. "Introduction": [
  4. [ "Creating a scene", "manual/introduction/Creating-a-scene" ],
  5. [ "Matrix transformations", "manual/introduction/Matrix-transformations" ]
  6. ]
  7. },
  8. "Reference": {
  9. "Animation": [
  10. [ "AnimationAction", "api/animation/AnimationAction" ],
  11. [ "AnimationClip", "api/animation/AnimationClip" ],
  12. [ "AnimationMixer", "api/animation/AnimationMixer" ],
  13. [ "AnimationObjectGroup", "api/animation/AnimationObjectGroup" ],
  14. [ "AnimationUtils", "api/animation/AnimationUtils" ],
  15. [ "KeyframeTrack", "api/animation/KeyframeTrack" ],
  16. [ "PropertyBinding", "api/animation/PropertyBinding" ],
  17. [ "PropertyMixer", "api/animation/PropertyMixer" ]
  18. ],
  19. "Animation / Tracks": [
  20. [ "BooleanKeyframeTrack", "api/animation/tracks/BooleanKeyframeTrack" ],
  21. [ "ColorKeyframeTrack", "api/animation/tracks/ColorKeyframeTrack" ],
  22. [ "NumberKeyframeTrack", "api/animation/tracks/NumberKeyframeTrack" ],
  23. [ "QuaternionKeyframeTrack", "api/animation/tracks/QuaternionKeyframeTrack" ],
  24. [ "StringKeyframeTrack", "api/animation/tracks/StringKeyframeTrack" ],
  25. [ "VectorKeyframeTrack", "api/animation/tracks/VectorKeyframeTrack" ]
  26. ],
  27. "Audio": [
  28. [ "Audio", "api/audio/Audio" ],
  29. [ "AudioAnalyser", "api/audio/AudioAnalyser" ],
  30. [ "AudioContext", "api/audio/AudioContext" ],
  31. [ "AudioListener", "api/audio/AudioListener" ],
  32. [ "PositionalAudio", "api/audio/PositionalAudio" ]
  33. ],
  34. "Cameras": [
  35. [ "Camera", "api/cameras/Camera" ],
  36. [ "CubeCamera", "api/cameras/CubeCamera" ],
  37. [ "OrthographicCamera", "api/cameras/OrthographicCamera" ],
  38. [ "PerspectiveCamera", "api/cameras/PerspectiveCamera" ],
  39. [ "StereoCamera", "api/cameras/StereoCamera" ]
  40. ],
  41. "Constants": [
  42. [ "Animation", "api/constants/Animation" ],
  43. [ "Core", "api/constants/Core" ],
  44. [ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
  45. [ "DrawModes", "api/constants/DrawModes" ],
  46. [ "Materials", "api/constants/Materials" ],
  47. [ "Renderer", "api/constants/Renderer" ],
  48. [ "Textures", "api/constants/Textures" ]
  49. ],
  50. "Core": [
  51. [ "BufferAttribute", "api/core/BufferAttribute" ],
  52. [ "BufferGeometry", "api/core/BufferGeometry" ],
  53. [ "Clock", "api/core/Clock" ],
  54. [ "DirectGeometry", "api/core/DirectGeometry" ],
  55. [ "EventDispatcher", "api/core/EventDispatcher" ],
  56. [ "Face3", "api/core/Face3" ],
  57. [ "Geometry", "api/core/Geometry" ],
  58. [ "InstancedBufferAttribute", "api/core/InstancedBufferAttribute" ],
  59. [ "InstancedBufferGeometry", "api/core/InstancedBufferGeometry" ],
  60. [ "InstancedInterleavedBuffer", "api/core/InstancedInterleavedBuffer" ],
  61. [ "InterleavedBuffer", "api/core/InterleavedBuffer" ],
  62. [ "InterleavedBufferAttribute", "api/core/InterleavedBufferAttribute" ],
  63. [ "Layers", "api/core/Layers" ],
  64. [ "Object3D", "api/core/Object3D" ],
  65. [ "Raycaster", "api/core/Raycaster" ],
  66. [ "Uniform", "api/core/Uniform"]
  67. ],
  68. "Core / BufferAttributes": [
  69. [ "BufferAttribute Types", "api/core/bufferAttributeTypes/BufferAttributeTypes" ]
  70. ],
  71. "Deprecated": [
  72. [ "DeprecatedList", "api/deprecated/DeprecatedList" ]
  73. ],
  74. "Extras": [
  75. [ "CurveUtils", "api/extras/CurveUtils" ],
  76. [ "SceneUtils", "api/extras/SceneUtils" ],
  77. [ "ShapeUtils", "api/extras/ShapeUtils" ]
  78. ],
  79. "Extras / Core": [
  80. [ "Curve", "api/extras/core/Curve" ],
  81. [ "CurvePath", "api/extras/core/CurvePath" ],
  82. [ "Font", "api/extras/core/Font" ],
  83. [ "Path", "api/extras/core/Path" ],
  84. [ "Shape", "api/extras/core/Shape" ],
  85. [ "ShapePath", "api/extras/core/ShapePath" ]
  86. ],
  87. "Extras / Curves": [
  88. [ "ArcCurve", "api/extras/curves/ArcCurve" ],
  89. [ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
  90. [ "CubicBezierCurve", "api/extras/curves/CubicBezierCurve" ],
  91. [ "CubicBezierCurve3", "api/extras/curves/CubicBezierCurve3" ],
  92. [ "EllipseCurve", "api/extras/curves/EllipseCurve" ],
  93. [ "LineCurve", "api/extras/curves/LineCurve" ],
  94. [ "LineCurve3", "api/extras/curves/LineCurve3" ],
  95. [ "QuadraticBezierCurve", "api/extras/curves/QuadraticBezierCurve" ],
  96. [ "QuadraticBezierCurve3", "api/extras/curves/QuadraticBezierCurve3" ],
  97. [ "SplineCurve", "api/extras/curves/SplineCurve" ]
  98. ],
  99. "Extras / Helpers": [
  100. [ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
  101. [ "AxisHelper", "api/extras/helpers/AxisHelper" ],
  102. [ "BoxHelper", "api/extras/helpers/BoxHelper" ],
  103. [ "CameraHelper", "api/extras/helpers/CameraHelper" ],
  104. [ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
  105. [ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
  106. [ "GridHelper", "api/extras/helpers/GridHelper" ],
  107. [ "PolarGridHelper", "api/extras/helpers/PolarGridHelper"],
  108. [ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
  109. [ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
  110. [ "RectAreaLightHelper", "api/extras/helpers/RectAreaLightHelper" ],
  111. [ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
  112. [ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
  113. [ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
  114. ],
  115. "Extras / Objects": [
  116. [ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
  117. [ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
  118. ],
  119. "Geometries": [
  120. [ "BoxBufferGeometry", "api/geometries/BoxBufferGeometry" ],
  121. [ "BoxGeometry", "api/geometries/BoxGeometry" ],
  122. [ "CircleBufferGeometry", "api/geometries/CircleBufferGeometry" ],
  123. [ "CircleGeometry", "api/geometries/CircleGeometry" ],
  124. [ "ConeBufferGeometry", "api/geometries/ConeBufferGeometry" ],
  125. [ "ConeGeometry", "api/geometries/ConeGeometry" ],
  126. [ "CylinderBufferGeometry", "api/geometries/CylinderBufferGeometry" ],
  127. [ "CylinderGeometry", "api/geometries/CylinderGeometry" ],
  128. [ "DodecahedronBufferGeometry", "api/geometries/DodecahedronBufferGeometry" ],
  129. [ "DodecahedronGeometry", "api/geometries/DodecahedronGeometry" ],
  130. [ "EdgesGeometry", "api/geometries/EdgesGeometry" ],
  131. [ "ExtrudeGeometry", "api/geometries/ExtrudeGeometry" ],
  132. [ "IcosahedronBufferGeometry", "api/geometries/IcosahedronBufferGeometry" ],
  133. [ "IcosahedronGeometry", "api/geometries/IcosahedronGeometry" ],
  134. [ "LatheBufferGeometry", "api/geometries/LatheBufferGeometry" ],
  135. [ "LatheGeometry", "api/geometries/LatheGeometry" ],
  136. [ "OctahedronBufferGeometry", "api/geometries/OctahedronBufferGeometry" ],
  137. [ "OctahedronGeometry", "api/geometries/OctahedronGeometry" ],
  138. [ "ParametricBufferGeometry", "api/geometries/ParametricBufferGeometry" ],
  139. [ "ParametricGeometry", "api/geometries/ParametricGeometry" ],
  140. [ "PlaneBufferGeometry", "api/geometries/PlaneBufferGeometry" ],
  141. [ "PlaneGeometry", "api/geometries/PlaneGeometry" ],
  142. [ "PolyhedronBufferGeometry", "api/geometries/PolyhedronBufferGeometry" ],
  143. [ "PolyhedronGeometry", "api/geometries/PolyhedronGeometry" ],
  144. [ "RingBufferGeometry", "api/geometries/RingBufferGeometry" ],
  145. [ "RingGeometry", "api/geometries/RingGeometry" ],
  146. [ "ShapeBufferGeometry", "api/geometries/ShapeBufferGeometry" ],
  147. [ "ShapeGeometry", "api/geometries/ShapeGeometry" ],
  148. [ "SphereBufferGeometry", "api/geometries/SphereBufferGeometry" ],
  149. [ "SphereGeometry", "api/geometries/SphereGeometry" ],
  150. [ "TetrahedronBufferGeometry", "api/geometries/TetrahedronBufferGeometry" ],
  151. [ "TetrahedronGeometry", "api/geometries/TetrahedronGeometry" ],
  152. [ "TextGeometry", "api/geometries/TextGeometry" ],
  153. [ "TorusBufferGeometry", "api/geometries/TorusBufferGeometry" ],
  154. [ "TorusGeometry", "api/geometries/TorusGeometry" ],
  155. [ "TorusKnotBufferGeometry", "api/geometries/TorusKnotBufferGeometry" ],
  156. [ "TorusKnotGeometry", "api/geometries/TorusKnotGeometry" ],
  157. [ "TubeGeometry", "api/geometries/TubeGeometry" ],
  158. [ "TubeBufferGeometry", "api/geometries/TubeBufferGeometry" ],
  159. [ "WireframeGeometry", "api/geometries/WireframeGeometry" ]
  160. ],
  161. "Lights": [
  162. [ "AmbientLight", "api/lights/AmbientLight" ],
  163. [ "DirectionalLight", "api/lights/DirectionalLight" ],
  164. [ "HemisphereLight", "api/lights/HemisphereLight" ],
  165. [ "Light", "api/lights/Light" ],
  166. [ "PointLight", "api/lights/PointLight" ],
  167. [ "RectAreaLight", "api/lights/RectAreaLight" ],
  168. [ "SpotLight", "api/lights/SpotLight" ]
  169. ],
  170. "Lights / Shadows": [
  171. [ "DirectionalLightShadow", "api/lights/shadows/DirectionalLightShadow" ],
  172. [ "LightShadow", "api/lights/shadows/LightShadow" ],
  173. [ "RectAreaLightShadow", "api/lights/shadows/RectAreaLightShadow" ],
  174. [ "SpotLightShadow", "api/lights/shadows/SpotLightShadow" ]
  175. ],
  176. "Loaders": [
  177. [ "AnimationLoader", "api/loaders/AnimationLoader" ],
  178. [ "AudioLoader", "api/loaders/AudioLoader" ],
  179. [ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
  180. [ "Cache", "api/loaders/Cache" ],
  181. [ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
  182. [ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
  183. [ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
  184. [ "FileLoader", "api/loaders/FileLoader" ],
  185. [ "FontLoader", "api/loaders/FontLoader" ],
  186. [ "ImageLoader", "api/loaders/ImageLoader" ],
  187. [ "JSONLoader", "api/loaders/JSONLoader" ],
  188. [ "Loader", "api/loaders/Loader" ],
  189. [ "MaterialLoader", "api/loaders/MaterialLoader" ],
  190. [ "ObjectLoader", "api/loaders/ObjectLoader" ],
  191. [ "TextureLoader", "api/loaders/TextureLoader" ]
  192. ],
  193. "Loaders / Managers": [
  194. [ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
  195. [ "LoadingManager", "api/loaders/LoadingManager" ]
  196. ],
  197. "Materials": [
  198. [ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
  199. [ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
  200. [ "Material", "api/materials/Material" ],
  201. [ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
  202. [ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
  203. [ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
  204. [ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
  205. [ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
  206. [ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
  207. [ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
  208. [ "MeshToonMaterial", "api/materials/MeshToonMaterial" ],
  209. [ "MultiMaterial", "api/materials/MultiMaterial" ],
  210. [ "PointsMaterial", "api/materials/PointsMaterial" ],
  211. [ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
  212. [ "ShaderMaterial", "api/materials/ShaderMaterial" ],
  213. [ "ShadowMaterial", "api/materials/ShadowMaterial" ],
  214. [ "SpriteMaterial", "api/materials/SpriteMaterial" ]
  215. ],
  216. "Math": [
  217. [ "Box2", "api/math/Box2" ],
  218. [ "Box3", "api/math/Box3" ],
  219. [ "Color", "api/math/Color" ],
  220. [ "Cylindrical", "api/math/Cylindrical" ],
  221. [ "Euler", "api/math/Euler" ],
  222. [ "Frustum", "api/math/Frustum" ],
  223. [ "Interpolant", "api/math/Interpolant" ],
  224. [ "Line3", "api/math/Line3" ],
  225. [ "Math", "api/math/Math" ],
  226. [ "Matrix3", "api/math/Matrix3" ],
  227. [ "Matrix4", "api/math/Matrix4" ],
  228. [ "Plane", "api/math/Plane" ],
  229. [ "Quaternion", "api/math/Quaternion" ],
  230. [ "Ray", "api/math/Ray" ],
  231. [ "Sphere", "api/math/Sphere" ],
  232. [ "Spherical", "api/math/Spherical" ],
  233. [ "Triangle", "api/math/Triangle" ],
  234. [ "Vector2", "api/math/Vector2" ],
  235. [ "Vector3", "api/math/Vector3" ],
  236. [ "Vector4", "api/math/Vector4" ]
  237. ],
  238. "Math / Interpolants": [
  239. [ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
  240. [ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
  241. [ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
  242. [ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
  243. ],
  244. "Objects": [
  245. [ "Bone", "api/objects/Bone" ],
  246. [ "Group", "api/objects/Group" ],
  247. [ "LensFlare", "api/objects/LensFlare" ],
  248. [ "Line", "api/objects/Line" ],
  249. [ "LineSegments", "api/objects/LineSegments" ],
  250. [ "LOD", "api/objects/LOD" ],
  251. [ "Mesh", "api/objects/Mesh" ],
  252. [ "Points", "api/objects/Points" ],
  253. [ "Skeleton", "api/objects/Skeleton" ],
  254. [ "SkinnedMesh", "api/objects/SkinnedMesh" ],
  255. [ "Sprite", "api/objects/Sprite" ]
  256. ],
  257. "Renderers": [
  258. [ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
  259. [ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
  260. [ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
  261. ],
  262. "Renderers / Shaders": [
  263. [ "ShaderChunk", "api/renderers/shaders/ShaderChunk" ],
  264. [ "ShaderLib", "api/renderers/shaders/ShaderLib" ],
  265. [ "UniformsLib", "api/renderers/shaders/UniformsLib" ],
  266. [ "UniformsUtils", "api/renderers/shaders/UniformsUtils" ]
  267. ],
  268. "Scenes": [
  269. [ "Fog", "api/scenes/Fog" ],
  270. [ "FogExp2", "api/scenes/FogExp2" ],
  271. [ "Scene", "api/scenes/Scene" ]
  272. ],
  273. "Textures": [
  274. [ "CanvasTexture", "api/textures/CanvasTexture" ],
  275. [ "CompressedTexture", "api/textures/CompressedTexture" ],
  276. [ "CubeTexture", "api/textures/CubeTexture" ],
  277. [ "DataTexture", "api/textures/DataTexture" ],
  278. [ "DepthTexture", "api/textures/DepthTexture" ],
  279. [ "Texture", "api/textures/Texture" ],
  280. [ "VideoTexture", "api/textures/VideoTexture" ]
  281. ]
  282. },
  283. "Examples": {
  284. "Collada Animation": [
  285. [ "ColladaAnimation", "examples/collada/Animation" ],
  286. [ "AnimationHandler", "examples/collada/AnimationHandler" ],
  287. [ "KeyFrameAnimation", "examples/collada/KeyFrameAnimation" ]
  288. ],
  289. "Loaders": [
  290. [ "BabylonLoader", "examples/loaders/BabylonLoader" ],
  291. [ "ColladaLoader", "examples/loaders/ColladaLoader" ],
  292. [ "GLTFLoader", "examples/loaders/GLTFLoader" ],
  293. [ "MTLLoader", "examples/loaders/MTLLoader" ],
  294. [ "OBJLoader", "examples/loaders/OBJLoader" ],
  295. [ "PCDLoader", "examples/loaders/PCDLoader" ],
  296. [ "PDBLoader", "examples/loaders/PDBLoader" ],
  297. [ "SVGLoader", "examples/loaders/SVGLoader" ],
  298. [ "TGALoader", "examples/loaders/TGALoader" ]
  299. ],
  300. "Plugins": [
  301. [ "CombinedCamera", "examples/cameras/CombinedCamera" ],
  302. [ "LookupTable", "examples/Lut" ],
  303. [ "SpriteCanvasMaterial", "examples/SpriteCanvasMaterial" ]
  304. ],
  305. "Renderers": [
  306. [ "CanvasRenderer", "examples/renderers/CanvasRenderer" ]
  307. ]
  308. },
  309. "Developer Reference": {
  310. "Polyfills": [
  311. [ "Polyfills", "api/polyfills" ]
  312. ],
  313. "WebGLRenderer": [
  314. [ "WebGLProgram", "api/renderers/webgl/WebGLProgram" ],
  315. [ "WebGLShader", "api/renderers/webgl/WebGLShader" ],
  316. [ "WebGLState", "api/renderers/webgl/WebGLState" ]
  317. ],
  318. "WebGLRenderer / Plugins": [
  319. [ "LensFlarePlugin", "api/renderers/webgl/plugins/LensFlarePlugin" ],
  320. [ "SpritePlugin", "api/renderers/webgl/plugins/SpritePlugin" ]
  321. ]
  322. }
  323. };
  324. var pages = {};
  325. for ( var section in list ) {
  326. pages[ section ] = {};
  327. for ( var category in list[ section ] ) {
  328. pages[ section ][ category ] = {};
  329. for ( var i = 0; i < list[ section ][ category ].length; i ++ ) {
  330. var page = list[ section ][ category ][ i ];
  331. pages[ section ][ category ][ page[ 0 ] ] = page[ 1 ];
  332. }
  333. }
  334. }