list.js 15 KB

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