list.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. var list = {
  2. "Manual": {
  3. "Getting Started": {
  4. "Creating a scene": "manual/introduction/Creating-a-scene",
  5. "Import via modules": "manual/introduction/Import-via-modules",
  6. "Browser support": "manual/introduction/Browser-support",
  7. "WebGL compatibility check": "manual/introduction/WebGL-compatibility-check",
  8. "How to run things locally": "manual/introduction/How-to-run-things-locally",
  9. "Drawing lines": "manual/introduction/Drawing-lines",
  10. "Creating text": "manual/introduction/Creating-text",
  11. "Loading 3D models": "manual/introduction/Loading-3D-models",
  12. "Migration guide": "manual/introduction/Migration-guide",
  13. "Code style guide": "manual/introduction/Code-style-guide",
  14. "FAQ": "manual/introduction/FAQ",
  15. "Useful links": "manual/introduction/Useful-links"
  16. },
  17. "Next Steps": {
  18. "How to update things": "manual/introduction/How-to-update-things",
  19. "Matrix transformations": "manual/introduction/Matrix-transformations",
  20. "Animation system": "manual/introduction/Animation-system"
  21. },
  22. "Build Tools": {
  23. "Testing with NPM": "manual/buildTools/Testing-with-NPM"
  24. }
  25. },
  26. "Reference": {
  27. "Animation": {
  28. "AnimationAction": "api/animation/AnimationAction",
  29. "AnimationClip": "api/animation/AnimationClip",
  30. "AnimationMixer": "api/animation/AnimationMixer",
  31. "AnimationObjectGroup": "api/animation/AnimationObjectGroup",
  32. "AnimationUtils": "api/animation/AnimationUtils",
  33. "KeyframeTrack": "api/animation/KeyframeTrack",
  34. "PropertyBinding": "api/animation/PropertyBinding",
  35. "PropertyMixer": "api/animation/PropertyMixer"
  36. },
  37. "Animation / Tracks": {
  38. "BooleanKeyframeTrack": "api/animation/tracks/BooleanKeyframeTrack",
  39. "ColorKeyframeTrack": "api/animation/tracks/ColorKeyframeTrack",
  40. "NumberKeyframeTrack": "api/animation/tracks/NumberKeyframeTrack",
  41. "QuaternionKeyframeTrack": "api/animation/tracks/QuaternionKeyframeTrack",
  42. "StringKeyframeTrack": "api/animation/tracks/StringKeyframeTrack",
  43. "VectorKeyframeTrack": "api/animation/tracks/VectorKeyframeTrack"
  44. },
  45. "Audio": {
  46. "Audio": "api/audio/Audio",
  47. "AudioAnalyser": "api/audio/AudioAnalyser",
  48. "AudioContext": "api/audio/AudioContext",
  49. "AudioListener": "api/audio/AudioListener",
  50. "PositionalAudio": "api/audio/PositionalAudio"
  51. },
  52. "Cameras": {
  53. "ArrayCamera": "api/cameras/ArrayCamera",
  54. "Camera": "api/cameras/Camera",
  55. "CubeCamera": "api/cameras/CubeCamera",
  56. "OrthographicCamera": "api/cameras/OrthographicCamera",
  57. "PerspectiveCamera": "api/cameras/PerspectiveCamera",
  58. "StereoCamera": "api/cameras/StereoCamera"
  59. },
  60. "Constants": {
  61. "Animation": "api/constants/Animation",
  62. "Core": "api/constants/Core",
  63. "CustomBlendingEquation": "api/constants/CustomBlendingEquations",
  64. "DrawModes": "api/constants/DrawModes",
  65. "Materials": "api/constants/Materials",
  66. "Renderer": "api/constants/Renderer",
  67. "Textures": "api/constants/Textures"
  68. },
  69. "Core": {
  70. "BufferAttribute": "api/core/BufferAttribute",
  71. "BufferGeometry": "api/core/BufferGeometry",
  72. "Clock": "api/core/Clock",
  73. "DirectGeometry": "api/core/DirectGeometry",
  74. "EventDispatcher": "api/core/EventDispatcher",
  75. "Face3": "api/core/Face3",
  76. "Geometry": "api/core/Geometry",
  77. "InstancedBufferAttribute": "api/core/InstancedBufferAttribute",
  78. "InstancedBufferGeometry": "api/core/InstancedBufferGeometry",
  79. "InstancedInterleavedBuffer": "api/core/InstancedInterleavedBuffer",
  80. "InterleavedBuffer": "api/core/InterleavedBuffer",
  81. "InterleavedBufferAttribute": "api/core/InterleavedBufferAttribute",
  82. "Layers": "api/core/Layers",
  83. "Object3D": "api/core/Object3D",
  84. "Raycaster": "api/core/Raycaster",
  85. "Uniform": "api/core/Uniform"
  86. },
  87. "Core / BufferAttributes": {
  88. "BufferAttribute Types": "api/core/bufferAttributeTypes/BufferAttributeTypes"
  89. },
  90. "Deprecated": {
  91. "DeprecatedList": "api/deprecated/DeprecatedList"
  92. },
  93. "Extras": {
  94. "Earcut": "api/extras/Earcut",
  95. "ShapeUtils": "api/extras/ShapeUtils"
  96. },
  97. "Extras / Core": {
  98. "Curve": "api/extras/core/Curve",
  99. "CurvePath": "api/extras/core/CurvePath",
  100. "Font": "api/extras/core/Font",
  101. "Interpolations": "api/extras/core/Interpolations",
  102. "Path": "api/extras/core/Path",
  103. "Shape": "api/extras/core/Shape",
  104. "ShapePath": "api/extras/core/ShapePath"
  105. },
  106. "Extras / Curves": {
  107. "ArcCurve": "api/extras/curves/ArcCurve",
  108. "CatmullRomCurve3": "api/extras/curves/CatmullRomCurve3",
  109. "CubicBezierCurve": "api/extras/curves/CubicBezierCurve",
  110. "CubicBezierCurve3": "api/extras/curves/CubicBezierCurve3",
  111. "EllipseCurve": "api/extras/curves/EllipseCurve",
  112. "LineCurve": "api/extras/curves/LineCurve",
  113. "LineCurve3": "api/extras/curves/LineCurve3",
  114. "QuadraticBezierCurve": "api/extras/curves/QuadraticBezierCurve",
  115. "QuadraticBezierCurve3": "api/extras/curves/QuadraticBezierCurve3",
  116. "SplineCurve": "api/extras/curves/SplineCurve"
  117. },
  118. "Extras / Objects": {
  119. "ImmediateRenderObject": "api/extras/objects/ImmediateRenderObject",
  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. "ExtrudeBufferGeometry": "api/geometries/ExtrudeBufferGeometry",
  134. "ExtrudeGeometry": "api/geometries/ExtrudeGeometry",
  135. "IcosahedronBufferGeometry": "api/geometries/IcosahedronBufferGeometry",
  136. "IcosahedronGeometry": "api/geometries/IcosahedronGeometry",
  137. "LatheBufferGeometry": "api/geometries/LatheBufferGeometry",
  138. "LatheGeometry": "api/geometries/LatheGeometry",
  139. "OctahedronBufferGeometry": "api/geometries/OctahedronBufferGeometry",
  140. "OctahedronGeometry": "api/geometries/OctahedronGeometry",
  141. "ParametricBufferGeometry": "api/geometries/ParametricBufferGeometry",
  142. "ParametricGeometry": "api/geometries/ParametricGeometry",
  143. "PlaneBufferGeometry": "api/geometries/PlaneBufferGeometry",
  144. "PlaneGeometry": "api/geometries/PlaneGeometry",
  145. "PolyhedronBufferGeometry": "api/geometries/PolyhedronBufferGeometry",
  146. "PolyhedronGeometry": "api/geometries/PolyhedronGeometry",
  147. "RingBufferGeometry": "api/geometries/RingBufferGeometry",
  148. "RingGeometry": "api/geometries/RingGeometry",
  149. "ShapeBufferGeometry": "api/geometries/ShapeBufferGeometry",
  150. "ShapeGeometry": "api/geometries/ShapeGeometry",
  151. "SphereBufferGeometry": "api/geometries/SphereBufferGeometry",
  152. "SphereGeometry": "api/geometries/SphereGeometry",
  153. "TetrahedronBufferGeometry": "api/geometries/TetrahedronBufferGeometry",
  154. "TetrahedronGeometry": "api/geometries/TetrahedronGeometry",
  155. "TextBufferGeometry": "api/geometries/TextBufferGeometry",
  156. "TextGeometry": "api/geometries/TextGeometry",
  157. "TorusBufferGeometry": "api/geometries/TorusBufferGeometry",
  158. "TorusGeometry": "api/geometries/TorusGeometry",
  159. "TorusKnotBufferGeometry": "api/geometries/TorusKnotBufferGeometry",
  160. "TorusKnotGeometry": "api/geometries/TorusKnotGeometry",
  161. "TubeBufferGeometry": "api/geometries/TubeBufferGeometry",
  162. "TubeGeometry": "api/geometries/TubeGeometry",
  163. "WireframeGeometry": "api/geometries/WireframeGeometry"
  164. },
  165. "Helpers": {
  166. "ArrowHelper": "api/helpers/ArrowHelper",
  167. "AxesHelper": "api/helpers/AxesHelper",
  168. "BoxHelper": "api/helpers/BoxHelper",
  169. "Box3Helper": "api/helpers/Box3Helper",
  170. "CameraHelper": "api/helpers/CameraHelper",
  171. "DirectionalLightHelper": "api/helpers/DirectionalLightHelper",
  172. "FaceNormalsHelper": "api/helpers/FaceNormalsHelper",
  173. "GridHelper": "api/helpers/GridHelper",
  174. "PolarGridHelper": "api/helpers/PolarGridHelper",
  175. "HemisphereLightHelper": "api/helpers/HemisphereLightHelper",
  176. "PlaneHelper": "api/helpers/PlaneHelper",
  177. "PointLightHelper": "api/helpers/PointLightHelper",
  178. "RectAreaLightHelper": "api/helpers/RectAreaLightHelper",
  179. "SkeletonHelper": "api/helpers/SkeletonHelper",
  180. "SpotLightHelper": "api/helpers/SpotLightHelper",
  181. "VertexNormalsHelper": "api/helpers/VertexNormalsHelper"
  182. },
  183. "Lights": {
  184. "AmbientLight": "api/lights/AmbientLight",
  185. "DirectionalLight": "api/lights/DirectionalLight",
  186. "HemisphereLight": "api/lights/HemisphereLight",
  187. "Light": "api/lights/Light",
  188. "PointLight": "api/lights/PointLight",
  189. "RectAreaLight": "api/lights/RectAreaLight",
  190. "SpotLight": "api/lights/SpotLight"
  191. },
  192. "Lights / Shadows": {
  193. "DirectionalLightShadow": "api/lights/shadows/DirectionalLightShadow",
  194. "LightShadow": "api/lights/shadows/LightShadow",
  195. "SpotLightShadow": "api/lights/shadows/SpotLightShadow"
  196. },
  197. "Loaders": {
  198. "AnimationLoader": "api/loaders/AnimationLoader",
  199. "AudioLoader": "api/loaders/AudioLoader",
  200. "BufferGeometryLoader": "api/loaders/BufferGeometryLoader",
  201. "Cache": "api/loaders/Cache",
  202. "CompressedTextureLoader": "api/loaders/CompressedTextureLoader",
  203. "CubeTextureLoader": "api/loaders/CubeTextureLoader",
  204. "DataTextureLoader": "api/loaders/DataTextureLoader",
  205. "FileLoader": "api/loaders/FileLoader",
  206. "FontLoader": "api/loaders/FontLoader",
  207. "ImageBitmapLoader": "api/loaders/ImageBitmapLoader",
  208. "ImageLoader": "api/loaders/ImageLoader",
  209. "JSONLoader": "api/loaders/JSONLoader",
  210. "Loader": "api/loaders/Loader",
  211. "LoaderUtils": "api/loaders/LoaderUtils",
  212. "MaterialLoader": "api/loaders/MaterialLoader",
  213. "ObjectLoader": "api/loaders/ObjectLoader",
  214. "TextureLoader": "api/loaders/TextureLoader"
  215. },
  216. "Loaders / Managers": {
  217. "DefaultLoadingManager": "api/loaders/managers/DefaultLoadingManager",
  218. "LoadingManager": "api/loaders/managers/LoadingManager"
  219. },
  220. "Materials": {
  221. "LineBasicMaterial": "api/materials/LineBasicMaterial",
  222. "LineDashedMaterial": "api/materials/LineDashedMaterial",
  223. "Material": "api/materials/Material",
  224. "MeshBasicMaterial": "api/materials/MeshBasicMaterial",
  225. "MeshDepthMaterial": "api/materials/MeshDepthMaterial",
  226. "MeshLambertMaterial": "api/materials/MeshLambertMaterial",
  227. "MeshNormalMaterial": "api/materials/MeshNormalMaterial",
  228. "MeshPhongMaterial": "api/materials/MeshPhongMaterial",
  229. "MeshPhysicalMaterial": "api/materials/MeshPhysicalMaterial",
  230. "MeshStandardMaterial": "api/materials/MeshStandardMaterial",
  231. "MeshToonMaterial": "api/materials/MeshToonMaterial",
  232. "PointsMaterial": "api/materials/PointsMaterial",
  233. "RawShaderMaterial": "api/materials/RawShaderMaterial",
  234. "ShaderMaterial": "api/materials/ShaderMaterial",
  235. "ShadowMaterial": "api/materials/ShadowMaterial",
  236. "SpriteMaterial": "api/materials/SpriteMaterial"
  237. },
  238. "Math": {
  239. "Box2": "api/math/Box2",
  240. "Box3": "api/math/Box3",
  241. "Color": "api/math/Color",
  242. "Cylindrical": "api/math/Cylindrical",
  243. "Euler": "api/math/Euler",
  244. "Frustum": "api/math/Frustum",
  245. "Interpolant": "api/math/Interpolant",
  246. "Line3": "api/math/Line3",
  247. "Math": "api/math/Math",
  248. "Matrix3": "api/math/Matrix3",
  249. "Matrix4": "api/math/Matrix4",
  250. "Plane": "api/math/Plane",
  251. "Quaternion": "api/math/Quaternion",
  252. "Ray": "api/math/Ray",
  253. "Sphere": "api/math/Sphere",
  254. "Spherical": "api/math/Spherical",
  255. "Triangle": "api/math/Triangle",
  256. "Vector2": "api/math/Vector2",
  257. "Vector3": "api/math/Vector3",
  258. "Vector4": "api/math/Vector4"
  259. },
  260. "Math / Interpolants": {
  261. "CubicInterpolant": "api/math/interpolants/CubicInterpolant",
  262. "DiscreteInterpolant": "api/math/interpolants/DiscreteInterpolant",
  263. "LinearInterpolant": "api/math/interpolants/LinearInterpolant",
  264. "QuaternionLinearInterpolant": "api/math/interpolants/QuaternionLinearInterpolant"
  265. },
  266. "Objects": {
  267. "Bone": "api/objects/Bone",
  268. "Group": "api/objects/Group",
  269. "Line": "api/objects/Line",
  270. "LineLoop": "api/objects/LineLoop",
  271. "LineSegments": "api/objects/LineSegments",
  272. "LOD": "api/objects/LOD",
  273. "Mesh": "api/objects/Mesh",
  274. "Points": "api/objects/Points",
  275. "Skeleton": "api/objects/Skeleton",
  276. "SkinnedMesh": "api/objects/SkinnedMesh",
  277. "Sprite": "api/objects/Sprite"
  278. },
  279. "Renderers": {
  280. "WebGLRenderer": "api/renderers/WebGLRenderer",
  281. "WebGLRenderTarget": "api/renderers/WebGLRenderTarget",
  282. "WebGLRenderTargetCube": "api/renderers/WebGLRenderTargetCube"
  283. },
  284. "Renderers / Shaders": {
  285. "ShaderChunk": "api/renderers/shaders/ShaderChunk",
  286. "ShaderLib": "api/renderers/shaders/ShaderLib",
  287. "UniformsLib": "api/renderers/shaders/UniformsLib",
  288. "UniformsUtils": "api/renderers/shaders/UniformsUtils"
  289. },
  290. "Scenes": {
  291. "Fog": "api/scenes/Fog",
  292. "FogExp2": "api/scenes/FogExp2",
  293. "Scene": "api/scenes/Scene"
  294. },
  295. "Textures": {
  296. "CanvasTexture": "api/textures/CanvasTexture",
  297. "CompressedTexture": "api/textures/CompressedTexture",
  298. "CubeTexture": "api/textures/CubeTexture",
  299. "DataTexture": "api/textures/DataTexture",
  300. "DepthTexture": "api/textures/DepthTexture",
  301. "Texture": "api/textures/Texture",
  302. "VideoTexture": "api/textures/VideoTexture"
  303. }
  304. },
  305. "Examples": {
  306. "Animations": {
  307. "CCDIKSolver": "examples/animations/CCDIKSolver",
  308. "MMDAnimationHelper": "examples/animations/MMDAnimationHelper",
  309. "MMDPhysics": "examples/animations/MMDPhysics"
  310. },
  311. "Controls": {
  312. "OrbitControls": "examples/controls/OrbitControls"
  313. },
  314. "Geometries": {
  315. "ConvexBufferGeometry": "examples/geometries/ConvexBufferGeometry",
  316. "ConvexGeometry": "examples/geometries/ConvexGeometry",
  317. "DecalGeometry": "examples/geometries/DecalGeometry"
  318. },
  319. "Loaders": {
  320. "BabylonLoader": "examples/loaders/BabylonLoader",
  321. "GLTFLoader": "examples/loaders/GLTFLoader",
  322. "MMDLoader": "examples/loaders/MMDLoader",
  323. "MTLLoader": "examples/loaders/MTLLoader",
  324. "OBJLoader": "examples/loaders/OBJLoader",
  325. "OBJLoader2": "examples/loaders/OBJLoader2",
  326. "LoaderSupport": "examples/loaders/LoaderSupport",
  327. "PCDLoader": "examples/loaders/PCDLoader",
  328. "PDBLoader": "examples/loaders/PDBLoader",
  329. "SVGLoader": "examples/loaders/SVGLoader",
  330. "TGALoader": "examples/loaders/TGALoader",
  331. "PRWMLoader": "examples/loaders/PRWMLoader"
  332. },
  333. "Objects": {
  334. "Lensflare": "examples/objects/Lensflare",
  335. },
  336. "Exporters": {
  337. "GLTFExporter": "examples/exporters/GLTFExporter",
  338. "PLYExporter": "examples/exporters/PLYExporter"
  339. },
  340. "Plugins": {
  341. "LookupTable": "examples/Lut",
  342. "SpriteCanvasMaterial": "examples/SpriteCanvasMaterial"
  343. },
  344. "QuickHull": {
  345. "Face": "examples/quickhull/Face",
  346. "HalfEdge": "examples/quickhull/HalfEdge",
  347. "QuickHull": "examples/quickhull/QuickHull",
  348. "VertexNode": "examples/quickhull/VertexNode",
  349. "VertexList": "examples/quickhull/VertexList"
  350. },
  351. "Renderers": {
  352. "CanvasRenderer": "examples/renderers/CanvasRenderer",
  353. "CSS2DRenderer": "examples/renderers/CSS2DRenderer",
  354. "CSS3DRenderer": "examples/renderers/CSS3DRenderer",
  355. "SVGRenderer": "examples/renderers/SVGRenderer"
  356. },
  357. "Utils": {
  358. "BufferGeometryUtils": "examples/BufferGeometryUtils",
  359. "SceneUtils": "examples/utils/SceneUtils"
  360. }
  361. },
  362. "Developer Reference": {
  363. "Polyfills": {
  364. "Polyfills": "api/Polyfills"
  365. },
  366. "WebGLRenderer": {
  367. "WebGLProgram": "api/renderers/webgl/WebGLProgram",
  368. "WebGLShader": "api/renderers/webgl/WebGLShader",
  369. "WebGLState": "api/renderers/webgl/WebGLState"
  370. }
  371. }
  372. };