list.js 15 KB

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