list.js 33 KB

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