list.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. var list = {
  2. "en": {
  3. "Manual": {
  4. "Getting Started": {
  5. "Creating a scene": "manual/en/introduction/Creating-a-scene",
  6. "Import via modules": "manual/en/introduction/Import-via-modules",
  7. "Browser support": "manual/en/introduction/Browser-support",
  8. "WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
  9. "How to run things locally": "manual/en/introduction/How-to-run-things-locally",
  10. "How to use WebGL 2": "manual/en/introduction/How-to-use-WebGL2",
  11. "Drawing lines": "manual/en/introduction/Drawing-lines",
  12. "Creating text": "manual/en/introduction/Creating-text",
  13. "Loading 3D models": "manual/en/introduction/Loading-3D-models",
  14. "Migration guide": "manual/en/introduction/Migration-guide",
  15. "Code style guide": "manual/en/introduction/Code-style-guide",
  16. "FAQ": "manual/en/introduction/FAQ",
  17. "Useful links": "manual/en/introduction/Useful-links"
  18. },
  19. "Next Steps": {
  20. "How to update things": "manual/en/introduction/How-to-update-things",
  21. "How to dispose of objects": "manual/en/introduction/How-to-dispose-of-objects",
  22. "How to create VR content": "manual/en/introduction/How-to-create-VR-content",
  23. "How to use post-processing": "manual/en/introduction/How-to-use-post-processing",
  24. "Matrix transformations": "manual/en/introduction/Matrix-transformations",
  25. "Animation system": "manual/en/introduction/Animation-system"
  26. },
  27. "Build Tools": {
  28. "Testing with NPM": "manual/en/buildTools/Testing-with-NPM"
  29. }
  30. },
  31. "Reference": {
  32. "Animation": {
  33. "AnimationAction": "api/en/animation/AnimationAction",
  34. "AnimationClip": "api/en/animation/AnimationClip",
  35. "AnimationMixer": "api/en/animation/AnimationMixer",
  36. "AnimationObjectGroup": "api/en/animation/AnimationObjectGroup",
  37. "AnimationUtils": "api/en/animation/AnimationUtils",
  38. "KeyframeTrack": "api/en/animation/KeyframeTrack",
  39. "PropertyBinding": "api/en/animation/PropertyBinding",
  40. "PropertyMixer": "api/en/animation/PropertyMixer"
  41. },
  42. "Animation / Tracks": {
  43. "BooleanKeyframeTrack": "api/en/animation/tracks/BooleanKeyframeTrack",
  44. "ColorKeyframeTrack": "api/en/animation/tracks/ColorKeyframeTrack",
  45. "NumberKeyframeTrack": "api/en/animation/tracks/NumberKeyframeTrack",
  46. "QuaternionKeyframeTrack": "api/en/animation/tracks/QuaternionKeyframeTrack",
  47. "StringKeyframeTrack": "api/en/animation/tracks/StringKeyframeTrack",
  48. "VectorKeyframeTrack": "api/en/animation/tracks/VectorKeyframeTrack"
  49. },
  50. "Audio": {
  51. "Audio": "api/en/audio/Audio",
  52. "AudioAnalyser": "api/en/audio/AudioAnalyser",
  53. "AudioContext": "api/en/audio/AudioContext",
  54. "AudioListener": "api/en/audio/AudioListener",
  55. "PositionalAudio": "api/en/audio/PositionalAudio"
  56. },
  57. "Cameras": {
  58. "ArrayCamera": "api/en/cameras/ArrayCamera",
  59. "Camera": "api/en/cameras/Camera",
  60. "CubeCamera": "api/en/cameras/CubeCamera",
  61. "OrthographicCamera": "api/en/cameras/OrthographicCamera",
  62. "PerspectiveCamera": "api/en/cameras/PerspectiveCamera",
  63. "StereoCamera": "api/en/cameras/StereoCamera"
  64. },
  65. "Constants": {
  66. "Animation": "api/en/constants/Animation",
  67. "Core": "api/en/constants/Core",
  68. "CustomBlendingEquation": "api/en/constants/CustomBlendingEquations",
  69. "DrawModes": "api/en/constants/DrawModes",
  70. "Materials": "api/en/constants/Materials",
  71. "Renderer": "api/en/constants/Renderer",
  72. "Textures": "api/en/constants/Textures"
  73. },
  74. "Core": {
  75. "BufferAttribute": "api/en/core/BufferAttribute",
  76. "BufferGeometry": "api/en/core/BufferGeometry",
  77. "Clock": "api/en/core/Clock",
  78. "DirectGeometry": "api/en/core/DirectGeometry",
  79. "EventDispatcher": "api/en/core/EventDispatcher",
  80. "Face3": "api/en/core/Face3",
  81. "Geometry": "api/en/core/Geometry",
  82. "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
  83. "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
  84. "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
  85. "InterleavedBuffer": "api/en/core/InterleavedBuffer",
  86. "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
  87. "Layers": "api/en/core/Layers",
  88. "Object3D": "api/en/core/Object3D",
  89. "Raycaster": "api/en/core/Raycaster",
  90. "Uniform": "api/en/core/Uniform"
  91. },
  92. "Core / BufferAttributes": {
  93. "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
  94. },
  95. "Deprecated": {
  96. "DeprecatedList": "api/en/deprecated/DeprecatedList"
  97. },
  98. "Extras": {
  99. "Earcut": "api/en/extras/Earcut",
  100. "ShapeUtils": "api/en/extras/ShapeUtils"
  101. },
  102. "Extras / Core": {
  103. "Curve": "api/en/extras/core/Curve",
  104. "CurvePath": "api/en/extras/core/CurvePath",
  105. "Font": "api/en/extras/core/Font",
  106. "Interpolations": "api/en/extras/core/Interpolations",
  107. "Path": "api/en/extras/core/Path",
  108. "Shape": "api/en/extras/core/Shape",
  109. "ShapePath": "api/en/extras/core/ShapePath"
  110. },
  111. "Extras / Curves": {
  112. "ArcCurve": "api/en/extras/curves/ArcCurve",
  113. "CatmullRomCurve3": "api/en/extras/curves/CatmullRomCurve3",
  114. "CubicBezierCurve": "api/en/extras/curves/CubicBezierCurve",
  115. "CubicBezierCurve3": "api/en/extras/curves/CubicBezierCurve3",
  116. "EllipseCurve": "api/en/extras/curves/EllipseCurve",
  117. "LineCurve": "api/en/extras/curves/LineCurve",
  118. "LineCurve3": "api/en/extras/curves/LineCurve3",
  119. "QuadraticBezierCurve": "api/en/extras/curves/QuadraticBezierCurve",
  120. "QuadraticBezierCurve3": "api/en/extras/curves/QuadraticBezierCurve3",
  121. "SplineCurve": "api/en/extras/curves/SplineCurve"
  122. },
  123. "Extras / Objects": {
  124. "ImmediateRenderObject": "api/en/extras/objects/ImmediateRenderObject",
  125. },
  126. "Geometries": {
  127. "BoxBufferGeometry": "api/en/geometries/BoxBufferGeometry",
  128. "BoxGeometry": "api/en/geometries/BoxGeometry",
  129. "CircleBufferGeometry": "api/en/geometries/CircleBufferGeometry",
  130. "CircleGeometry": "api/en/geometries/CircleGeometry",
  131. "ConeBufferGeometry": "api/en/geometries/ConeBufferGeometry",
  132. "ConeGeometry": "api/en/geometries/ConeGeometry",
  133. "CylinderBufferGeometry": "api/en/geometries/CylinderBufferGeometry",
  134. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  135. "DodecahedronBufferGeometry": "api/en/geometries/DodecahedronBufferGeometry",
  136. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  137. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  138. "ExtrudeBufferGeometry": "api/en/geometries/ExtrudeBufferGeometry",
  139. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  140. "IcosahedronBufferGeometry": "api/en/geometries/IcosahedronBufferGeometry",
  141. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  142. "LatheBufferGeometry": "api/en/geometries/LatheBufferGeometry",
  143. "LatheGeometry": "api/en/geometries/LatheGeometry",
  144. "OctahedronBufferGeometry": "api/en/geometries/OctahedronBufferGeometry",
  145. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  146. "ParametricBufferGeometry": "api/en/geometries/ParametricBufferGeometry",
  147. "ParametricGeometry": "api/en/geometries/ParametricGeometry",
  148. "PlaneBufferGeometry": "api/en/geometries/PlaneBufferGeometry",
  149. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  150. "PolyhedronBufferGeometry": "api/en/geometries/PolyhedronBufferGeometry",
  151. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  152. "RingBufferGeometry": "api/en/geometries/RingBufferGeometry",
  153. "RingGeometry": "api/en/geometries/RingGeometry",
  154. "ShapeBufferGeometry": "api/en/geometries/ShapeBufferGeometry",
  155. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  156. "SphereBufferGeometry": "api/en/geometries/SphereBufferGeometry",
  157. "SphereGeometry": "api/en/geometries/SphereGeometry",
  158. "TetrahedronBufferGeometry": "api/en/geometries/TetrahedronBufferGeometry",
  159. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  160. "TextBufferGeometry": "api/en/geometries/TextBufferGeometry",
  161. "TextGeometry": "api/en/geometries/TextGeometry",
  162. "TorusBufferGeometry": "api/en/geometries/TorusBufferGeometry",
  163. "TorusGeometry": "api/en/geometries/TorusGeometry",
  164. "TorusKnotBufferGeometry": "api/en/geometries/TorusKnotBufferGeometry",
  165. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  166. "TubeBufferGeometry": "api/en/geometries/TubeBufferGeometry",
  167. "TubeGeometry": "api/en/geometries/TubeGeometry",
  168. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  169. },
  170. "Helpers": {
  171. "ArrowHelper": "api/en/helpers/ArrowHelper",
  172. "AxesHelper": "api/en/helpers/AxesHelper",
  173. "BoxHelper": "api/en/helpers/BoxHelper",
  174. "Box3Helper": "api/en/helpers/Box3Helper",
  175. "CameraHelper": "api/en/helpers/CameraHelper",
  176. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  177. "FaceNormalsHelper": "api/en/helpers/FaceNormalsHelper",
  178. "GridHelper": "api/en/helpers/GridHelper",
  179. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  180. "PositionalAudioHelper": "api/en/helpers/PositionalAudioHelper",
  181. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  182. "PlaneHelper": "api/en/helpers/PlaneHelper",
  183. "PointLightHelper": "api/en/helpers/PointLightHelper",
  184. "RectAreaLightHelper": "api/en/helpers/RectAreaLightHelper",
  185. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  186. "SpotLightHelper": "api/en/helpers/SpotLightHelper",
  187. "VertexNormalsHelper": "api/en/helpers/VertexNormalsHelper"
  188. },
  189. "Lights": {
  190. "AmbientLight": "api/en/lights/AmbientLight",
  191. "DirectionalLight": "api/en/lights/DirectionalLight",
  192. "HemisphereLight": "api/en/lights/HemisphereLight",
  193. "Light": "api/en/lights/Light",
  194. "PointLight": "api/en/lights/PointLight",
  195. "RectAreaLight": "api/en/lights/RectAreaLight",
  196. "SpotLight": "api/en/lights/SpotLight"
  197. },
  198. "Lights / Shadows": {
  199. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  200. "LightShadow": "api/en/lights/shadows/LightShadow",
  201. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  202. },
  203. "Loaders": {
  204. "AnimationLoader": "api/en/loaders/AnimationLoader",
  205. "AudioLoader": "api/en/loaders/AudioLoader",
  206. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  207. "Cache": "api/en/loaders/Cache",
  208. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  209. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  210. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  211. "FileLoader": "api/en/loaders/FileLoader",
  212. "FontLoader": "api/en/loaders/FontLoader",
  213. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  214. "ImageLoader": "api/en/loaders/ImageLoader",
  215. "Loader": "api/en/loaders/Loader",
  216. "LoaderUtils": "api/en/loaders/LoaderUtils",
  217. "MaterialLoader": "api/en/loaders/MaterialLoader",
  218. "ObjectLoader": "api/en/loaders/ObjectLoader",
  219. "TextureLoader": "api/en/loaders/TextureLoader"
  220. },
  221. "Loaders / Managers": {
  222. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  223. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  224. },
  225. "Materials": {
  226. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  227. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  228. "Material": "api/en/materials/Material",
  229. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  230. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  231. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  232. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  233. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  234. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  235. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  236. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  237. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  238. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  239. "PointsMaterial": "api/en/materials/PointsMaterial",
  240. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  241. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  242. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  243. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  244. },
  245. "Math": {
  246. "Box2": "api/en/math/Box2",
  247. "Box3": "api/en/math/Box3",
  248. "Color": "api/en/math/Color",
  249. "Cylindrical": "api/en/math/Cylindrical",
  250. "Euler": "api/en/math/Euler",
  251. "Frustum": "api/en/math/Frustum",
  252. "Interpolant": "api/en/math/Interpolant",
  253. "Line3": "api/en/math/Line3",
  254. "Math": "api/en/math/Math",
  255. "Matrix3": "api/en/math/Matrix3",
  256. "Matrix4": "api/en/math/Matrix4",
  257. "Plane": "api/en/math/Plane",
  258. "Quaternion": "api/en/math/Quaternion",
  259. "Ray": "api/en/math/Ray",
  260. "Sphere": "api/en/math/Sphere",
  261. "Spherical": "api/en/math/Spherical",
  262. "Triangle": "api/en/math/Triangle",
  263. "Vector2": "api/en/math/Vector2",
  264. "Vector3": "api/en/math/Vector3",
  265. "Vector4": "api/en/math/Vector4"
  266. },
  267. "Math / Interpolants": {
  268. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  269. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  270. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  271. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  272. },
  273. "Objects": {
  274. "Bone": "api/en/objects/Bone",
  275. "Group": "api/en/objects/Group",
  276. "Line": "api/en/objects/Line",
  277. "LineLoop": "api/en/objects/LineLoop",
  278. "LineSegments": "api/en/objects/LineSegments",
  279. "LOD": "api/en/objects/LOD",
  280. "Mesh": "api/en/objects/Mesh",
  281. "Points": "api/en/objects/Points",
  282. "Skeleton": "api/en/objects/Skeleton",
  283. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  284. "Sprite": "api/en/objects/Sprite"
  285. },
  286. "Renderers": {
  287. "WebGLMultisampleRenderTarget": "api/en/renderers/WebGLMultisampleRenderTarget",
  288. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  289. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  290. "WebGLRenderTargetCube": "api/en/renderers/WebGLRenderTargetCube"
  291. },
  292. "Renderers / Shaders": {
  293. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  294. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  295. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  296. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  297. },
  298. "Scenes": {
  299. "Fog": "api/en/scenes/Fog",
  300. "FogExp2": "api/en/scenes/FogExp2",
  301. "Scene": "api/en/scenes/Scene"
  302. },
  303. "Textures": {
  304. "CanvasTexture": "api/en/textures/CanvasTexture",
  305. "CompressedTexture": "api/en/textures/CompressedTexture",
  306. "CubeTexture": "api/en/textures/CubeTexture",
  307. "DataTexture": "api/en/textures/DataTexture",
  308. "DataTexture3D": "api/en/textures/DataTexture3D",
  309. "DepthTexture": "api/en/textures/DepthTexture",
  310. "Texture": "api/en/textures/Texture",
  311. "VideoTexture": "api/en/textures/VideoTexture"
  312. }
  313. },
  314. "Examples": {
  315. "Animations": {
  316. "CCDIKSolver": "examples/en/animations/CCDIKSolver",
  317. "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
  318. "MMDPhysics": "examples/en/animations/MMDPhysics"
  319. },
  320. "Controls": {
  321. "OrbitControls": "examples/en/controls/OrbitControls"
  322. },
  323. "Geometries": {
  324. "ConvexBufferGeometry": "examples/en/geometries/ConvexBufferGeometry",
  325. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  326. "DecalGeometry": "examples/en/geometries/DecalGeometry"
  327. },
  328. "Loaders": {
  329. "BabylonLoader": "examples/en/loaders/BabylonLoader",
  330. "BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
  331. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  332. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  333. "MMDLoader": "examples/en/loaders/MMDLoader",
  334. "MTLLoader": "examples/en/loaders/MTLLoader",
  335. "OBJLoader": "examples/en/loaders/OBJLoader",
  336. "OBJLoader2": "examples/en/loaders/OBJLoader2",
  337. "LoaderSupport": "examples/en/loaders/LoaderSupport",
  338. "PCDLoader": "examples/en/loaders/PCDLoader",
  339. "PDBLoader": "examples/en/loaders/PDBLoader",
  340. "SVGLoader": "examples/en/loaders/SVGLoader",
  341. "TGALoader": "examples/en/loaders/TGALoader",
  342. "PRWMLoader": "examples/en/loaders/PRWMLoader"
  343. },
  344. "Objects": {
  345. "Lensflare": "examples/en/objects/Lensflare",
  346. },
  347. "Post-Processing": {
  348. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  349. },
  350. "Exporters": {
  351. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  352. "PLYExporter": "examples/en/exporters/PLYExporter",
  353. "ColladaExporter": "examples/en/exporters/ColladaExporter"
  354. },
  355. "Plugins": {
  356. "LookupTable": "examples/en/Lut",
  357. },
  358. "ConvexHull": {
  359. "Face": "examples/en/math/convexhull/Face",
  360. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  361. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  362. "VertexNode": "examples/en/math/convexhull/VertexNode",
  363. "VertexList": "examples/en/math/convexhull/VertexList"
  364. },
  365. "Renderers": {
  366. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  367. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  368. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  369. },
  370. "Utils": {
  371. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  372. "SceneUtils": "examples/en/utils/SceneUtils",
  373. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  374. }
  375. },
  376. "Developer Reference": {
  377. "Polyfills": {
  378. "Polyfills": "api/en/Polyfills"
  379. },
  380. "WebGLRenderer": {
  381. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
  382. "WebGLShader": "api/en/renderers/webgl/WebGLShader",
  383. "WebGLState": "api/en/renderers/webgl/WebGLState"
  384. }
  385. }
  386. },
  387. "zh": {
  388. "手册": {
  389. "起步": {
  390. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  391. "通过模块来引入": "manual/zh/introduction/Import-via-modules",
  392. "浏览器支持": "manual/zh/introduction/Browser-support",
  393. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  394. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  395. "如何使用WebGL 2": "manual/zh/introduction/How-to-use-WebGL2",
  396. "画线": "manual/zh/introduction/Drawing-lines",
  397. "创建文字": "manual/zh/introduction/Creating-text",
  398. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  399. "迁移指南": "manual/zh/introduction/Migration-guide",
  400. "代码风格指南": "manual/zh/introduction/Code-style-guide",
  401. "常见问题": "manual/zh/introduction/FAQ",
  402. "一些有用的链接": "manual/zh/introduction/Useful-links"
  403. },
  404. "进阶": {
  405. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  406. "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
  407. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  408. "How to use post-processing": "manual/zh/introduction/How-to-use-post-processing",
  409. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  410. "动画系统": "manual/zh/introduction/Animation-system"
  411. },
  412. "构建工具": {
  413. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  414. }
  415. },
  416. "参考": {
  417. "动画": {
  418. "AnimationAction": "api/zh/animation/AnimationAction",
  419. "AnimationClip": "api/zh/animation/AnimationClip",
  420. "AnimationMixer": "api/zh/animation/AnimationMixer",
  421. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  422. "AnimationUtils": "api/zh/animation/AnimationUtils",
  423. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  424. "PropertyBinding": "api/zh/animation/PropertyBinding",
  425. "PropertyMixer": "api/zh/animation/PropertyMixer"
  426. },
  427. "动画 / 轨道": {
  428. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  429. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  430. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  431. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  432. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  433. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  434. },
  435. "音频": {
  436. "Audio": "api/zh/audio/Audio",
  437. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  438. "AudioContext": "api/zh/audio/AudioContext",
  439. "AudioListener": "api/zh/audio/AudioListener",
  440. "PositionalAudio": "api/zh/audio/PositionalAudio"
  441. },
  442. "摄像机": {
  443. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  444. "Camera": "api/zh/cameras/Camera",
  445. "CubeCamera": "api/zh/cameras/CubeCamera",
  446. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  447. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  448. "StereoCamera": "api/zh/cameras/StereoCamera"
  449. },
  450. "常量": {
  451. "Animation": "api/zh/constants/Animation",
  452. "Core": "api/zh/constants/Core",
  453. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  454. "DrawModes": "api/zh/constants/DrawModes",
  455. "Materials": "api/zh/constants/Materials",
  456. "Renderer": "api/zh/constants/Renderer",
  457. "Textures": "api/zh/constants/Textures"
  458. },
  459. "核心": {
  460. "BufferAttribute": "api/zh/core/BufferAttribute",
  461. "BufferGeometry": "api/zh/core/BufferGeometry",
  462. "Clock": "api/zh/core/Clock",
  463. "DirectGeometry": "api/zh/core/DirectGeometry",
  464. "EventDispatcher": "api/zh/core/EventDispatcher",
  465. "Face3": "api/zh/core/Face3",
  466. "Geometry": "api/zh/core/Geometry",
  467. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  468. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  469. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  470. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  471. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  472. "Layers": "api/zh/core/Layers",
  473. "Object3D": "api/zh/core/Object3D",
  474. "Raycaster": "api/zh/core/Raycaster",
  475. "Uniform": "api/zh/core/Uniform"
  476. },
  477. "核心 / BufferAttributes": {
  478. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  479. },
  480. "弃用列表": {
  481. "DeprecatedList": "api/zh/deprecated/DeprecatedList"
  482. },
  483. "附件": {
  484. "Earcut": "api/zh/extras/Earcut",
  485. "ShapeUtils": "api/zh/extras/ShapeUtils"
  486. },
  487. "附件 / 核心": {
  488. "Curve": "api/zh/extras/core/Curve",
  489. "CurvePath": "api/zh/extras/core/CurvePath",
  490. "Font": "api/zh/extras/core/Font",
  491. "Interpolations": "api/zh/extras/core/Interpolations",
  492. "Path": "api/zh/extras/core/Path",
  493. "Shape": "api/zh/extras/core/Shape",
  494. "ShapePath": "api/zh/extras/core/ShapePath"
  495. },
  496. "附件 / 曲线": {
  497. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  498. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  499. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  500. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  501. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  502. "LineCurve": "api/zh/extras/curves/LineCurve",
  503. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  504. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  505. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  506. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  507. },
  508. "附件 / 物体": {
  509. "ImmediateRenderObject": "api/zh/extras/objects/ImmediateRenderObject",
  510. },
  511. "几何体": {
  512. "BoxBufferGeometry": "api/zh/geometries/BoxBufferGeometry",
  513. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  514. "CircleBufferGeometry": "api/zh/geometries/CircleBufferGeometry",
  515. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  516. "ConeBufferGeometry": "api/zh/geometries/ConeBufferGeometry",
  517. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  518. "CylinderBufferGeometry": "api/zh/geometries/CylinderBufferGeometry",
  519. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  520. "DodecahedronBufferGeometry": "api/zh/geometries/DodecahedronBufferGeometry",
  521. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  522. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  523. "ExtrudeBufferGeometry": "api/zh/geometries/ExtrudeBufferGeometry",
  524. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  525. "IcosahedronBufferGeometry": "api/zh/geometries/IcosahedronBufferGeometry",
  526. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  527. "LatheBufferGeometry": "api/zh/geometries/LatheBufferGeometry",
  528. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  529. "OctahedronBufferGeometry": "api/zh/geometries/OctahedronBufferGeometry",
  530. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  531. "ParametricBufferGeometry": "api/zh/geometries/ParametricBufferGeometry",
  532. "ParametricGeometry": "api/zh/geometries/ParametricGeometry",
  533. "PlaneBufferGeometry": "api/zh/geometries/PlaneBufferGeometry",
  534. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  535. "PolyhedronBufferGeometry": "api/zh/geometries/PolyhedronBufferGeometry",
  536. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  537. "RingBufferGeometry": "api/zh/geometries/RingBufferGeometry",
  538. "RingGeometry": "api/zh/geometries/RingGeometry",
  539. "ShapeBufferGeometry": "api/zh/geometries/ShapeBufferGeometry",
  540. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  541. "SphereBufferGeometry": "api/zh/geometries/SphereBufferGeometry",
  542. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  543. "TetrahedronBufferGeometry": "api/zh/geometries/TetrahedronBufferGeometry",
  544. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  545. "TextBufferGeometry": "api/zh/geometries/TextBufferGeometry",
  546. "TextGeometry": "api/zh/geometries/TextGeometry",
  547. "TorusBufferGeometry": "api/zh/geometries/TorusBufferGeometry",
  548. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  549. "TorusKnotBufferGeometry": "api/zh/geometries/TorusKnotBufferGeometry",
  550. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  551. "TubeBufferGeometry": "api/zh/geometries/TubeBufferGeometry",
  552. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  553. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  554. },
  555. "辅助对象": {
  556. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  557. "AxesHelper": "api/zh/helpers/AxesHelper",
  558. "BoxHelper": "api/zh/helpers/BoxHelper",
  559. "Box3Helper": "api/zh/helpers/Box3Helper",
  560. "CameraHelper": "api/zh/helpers/CameraHelper",
  561. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  562. "FaceNormalsHelper": "api/zh/helpers/FaceNormalsHelper",
  563. "GridHelper": "api/zh/helpers/GridHelper",
  564. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  565. "PositionalAudioHelper": "api/zh/helpers/PositionalAudioHelper",
  566. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  567. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  568. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  569. "RectAreaLightHelper": "api/zh/helpers/RectAreaLightHelper",
  570. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  571. "SpotLightHelper": "api/zh/helpers/SpotLightHelper",
  572. "VertexNormalsHelper": "api/zh/helpers/VertexNormalsHelper"
  573. },
  574. "灯光": {
  575. "AmbientLight": "api/zh/lights/AmbientLight",
  576. "DirectionalLight": "api/zh/lights/DirectionalLight",
  577. "HemisphereLight": "api/zh/lights/HemisphereLight",
  578. "Light": "api/zh/lights/Light",
  579. "PointLight": "api/zh/lights/PointLight",
  580. "RectAreaLight": "api/zh/lights/RectAreaLight",
  581. "SpotLight": "api/zh/lights/SpotLight"
  582. },
  583. "灯光 / 阴影": {
  584. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  585. "LightShadow": "api/zh/lights/shadows/LightShadow",
  586. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  587. },
  588. "加载器": {
  589. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  590. "AudioLoader": "api/zh/loaders/AudioLoader",
  591. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  592. "Cache": "api/zh/loaders/Cache",
  593. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  594. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  595. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  596. "FileLoader": "api/zh/loaders/FileLoader",
  597. "FontLoader": "api/zh/loaders/FontLoader",
  598. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  599. "ImageLoader": "api/zh/loaders/ImageLoader",
  600. "Loader": "api/zh/loaders/Loader",
  601. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  602. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  603. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  604. "TextureLoader": "api/zh/loaders/TextureLoader"
  605. },
  606. "加载器 / 管理器": {
  607. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  608. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  609. },
  610. "材质": {
  611. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  612. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  613. "Material": "api/zh/materials/Material",
  614. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  615. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  616. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  617. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  618. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  619. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  620. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  621. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  622. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  623. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  624. "PointsMaterial": "api/zh/materials/PointsMaterial",
  625. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  626. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  627. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  628. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  629. },
  630. "数学库": {
  631. "Box2": "api/zh/math/Box2",
  632. "Box3": "api/zh/math/Box3",
  633. "Color": "api/zh/math/Color",
  634. "Cylindrical": "api/zh/math/Cylindrical",
  635. "Euler": "api/zh/math/Euler",
  636. "Frustum": "api/zh/math/Frustum",
  637. "Interpolant": "api/zh/math/Interpolant",
  638. "Line3": "api/zh/math/Line3",
  639. "Math": "api/zh/math/Math",
  640. "Matrix3": "api/zh/math/Matrix3",
  641. "Matrix4": "api/zh/math/Matrix4",
  642. "Plane": "api/zh/math/Plane",
  643. "Quaternion": "api/zh/math/Quaternion",
  644. "Ray": "api/zh/math/Ray",
  645. "Sphere": "api/zh/math/Sphere",
  646. "Spherical": "api/zh/math/Spherical",
  647. "Triangle": "api/zh/math/Triangle",
  648. "Vector2": "api/zh/math/Vector2",
  649. "Vector3": "api/zh/math/Vector3",
  650. "Vector4": "api/zh/math/Vector4"
  651. },
  652. "数学库 / 插值": {
  653. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  654. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  655. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  656. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  657. },
  658. "物体": {
  659. "Bone": "api/zh/objects/Bone",
  660. "Group": "api/zh/objects/Group",
  661. "Line": "api/zh/objects/Line",
  662. "LineLoop": "api/zh/objects/LineLoop",
  663. "LineSegments": "api/zh/objects/LineSegments",
  664. "LOD": "api/zh/objects/LOD",
  665. "Mesh": "api/zh/objects/Mesh",
  666. "Points": "api/zh/objects/Points",
  667. "Skeleton": "api/zh/objects/Skeleton",
  668. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  669. "Sprite": "api/zh/objects/Sprite"
  670. },
  671. "渲染器": {
  672. "WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
  673. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  674. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  675. "WebGLRenderTargetCube": "api/zh/renderers/WebGLRenderTargetCube"
  676. },
  677. "渲染器 / 着色器": {
  678. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  679. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  680. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  681. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  682. },
  683. "场景": {
  684. "Fog": "api/zh/scenes/Fog",
  685. "FogExp2": "api/zh/scenes/FogExp2",
  686. "Scene": "api/zh/scenes/Scene"
  687. },
  688. "纹理贴图": {
  689. "CanvasTexture": "api/zh/textures/CanvasTexture",
  690. "CompressedTexture": "api/zh/textures/CompressedTexture",
  691. "CubeTexture": "api/zh/textures/CubeTexture",
  692. "DataTexture": "api/zh/textures/DataTexture",
  693. "DataTexture3D": "api/zh/textures/DataTexture3D",
  694. "DepthTexture": "api/zh/textures/DepthTexture",
  695. "Texture": "api/zh/textures/Texture",
  696. "VideoTexture": "api/zh/textures/VideoTexture"
  697. }
  698. },
  699. "示例": {
  700. "动画": {
  701. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  702. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  703. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  704. },
  705. "控制": {
  706. "OrbitControls": "examples/zh/controls/OrbitControls"
  707. },
  708. "几何体": {
  709. "ConvexBufferGeometry": "examples/zh/geometries/ConvexBufferGeometry",
  710. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  711. "DecalGeometry": "examples/zh/geometries/DecalGeometry"
  712. },
  713. "加载器": {
  714. "BabylonLoader": "examples/zh/loaders/BabylonLoader",
  715. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  716. "MMDLoader": "examples/zh/loaders/MMDLoader",
  717. "MTLLoader": "examples/zh/loaders/MTLLoader",
  718. "OBJLoader": "examples/zh/loaders/OBJLoader",
  719. "OBJLoader2": "examples/zh/loaders/OBJLoader2",
  720. "LoaderSupport": "examples/zh/loaders/LoaderSupport",
  721. "PCDLoader": "examples/zh/loaders/PCDLoader",
  722. "PDBLoader": "examples/zh/loaders/PDBLoader",
  723. "SVGLoader": "examples/zh/loaders/SVGLoader",
  724. "TGALoader": "examples/zh/loaders/TGALoader",
  725. "PRWMLoader": "examples/zh/loaders/PRWMLoader"
  726. },
  727. "物体": {
  728. "Lensflare": "examples/zh/objects/Lensflare",
  729. },
  730. "Post-Processing": {
  731. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  732. },
  733. "导出器": {
  734. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  735. "PLYExporter": "examples/zh/exporters/PLYExporter"
  736. },
  737. "插件": {
  738. "LookupTable": "examples/zh/Lut",
  739. },
  740. "QuickHull": {
  741. "Face": "examples/zh/quickhull/Face",
  742. "HalfEdge": "examples/zh/quickhull/HalfEdge",
  743. "QuickHull": "examples/zh/quickhull/QuickHull",
  744. "VertexNode": "examples/zh/quickhull/VertexNode",
  745. "VertexList": "examples/zh/quickhull/VertexList"
  746. },
  747. "渲染器": {
  748. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  749. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  750. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  751. },
  752. "实用工具": {
  753. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  754. "SceneUtils": "examples/zh/utils/SceneUtils"
  755. }
  756. },
  757. "开发者参考": {
  758. "差异化支持": {
  759. "Polyfills": "api/zh/Polyfills"
  760. },
  761. "WebGL渲染器": {
  762. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
  763. "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
  764. "WebGLState": "api/zh/renderers/webgl/WebGLState"
  765. }
  766. }
  767. }
  768. };