list.js 34 KB

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