list.js 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  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 create VR content": "manual/en/introduction/How-to-create-VR-content",
  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. "GLBufferAttribute": "api/{lan}/core/GLBufferAttribute",
  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. "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. "JSONLoader": "api/en/loaders/JSONLoader",
  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. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  285. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  286. "WebGLRenderTargetCube": "api/en/renderers/WebGLRenderTargetCube"
  287. },
  288. "Renderers / Shaders": {
  289. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  290. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  291. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  292. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  293. },
  294. "Scenes": {
  295. "Fog": "api/en/scenes/Fog",
  296. "FogExp2": "api/en/scenes/FogExp2",
  297. "Scene": "api/en/scenes/Scene"
  298. },
  299. "Textures": {
  300. "CanvasTexture": "api/en/textures/CanvasTexture",
  301. "CompressedTexture": "api/en/textures/CompressedTexture",
  302. "CubeTexture": "api/en/textures/CubeTexture",
  303. "DataTexture": "api/en/textures/DataTexture",
  304. "DataTexture3D": "api/en/textures/DataTexture3D",
  305. "DepthTexture": "api/en/textures/DepthTexture",
  306. "Texture": "api/en/textures/Texture",
  307. "VideoTexture": "api/en/textures/VideoTexture"
  308. }
  309. },
  310. "Examples": {
  311. "Animations": {
  312. "CCDIKSolver": "examples/animations/CCDIKSolver",
  313. "MMDAnimationHelper": "examples/animations/MMDAnimationHelper",
  314. "MMDPhysics": "examples/animations/MMDPhysics"
  315. },
  316. "Controls": {
  317. "OrbitControls": "examples/controls/OrbitControls"
  318. },
  319. "Geometries": {
  320. "ConvexBufferGeometry": "examples/geometries/ConvexBufferGeometry",
  321. "ConvexGeometry": "examples/geometries/ConvexGeometry",
  322. "DecalGeometry": "examples/geometries/DecalGeometry"
  323. },
  324. "Loaders": {
  325. "BabylonLoader": "examples/loaders/BabylonLoader",
  326. "GLTFLoader": "examples/loaders/GLTFLoader",
  327. "MMDLoader": "examples/loaders/MMDLoader",
  328. "MTLLoader": "examples/loaders/MTLLoader",
  329. "OBJLoader": "examples/loaders/OBJLoader",
  330. "OBJLoader2": "examples/loaders/OBJLoader2",
  331. "LoaderSupport": "examples/loaders/LoaderSupport",
  332. "PCDLoader": "examples/loaders/PCDLoader",
  333. "PDBLoader": "examples/loaders/PDBLoader",
  334. "SVGLoader": "examples/loaders/SVGLoader",
  335. "TGALoader": "examples/loaders/TGALoader",
  336. "PRWMLoader": "examples/loaders/PRWMLoader"
  337. },
  338. "Objects": {
  339. "Lensflare": "examples/objects/Lensflare",
  340. },
  341. "Exporters": {
  342. "GLTFExporter": "examples/exporters/GLTFExporter",
  343. "PLYExporter": "examples/exporters/PLYExporter"
  344. },
  345. "Plugins": {
  346. "LookupTable": "examples/Lut",
  347. },
  348. "QuickHull": {
  349. "Face": "examples/quickhull/Face",
  350. "HalfEdge": "examples/quickhull/HalfEdge",
  351. "QuickHull": "examples/quickhull/QuickHull",
  352. "VertexNode": "examples/quickhull/VertexNode",
  353. "VertexList": "examples/quickhull/VertexList"
  354. },
  355. "Renderers": {
  356. "CSS2DRenderer": "examples/renderers/CSS2DRenderer",
  357. "CSS3DRenderer": "examples/renderers/CSS3DRenderer",
  358. "SVGRenderer": "examples/renderers/SVGRenderer"
  359. },
  360. "Utils": {
  361. "BufferGeometryUtils": "examples/utils/BufferGeometryUtils",
  362. "SceneUtils": "examples/utils/SceneUtils"
  363. }
  364. },
  365. "Developer Reference": {
  366. "Polyfills": {
  367. "Polyfills": "api/en/Polyfills"
  368. },
  369. "WebGLRenderer": {
  370. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
  371. "WebGLShader": "api/en/renderers/webgl/WebGLShader",
  372. "WebGLState": "api/en/renderers/webgl/WebGLState"
  373. }
  374. }
  375. },
  376. "zh": {
  377. "手册": {
  378. "起步": {
  379. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  380. "通过模块来引入": "manual/zh/introduction/Import-via-modules",
  381. "浏览器支持": "manual/zh/introduction/Browser-support",
  382. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  383. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  384. "如何使用WebGL 2": "manual/zh/introduction/How-to-use-WebGL2",
  385. "画线": "manual/zh/introduction/Drawing-lines",
  386. "创建文字": "manual/zh/introduction/Creating-text",
  387. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  388. "迁移指南": "manual/zh/introduction/Migration-guide",
  389. "代码风格指南": "manual/zh/introduction/Code-style-guide",
  390. "常见问题": "manual/zh/introduction/FAQ",
  391. "一些有用的链接": "manual/zh/introduction/Useful-links"
  392. },
  393. "进阶": {
  394. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  395. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  396. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  397. "动画系统": "manual/zh/introduction/Animation-system"
  398. },
  399. "构建工具": {
  400. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  401. }
  402. },
  403. "参考": {
  404. "动画": {
  405. "AnimationAction": "api/zh/animation/AnimationAction",
  406. "AnimationClip": "api/zh/animation/AnimationClip",
  407. "AnimationMixer": "api/zh/animation/AnimationMixer",
  408. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  409. "AnimationUtils": "api/zh/animation/AnimationUtils",
  410. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  411. "PropertyBinding": "api/zh/animation/PropertyBinding",
  412. "PropertyMixer": "api/zh/animation/PropertyMixer"
  413. },
  414. "动画 / 轨道": {
  415. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  416. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  417. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  418. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  419. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  420. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  421. },
  422. "音频": {
  423. "Audio": "api/zh/audio/Audio",
  424. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  425. "AudioContext": "api/zh/audio/AudioContext",
  426. "AudioListener": "api/zh/audio/AudioListener",
  427. "PositionalAudio": "api/zh/audio/PositionalAudio"
  428. },
  429. "摄像机": {
  430. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  431. "Camera": "api/zh/cameras/Camera",
  432. "CubeCamera": "api/zh/cameras/CubeCamera",
  433. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  434. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  435. "StereoCamera": "api/zh/cameras/StereoCamera"
  436. },
  437. "常量": {
  438. "Animation": "api/zh/constants/Animation",
  439. "Core": "api/zh/constants/Core",
  440. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  441. "DrawModes": "api/zh/constants/DrawModes",
  442. "Materials": "api/zh/constants/Materials",
  443. "Renderer": "api/zh/constants/Renderer",
  444. "Textures": "api/zh/constants/Textures"
  445. },
  446. "核心": {
  447. "BufferAttribute": "api/zh/core/BufferAttribute",
  448. "BufferGeometry": "api/zh/core/BufferGeometry",
  449. "Clock": "api/zh/core/Clock",
  450. "DirectGeometry": "api/zh/core/DirectGeometry",
  451. "EventDispatcher": "api/zh/core/EventDispatcher",
  452. "Face3": "api/zh/core/Face3",
  453. "Geometry": "api/zh/core/Geometry",
  454. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  455. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  456. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  457. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  458. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  459. "Layers": "api/zh/core/Layers",
  460. "Object3D": "api/zh/core/Object3D",
  461. "Raycaster": "api/zh/core/Raycaster",
  462. "Uniform": "api/zh/core/Uniform"
  463. },
  464. "核心 / BufferAttributes": {
  465. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  466. },
  467. "弃用列表": {
  468. "DeprecatedList": "api/zh/deprecated/DeprecatedList"
  469. },
  470. "附件": {
  471. "Earcut": "api/zh/extras/Earcut",
  472. "ShapeUtils": "api/zh/extras/ShapeUtils"
  473. },
  474. "附件 / 核心": {
  475. "Curve": "api/zh/extras/core/Curve",
  476. "CurvePath": "api/zh/extras/core/CurvePath",
  477. "Font": "api/zh/extras/core/Font",
  478. "Interpolations": "api/zh/extras/core/Interpolations",
  479. "Path": "api/zh/extras/core/Path",
  480. "Shape": "api/zh/extras/core/Shape",
  481. "ShapePath": "api/zh/extras/core/ShapePath"
  482. },
  483. "附件 / 曲线": {
  484. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  485. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  486. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  487. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  488. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  489. "LineCurve": "api/zh/extras/curves/LineCurve",
  490. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  491. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  492. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  493. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  494. },
  495. "附件 / 物体": {
  496. "ImmediateRenderObject": "api/zh/extras/objects/ImmediateRenderObject",
  497. },
  498. "几何体": {
  499. "BoxBufferGeometry": "api/zh/geometries/BoxBufferGeometry",
  500. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  501. "CircleBufferGeometry": "api/zh/geometries/CircleBufferGeometry",
  502. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  503. "ConeBufferGeometry": "api/zh/geometries/ConeBufferGeometry",
  504. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  505. "CylinderBufferGeometry": "api/zh/geometries/CylinderBufferGeometry",
  506. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  507. "DodecahedronBufferGeometry": "api/zh/geometries/DodecahedronBufferGeometry",
  508. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  509. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  510. "ExtrudeBufferGeometry": "api/zh/geometries/ExtrudeBufferGeometry",
  511. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  512. "IcosahedronBufferGeometry": "api/zh/geometries/IcosahedronBufferGeometry",
  513. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  514. "LatheBufferGeometry": "api/zh/geometries/LatheBufferGeometry",
  515. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  516. "OctahedronBufferGeometry": "api/zh/geometries/OctahedronBufferGeometry",
  517. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  518. "ParametricBufferGeometry": "api/zh/geometries/ParametricBufferGeometry",
  519. "ParametricGeometry": "api/zh/geometries/ParametricGeometry",
  520. "PlaneBufferGeometry": "api/zh/geometries/PlaneBufferGeometry",
  521. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  522. "PolyhedronBufferGeometry": "api/zh/geometries/PolyhedronBufferGeometry",
  523. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  524. "RingBufferGeometry": "api/zh/geometries/RingBufferGeometry",
  525. "RingGeometry": "api/zh/geometries/RingGeometry",
  526. "ShapeBufferGeometry": "api/zh/geometries/ShapeBufferGeometry",
  527. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  528. "SphereBufferGeometry": "api/zh/geometries/SphereBufferGeometry",
  529. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  530. "TetrahedronBufferGeometry": "api/zh/geometries/TetrahedronBufferGeometry",
  531. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  532. "TextBufferGeometry": "api/zh/geometries/TextBufferGeometry",
  533. "TextGeometry": "api/zh/geometries/TextGeometry",
  534. "TorusBufferGeometry": "api/zh/geometries/TorusBufferGeometry",
  535. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  536. "TorusKnotBufferGeometry": "api/zh/geometries/TorusKnotBufferGeometry",
  537. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  538. "TubeBufferGeometry": "api/zh/geometries/TubeBufferGeometry",
  539. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  540. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  541. },
  542. "辅助对象": {
  543. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  544. "AxesHelper": "api/zh/helpers/AxesHelper",
  545. "BoxHelper": "api/zh/helpers/BoxHelper",
  546. "Box3Helper": "api/zh/helpers/Box3Helper",
  547. "CameraHelper": "api/zh/helpers/CameraHelper",
  548. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  549. "FaceNormalsHelper": "api/zh/helpers/FaceNormalsHelper",
  550. "GridHelper": "api/zh/helpers/GridHelper",
  551. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  552. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  553. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  554. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  555. "RectAreaLightHelper": "api/zh/helpers/RectAreaLightHelper",
  556. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  557. "SpotLightHelper": "api/zh/helpers/SpotLightHelper",
  558. "VertexNormalsHelper": "api/zh/helpers/VertexNormalsHelper"
  559. },
  560. "灯光": {
  561. "AmbientLight": "api/zh/lights/AmbientLight",
  562. "DirectionalLight": "api/zh/lights/DirectionalLight",
  563. "HemisphereLight": "api/zh/lights/HemisphereLight",
  564. "Light": "api/zh/lights/Light",
  565. "PointLight": "api/zh/lights/PointLight",
  566. "RectAreaLight": "api/zh/lights/RectAreaLight",
  567. "SpotLight": "api/zh/lights/SpotLight"
  568. },
  569. "灯光 / 阴影": {
  570. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  571. "LightShadow": "api/zh/lights/shadows/LightShadow",
  572. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  573. },
  574. "加载器": {
  575. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  576. "AudioLoader": "api/zh/loaders/AudioLoader",
  577. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  578. "Cache": "api/zh/loaders/Cache",
  579. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  580. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  581. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  582. "FileLoader": "api/zh/loaders/FileLoader",
  583. "FontLoader": "api/zh/loaders/FontLoader",
  584. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  585. "ImageLoader": "api/zh/loaders/ImageLoader",
  586. "JSONLoader": "api/zh/loaders/JSONLoader",
  587. "Loader": "api/zh/loaders/Loader",
  588. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  589. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  590. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  591. "TextureLoader": "api/zh/loaders/TextureLoader"
  592. },
  593. "加载器 / 管理器": {
  594. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  595. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  596. },
  597. "材质": {
  598. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  599. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  600. "Material": "api/zh/materials/Material",
  601. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  602. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  603. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  604. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  605. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  606. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  607. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  608. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  609. "PointsMaterial": "api/zh/materials/PointsMaterial",
  610. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  611. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  612. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  613. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  614. },
  615. "数学库": {
  616. "Box2": "api/zh/math/Box2",
  617. "Box3": "api/zh/math/Box3",
  618. "Color": "api/zh/math/Color",
  619. "Cylindrical": "api/zh/math/Cylindrical",
  620. "Euler": "api/zh/math/Euler",
  621. "Frustum": "api/zh/math/Frustum",
  622. "Interpolant": "api/zh/math/Interpolant",
  623. "Line3": "api/zh/math/Line3",
  624. "Math": "api/zh/math/Math",
  625. "Matrix3": "api/zh/math/Matrix3",
  626. "Matrix4": "api/zh/math/Matrix4",
  627. "Plane": "api/zh/math/Plane",
  628. "Quaternion": "api/zh/math/Quaternion",
  629. "Ray": "api/zh/math/Ray",
  630. "Sphere": "api/zh/math/Sphere",
  631. "Spherical": "api/zh/math/Spherical",
  632. "Triangle": "api/zh/math/Triangle",
  633. "Vector2": "api/zh/math/Vector2",
  634. "Vector3": "api/zh/math/Vector3",
  635. "Vector4": "api/zh/math/Vector4"
  636. },
  637. "数学库 / 插值": {
  638. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  639. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  640. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  641. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  642. },
  643. "物体": {
  644. "Bone": "api/zh/objects/Bone",
  645. "Group": "api/zh/objects/Group",
  646. "Line": "api/zh/objects/Line",
  647. "LineLoop": "api/zh/objects/LineLoop",
  648. "LineSegments": "api/zh/objects/LineSegments",
  649. "LOD": "api/zh/objects/LOD",
  650. "Mesh": "api/zh/objects/Mesh",
  651. "Points": "api/zh/objects/Points",
  652. "Skeleton": "api/zh/objects/Skeleton",
  653. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  654. "Sprite": "api/zh/objects/Sprite"
  655. },
  656. "渲染器": {
  657. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  658. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  659. "WebGLRenderTargetCube": "api/zh/renderers/WebGLRenderTargetCube"
  660. },
  661. "渲染器 / 着色器": {
  662. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  663. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  664. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  665. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  666. },
  667. "场景": {
  668. "Fog": "api/zh/scenes/Fog",
  669. "FogExp2": "api/zh/scenes/FogExp2",
  670. "Scene": "api/zh/scenes/Scene"
  671. },
  672. "纹理贴图": {
  673. "CanvasTexture": "api/zh/textures/CanvasTexture",
  674. "CompressedTexture": "api/zh/textures/CompressedTexture",
  675. "CubeTexture": "api/zh/textures/CubeTexture",
  676. "DataTexture": "api/zh/textures/DataTexture",
  677. "DataTexture3D": "api/zh/textures/DataTexture3D",
  678. "DepthTexture": "api/zh/textures/DepthTexture",
  679. "Texture": "api/zh/textures/Texture",
  680. "VideoTexture": "api/zh/textures/VideoTexture"
  681. }
  682. },
  683. "示例": {
  684. "动画": {
  685. "CCDIKSolver": "examples/animations/CCDIKSolver",
  686. "MMDAnimationHelper": "examples/animations/MMDAnimationHelper",
  687. "MMDPhysics": "examples/animations/MMDPhysics"
  688. },
  689. "控制": {
  690. "OrbitControls": "examples/controls/OrbitControls"
  691. },
  692. "几何体": {
  693. "ConvexBufferGeometry": "examples/geometries/ConvexBufferGeometry",
  694. "ConvexGeometry": "examples/geometries/ConvexGeometry",
  695. "DecalGeometry": "examples/geometries/DecalGeometry"
  696. },
  697. "加载器": {
  698. "BabylonLoader": "examples/loaders/BabylonLoader",
  699. "GLTFLoader": "examples/loaders/GLTFLoader",
  700. "MMDLoader": "examples/loaders/MMDLoader",
  701. "MTLLoader": "examples/loaders/MTLLoader",
  702. "OBJLoader": "examples/loaders/OBJLoader",
  703. "OBJLoader2": "examples/loaders/OBJLoader2",
  704. "LoaderSupport": "examples/loaders/LoaderSupport",
  705. "PCDLoader": "examples/loaders/PCDLoader",
  706. "PDBLoader": "examples/loaders/PDBLoader",
  707. "SVGLoader": "examples/loaders/SVGLoader",
  708. "TGALoader": "examples/loaders/TGALoader",
  709. "PRWMLoader": "examples/loaders/PRWMLoader"
  710. },
  711. "物体": {
  712. "Lensflare": "examples/objects/Lensflare",
  713. },
  714. "导出器": {
  715. "GLTFExporter": "examples/exporters/GLTFExporter",
  716. "PLYExporter": "examples/exporters/PLYExporter"
  717. },
  718. "插件": {
  719. "LookupTable": "examples/Lut",
  720. },
  721. "QuickHull": {
  722. "Face": "examples/quickhull/Face",
  723. "HalfEdge": "examples/quickhull/HalfEdge",
  724. "QuickHull": "examples/quickhull/QuickHull",
  725. "VertexNode": "examples/quickhull/VertexNode",
  726. "VertexList": "examples/quickhull/VertexList"
  727. },
  728. "渲染器": {
  729. "CSS2DRenderer": "examples/renderers/CSS2DRenderer",
  730. "CSS3DRenderer": "examples/renderers/CSS3DRenderer",
  731. "SVGRenderer": "examples/renderers/SVGRenderer"
  732. },
  733. "实用工具": {
  734. "BufferGeometryUtils": "examples/utils/BufferGeometryUtils",
  735. "SceneUtils": "examples/utils/SceneUtils"
  736. }
  737. },
  738. "开发者参考": {
  739. "差异化支持": {
  740. "Polyfills": "api/zh/Polyfills"
  741. },
  742. "WebGL渲染器": {
  743. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
  744. "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
  745. "WebGLState": "api/zh/renderers/webgl/WebGLState"
  746. }
  747. }
  748. }
  749. };