list.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063
  1. {
  2. "en": {
  3. "Manual": {
  4. "Getting Started": {
  5. "Creating a scene": "manual/en/introduction/Creating-a-scene",
  6. "Installation": "manual/en/introduction/Installation",
  7. "WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
  8. "How to run things locally": "manual/en/introduction/How-to-run-things-locally",
  9. "Drawing lines": "manual/en/introduction/Drawing-lines",
  10. "Creating text": "manual/en/introduction/Creating-text",
  11. "Loading 3D models": "manual/en/introduction/Loading-3D-models",
  12. "Libraries and Plugins": "manual/en/introduction/Libraries-and-Plugins",
  13. "FAQ": "manual/en/introduction/FAQ",
  14. "Useful links": "manual/en/introduction/Useful-links"
  15. },
  16. "Next Steps": {
  17. "How to update things": "manual/en/introduction/How-to-update-things",
  18. "How to dispose of objects": "manual/en/introduction/How-to-dispose-of-objects",
  19. "How to create VR content": "manual/en/introduction/How-to-create-VR-content",
  20. "How to use post-processing": "manual/en/introduction/How-to-use-post-processing",
  21. "Matrix transformations": "manual/en/introduction/Matrix-transformations",
  22. "Animation system": "manual/en/introduction/Animation-system"
  23. },
  24. "Build Tools": {
  25. "Testing with NPM": "manual/en/buildTools/Testing-with-NPM"
  26. }
  27. },
  28. "Reference": {
  29. "Animation": {
  30. "AnimationAction": "api/en/animation/AnimationAction",
  31. "AnimationClip": "api/en/animation/AnimationClip",
  32. "AnimationMixer": "api/en/animation/AnimationMixer",
  33. "AnimationObjectGroup": "api/en/animation/AnimationObjectGroup",
  34. "AnimationUtils": "api/en/animation/AnimationUtils",
  35. "KeyframeTrack": "api/en/animation/KeyframeTrack",
  36. "PropertyBinding": "api/en/animation/PropertyBinding",
  37. "PropertyMixer": "api/en/animation/PropertyMixer"
  38. },
  39. "Animation / Tracks": {
  40. "BooleanKeyframeTrack": "api/en/animation/tracks/BooleanKeyframeTrack",
  41. "ColorKeyframeTrack": "api/en/animation/tracks/ColorKeyframeTrack",
  42. "NumberKeyframeTrack": "api/en/animation/tracks/NumberKeyframeTrack",
  43. "QuaternionKeyframeTrack": "api/en/animation/tracks/QuaternionKeyframeTrack",
  44. "StringKeyframeTrack": "api/en/animation/tracks/StringKeyframeTrack",
  45. "VectorKeyframeTrack": "api/en/animation/tracks/VectorKeyframeTrack"
  46. },
  47. "Audio": {
  48. "Audio": "api/en/audio/Audio",
  49. "AudioAnalyser": "api/en/audio/AudioAnalyser",
  50. "AudioContext": "api/en/audio/AudioContext",
  51. "AudioListener": "api/en/audio/AudioListener",
  52. "PositionalAudio": "api/en/audio/PositionalAudio"
  53. },
  54. "Cameras": {
  55. "ArrayCamera": "api/en/cameras/ArrayCamera",
  56. "Camera": "api/en/cameras/Camera",
  57. "CubeCamera": "api/en/cameras/CubeCamera",
  58. "OrthographicCamera": "api/en/cameras/OrthographicCamera",
  59. "PerspectiveCamera": "api/en/cameras/PerspectiveCamera",
  60. "StereoCamera": "api/en/cameras/StereoCamera"
  61. },
  62. "Constants": {
  63. "Animation": "api/en/constants/Animation",
  64. "Core": "api/en/constants/Core",
  65. "CustomBlendingEquation": "api/en/constants/CustomBlendingEquations",
  66. "BufferAttributeUsage": "api/en/constants/BufferAttributeUsage",
  67. "Materials": "api/en/constants/Materials",
  68. "Renderer": "api/en/constants/Renderer",
  69. "Textures": "api/en/constants/Textures"
  70. },
  71. "Core": {
  72. "BufferAttribute": "api/en/core/BufferAttribute",
  73. "BufferGeometry": "api/en/core/BufferGeometry",
  74. "Clock": "api/en/core/Clock",
  75. "EventDispatcher": "api/en/core/EventDispatcher",
  76. "GLBufferAttribute": "api/en/core/GLBufferAttribute",
  77. "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
  78. "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
  79. "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
  80. "InterleavedBuffer": "api/en/core/InterleavedBuffer",
  81. "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
  82. "Layers": "api/en/core/Layers",
  83. "Object3D": "api/en/core/Object3D",
  84. "Raycaster": "api/en/core/Raycaster",
  85. "Uniform": "api/en/core/Uniform"
  86. },
  87. "Core / BufferAttributes": {
  88. "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
  89. },
  90. "Extras": {
  91. "DataUtils": "api/en/extras/DataUtils",
  92. "Earcut": "api/en/extras/Earcut",
  93. "ImageUtils": "api/en/extras/ImageUtils",
  94. "PMREMGenerator": "api/en/extras/PMREMGenerator",
  95. "ShapeUtils": "api/en/extras/ShapeUtils"
  96. },
  97. "Extras / Core": {
  98. "Curve": "api/en/extras/core/Curve",
  99. "CurvePath": "api/en/extras/core/CurvePath",
  100. "Interpolations": "api/en/extras/core/Interpolations",
  101. "Path": "api/en/extras/core/Path",
  102. "Shape": "api/en/extras/core/Shape",
  103. "ShapePath": "api/en/extras/core/ShapePath"
  104. },
  105. "Extras / Curves": {
  106. "ArcCurve": "api/en/extras/curves/ArcCurve",
  107. "CatmullRomCurve3": "api/en/extras/curves/CatmullRomCurve3",
  108. "CubicBezierCurve": "api/en/extras/curves/CubicBezierCurve",
  109. "CubicBezierCurve3": "api/en/extras/curves/CubicBezierCurve3",
  110. "EllipseCurve": "api/en/extras/curves/EllipseCurve",
  111. "LineCurve": "api/en/extras/curves/LineCurve",
  112. "LineCurve3": "api/en/extras/curves/LineCurve3",
  113. "QuadraticBezierCurve": "api/en/extras/curves/QuadraticBezierCurve",
  114. "QuadraticBezierCurve3": "api/en/extras/curves/QuadraticBezierCurve3",
  115. "SplineCurve": "api/en/extras/curves/SplineCurve"
  116. },
  117. "Geometries": {
  118. "BoxGeometry": "api/en/geometries/BoxGeometry",
  119. "CircleGeometry": "api/en/geometries/CircleGeometry",
  120. "ConeGeometry": "api/en/geometries/ConeGeometry",
  121. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  122. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  123. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  124. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  125. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  126. "LatheGeometry": "api/en/geometries/LatheGeometry",
  127. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  128. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  129. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  130. "RingGeometry": "api/en/geometries/RingGeometry",
  131. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  132. "SphereGeometry": "api/en/geometries/SphereGeometry",
  133. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  134. "TorusGeometry": "api/en/geometries/TorusGeometry",
  135. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  136. "TubeGeometry": "api/en/geometries/TubeGeometry",
  137. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  138. },
  139. "Helpers": {
  140. "ArrowHelper": "api/en/helpers/ArrowHelper",
  141. "AxesHelper": "api/en/helpers/AxesHelper",
  142. "BoxHelper": "api/en/helpers/BoxHelper",
  143. "Box3Helper": "api/en/helpers/Box3Helper",
  144. "CameraHelper": "api/en/helpers/CameraHelper",
  145. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  146. "GridHelper": "api/en/helpers/GridHelper",
  147. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  148. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  149. "PlaneHelper": "api/en/helpers/PlaneHelper",
  150. "PointLightHelper": "api/en/helpers/PointLightHelper",
  151. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  152. "SpotLightHelper": "api/en/helpers/SpotLightHelper"
  153. },
  154. "Lights": {
  155. "AmbientLight": "api/en/lights/AmbientLight",
  156. "AmbientLightProbe": "api/en/lights/AmbientLightProbe",
  157. "DirectionalLight": "api/en/lights/DirectionalLight",
  158. "HemisphereLight": "api/en/lights/HemisphereLight",
  159. "HemisphereLightProbe": "api/en/lights/HemisphereLightProbe",
  160. "Light": "api/en/lights/Light",
  161. "LightProbe": "api/en/lights/LightProbe",
  162. "PointLight": "api/en/lights/PointLight",
  163. "RectAreaLight": "api/en/lights/RectAreaLight",
  164. "SpotLight": "api/en/lights/SpotLight"
  165. },
  166. "Lights / Shadows": {
  167. "LightShadow": "api/en/lights/shadows/LightShadow",
  168. "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
  169. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  170. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  171. },
  172. "Loaders": {
  173. "AnimationLoader": "api/en/loaders/AnimationLoader",
  174. "AudioLoader": "api/en/loaders/AudioLoader",
  175. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  176. "Cache": "api/en/loaders/Cache",
  177. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  178. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  179. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  180. "FileLoader": "api/en/loaders/FileLoader",
  181. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  182. "ImageLoader": "api/en/loaders/ImageLoader",
  183. "Loader": "api/en/loaders/Loader",
  184. "LoaderUtils": "api/en/loaders/LoaderUtils",
  185. "MaterialLoader": "api/en/loaders/MaterialLoader",
  186. "ObjectLoader": "api/en/loaders/ObjectLoader",
  187. "TextureLoader": "api/en/loaders/TextureLoader"
  188. },
  189. "Loaders / Managers": {
  190. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  191. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  192. },
  193. "Materials": {
  194. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  195. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  196. "Material": "api/en/materials/Material",
  197. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  198. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  199. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  200. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  201. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  202. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  203. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  204. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  205. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  206. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  207. "PointsMaterial": "api/en/materials/PointsMaterial",
  208. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  209. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  210. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  211. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  212. },
  213. "Math": {
  214. "Box2": "api/en/math/Box2",
  215. "Box3": "api/en/math/Box3",
  216. "Color": "api/en/math/Color",
  217. "Cylindrical": "api/en/math/Cylindrical",
  218. "Euler": "api/en/math/Euler",
  219. "Frustum": "api/en/math/Frustum",
  220. "Interpolant": "api/en/math/Interpolant",
  221. "Line3": "api/en/math/Line3",
  222. "MathUtils": "api/en/math/MathUtils",
  223. "Matrix3": "api/en/math/Matrix3",
  224. "Matrix4": "api/en/math/Matrix4",
  225. "Plane": "api/en/math/Plane",
  226. "Quaternion": "api/en/math/Quaternion",
  227. "Ray": "api/en/math/Ray",
  228. "Sphere": "api/en/math/Sphere",
  229. "Spherical": "api/en/math/Spherical",
  230. "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
  231. "Triangle": "api/en/math/Triangle",
  232. "Vector2": "api/en/math/Vector2",
  233. "Vector3": "api/en/math/Vector3",
  234. "Vector4": "api/en/math/Vector4"
  235. },
  236. "Math / Interpolants": {
  237. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  238. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  239. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  240. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  241. },
  242. "Objects": {
  243. "Bone": "api/en/objects/Bone",
  244. "Group": "api/en/objects/Group",
  245. "InstancedMesh": "api/en/objects/InstancedMesh",
  246. "Line": "api/en/objects/Line",
  247. "LineLoop": "api/en/objects/LineLoop",
  248. "LineSegments": "api/en/objects/LineSegments",
  249. "LOD": "api/en/objects/LOD",
  250. "Mesh": "api/en/objects/Mesh",
  251. "Points": "api/en/objects/Points",
  252. "Skeleton": "api/en/objects/Skeleton",
  253. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  254. "Sprite": "api/en/objects/Sprite"
  255. },
  256. "Renderers": {
  257. "WebGLMultipleRenderTargets": "api/en/renderers/WebGLMultipleRenderTargets",
  258. "WebGLMultisampleRenderTarget": "api/en/renderers/WebGLMultisampleRenderTarget",
  259. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  260. "WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
  261. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  262. "WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
  263. },
  264. "Renderers / Shaders": {
  265. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  266. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  267. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  268. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  269. },
  270. "Renderers / WebXR": {
  271. "WebXRManager": "api/en/renderers/webxr/WebXRManager"
  272. },
  273. "Scenes": {
  274. "Fog": "api/en/scenes/Fog",
  275. "FogExp2": "api/en/scenes/FogExp2",
  276. "Scene": "api/en/scenes/Scene"
  277. },
  278. "Textures": {
  279. "CanvasTexture": "api/en/textures/CanvasTexture",
  280. "CompressedTexture": "api/en/textures/CompressedTexture",
  281. "CubeTexture": "api/en/textures/CubeTexture",
  282. "DataTexture": "api/en/textures/DataTexture",
  283. "DataTexture2DArray": "api/en/textures/DataTexture2DArray",
  284. "DataTexture3D": "api/en/textures/DataTexture3D",
  285. "DepthTexture": "api/en/textures/DepthTexture",
  286. "Texture": "api/en/textures/Texture",
  287. "VideoTexture": "api/en/textures/VideoTexture"
  288. }
  289. },
  290. "Examples": {
  291. "Animations": {
  292. "CCDIKSolver": "examples/en/animations/CCDIKSolver",
  293. "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
  294. "MMDPhysics": "examples/en/animations/MMDPhysics"
  295. },
  296. "Controls": {
  297. "ArcballControls": "examples/en/controls/ArcballControls",
  298. "DragControls": "examples/en/controls/DragControls",
  299. "FirstPersonControls": "examples/en/controls/FirstPersonControls",
  300. "FlyControls": "examples/en/controls/FlyControls",
  301. "OrbitControls": "examples/en/controls/OrbitControls",
  302. "PointerLockControls": "examples/en/controls/PointerLockControls",
  303. "TrackballControls": "examples/en/controls/TrackballControls",
  304. "TransformControls": "examples/en/controls/TransformControls"
  305. },
  306. "Geometries": {
  307. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  308. "DecalGeometry": "examples/en/geometries/DecalGeometry",
  309. "ParametricGeometry": "examples/en/geometries/ParametricGeometry",
  310. "TextGeometry": "examples/en/geometries/TextGeometry"
  311. },
  312. "Helpers": {
  313. "LightProbeHelper": "examples/en/helpers/LightProbeHelper",
  314. "PositionalAudioHelper": "examples/en/helpers/PositionalAudioHelper",
  315. "RectAreaLightHelper": "examples/en/helpers/RectAreaLightHelper",
  316. "VertexNormalsHelper": "examples/en/helpers/VertexNormalsHelper",
  317. "VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
  318. },
  319. "Lights": {
  320. "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
  321. },
  322. "Loaders": {
  323. "3DMLoader": "examples/en/loaders/3DMLoader",
  324. "BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
  325. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  326. "FontLoader": "examples/en/loaders/FontLoader",
  327. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  328. "KTX2Loader": "examples/en/loaders/KTX2Loader",
  329. "MMDLoader": "examples/en/loaders/MMDLoader",
  330. "MTLLoader": "examples/en/loaders/MTLLoader",
  331. "OBJLoader": "examples/en/loaders/OBJLoader",
  332. "PCDLoader": "examples/en/loaders/PCDLoader",
  333. "PDBLoader": "examples/en/loaders/PDBLoader",
  334. "PRWMLoader": "examples/en/loaders/PRWMLoader",
  335. "SVGLoader": "examples/en/loaders/SVGLoader",
  336. "TGALoader": "examples/en/loaders/TGALoader"
  337. },
  338. "Objects": {
  339. "Lensflare": "examples/en/objects/Lensflare"
  340. },
  341. "Post-Processing": {
  342. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  343. },
  344. "Exporters": {
  345. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  346. "PLYExporter": "examples/en/exporters/PLYExporter",
  347. "ColladaExporter": "examples/en/exporters/ColladaExporter"
  348. },
  349. "Math": {
  350. "LookupTable": "examples/en/math/Lut",
  351. "MeshSurfaceSampler": "examples/en/math/MeshSurfaceSampler",
  352. "OBB": "examples/en/math/OBB"
  353. },
  354. "ConvexHull": {
  355. "Face": "examples/en/math/convexhull/Face",
  356. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  357. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  358. "VertexNode": "examples/en/math/convexhull/VertexNode",
  359. "VertexList": "examples/en/math/convexhull/VertexList"
  360. },
  361. "Renderers": {
  362. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  363. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  364. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  365. },
  366. "Utils": {
  367. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  368. "CameraUtils": "examples/en/utils/CameraUtils",
  369. "SceneUtils": "examples/en/utils/SceneUtils",
  370. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  371. }
  372. },
  373. "Developer Reference": {
  374. "Polyfills": {
  375. "Polyfills": "api/en/Polyfills"
  376. },
  377. "WebGLRenderer": {
  378. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
  379. "WebGLShader": "api/en/renderers/webgl/WebGLShader",
  380. "WebGLState": "api/en/renderers/webgl/WebGLState"
  381. }
  382. }
  383. },
  384. "ar": {
  385. "الكتيب": {
  386. "البدء": {
  387. "إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
  388. "التثبيت": "manual/ar/introduction/Installation",
  389. "فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
  390. "كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
  391. "رسم خطوط": "manual/ar/introduction/Drawing-lines",
  392. "إنشاء نص": "manual/ar/introduction/Creating-text",
  393. "تحميل نماذج ثلاثية الأبعاد": "manual/ar/introduction/Loading-3D-models",
  394. "الأسئلة الشائعة": "manual/ar/introduction/FAQ",
  395. "روابط مفيدة": "manual/ar/introduction/Useful-links"
  396. },
  397. "الخطوات التالية": {
  398. "كيفية تحديث الأشياء": "manual/ar/introduction/How-to-update-things",
  399. "كيفية التخلص من الأشياء": "manual/ar/introduction/How-to-dispose-of-objects",
  400. "كيفية إنشاء محتوى VR": "manual/ar/introduction/How-to-create-VR-content",
  401. "كيفية استخدام المعالجة اللاحقة (post-processing)": "manual/ar/introduction/How-to-use-post-processing",
  402. "تحولات المصفوفة (Matrix transformations)": "manual/ar/introduction/Matrix-transformations",
  403. "نظام الحركات": "manual/ar/introduction/Animation-system"
  404. },
  405. "أدوات البناء": {
  406. "الاختبار مع NPM": "manual/ar/buildTools/Testing-with-NPM"
  407. }
  408. },
  409. "المرجع": {
  410. "الحركات": {
  411. "AnimationAction": "api/ar/animation/AnimationAction",
  412. "AnimationClip": "api/ar/animation/AnimationClip",
  413. "AnimationMixer": "api/ar/animation/AnimationMixer",
  414. "AnimationObjectGroup": "api/ar/animation/AnimationObjectGroup",
  415. "AnimationUtils": "api/ar/animation/AnimationUtils",
  416. "KeyframeTrack": "api/ar/animation/KeyframeTrack",
  417. "PropertyBinding": "api/ar/animation/PropertyBinding",
  418. "PropertyMixer": "api/ar/animation/PropertyMixer"
  419. },
  420. "الحركات / Tracks": {
  421. "BooleanKeyframeTrack": "api/ar/animation/tracks/BooleanKeyframeTrack",
  422. "ColorKeyframeTrack": "api/ar/animation/tracks/ColorKeyframeTrack",
  423. "NumberKeyframeTrack": "api/ar/animation/tracks/NumberKeyframeTrack",
  424. "QuaternionKeyframeTrack": "api/ar/animation/tracks/QuaternionKeyframeTrack",
  425. "StringKeyframeTrack": "api/ar/animation/tracks/StringKeyframeTrack",
  426. "VectorKeyframeTrack": "api/ar/animation/tracks/VectorKeyframeTrack"
  427. },
  428. "Audio": {
  429. "Audio": "api/ar/audio/Audio",
  430. "AudioAnalyser": "api/ar/audio/AudioAnalyser",
  431. "AudioContext": "api/ar/audio/AudioContext",
  432. "AudioListener": "api/ar/audio/AudioListener",
  433. "PositionalAudio": "api/ar/audio/PositionalAudio"
  434. },
  435. "Cameras": {
  436. "ArrayCamera": "api/ar/cameras/ArrayCamera",
  437. "Camera": "api/ar/cameras/Camera",
  438. "CubeCamera": "api/ar/cameras/CubeCamera"
  439. }
  440. }
  441. },
  442. "zh": {
  443. "手册": {
  444. "起步": {
  445. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  446. "安装": "manual/zh/introduction/Installation",
  447. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  448. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  449. "画线": "manual/zh/introduction/Drawing-lines",
  450. "创建文字": "manual/zh/introduction/Creating-text",
  451. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  452. "常见问题": "manual/zh/introduction/FAQ",
  453. "一些有用的链接": "manual/zh/introduction/Useful-links"
  454. },
  455. "进阶": {
  456. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  457. "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
  458. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  459. "如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
  460. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  461. "动画系统": "manual/zh/introduction/Animation-system"
  462. },
  463. "构建工具": {
  464. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  465. }
  466. },
  467. "参考": {
  468. "动画": {
  469. "AnimationAction": "api/zh/animation/AnimationAction",
  470. "AnimationClip": "api/zh/animation/AnimationClip",
  471. "AnimationMixer": "api/zh/animation/AnimationMixer",
  472. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  473. "AnimationUtils": "api/zh/animation/AnimationUtils",
  474. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  475. "PropertyBinding": "api/zh/animation/PropertyBinding",
  476. "PropertyMixer": "api/zh/animation/PropertyMixer"
  477. },
  478. "动画 / 轨道": {
  479. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  480. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  481. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  482. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  483. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  484. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  485. },
  486. "音频": {
  487. "Audio": "api/zh/audio/Audio",
  488. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  489. "AudioContext": "api/zh/audio/AudioContext",
  490. "AudioListener": "api/zh/audio/AudioListener",
  491. "PositionalAudio": "api/zh/audio/PositionalAudio"
  492. },
  493. "摄像机": {
  494. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  495. "Camera": "api/zh/cameras/Camera",
  496. "CubeCamera": "api/zh/cameras/CubeCamera",
  497. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  498. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  499. "StereoCamera": "api/zh/cameras/StereoCamera"
  500. },
  501. "常量": {
  502. "Animation": "api/zh/constants/Animation",
  503. "Core": "api/zh/constants/Core",
  504. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  505. "Materials": "api/zh/constants/Materials",
  506. "Renderer": "api/zh/constants/Renderer",
  507. "Textures": "api/zh/constants/Textures"
  508. },
  509. "核心": {
  510. "BufferAttribute": "api/zh/core/BufferAttribute",
  511. "BufferGeometry": "api/zh/core/BufferGeometry",
  512. "Clock": "api/zh/core/Clock",
  513. "EventDispatcher": "api/zh/core/EventDispatcher",
  514. "GLBufferAttribute": "api/zh/core/GLBufferAttribute",
  515. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  516. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  517. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  518. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  519. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  520. "Layers": "api/zh/core/Layers",
  521. "Object3D": "api/zh/core/Object3D",
  522. "Raycaster": "api/zh/core/Raycaster",
  523. "Uniform": "api/zh/core/Uniform"
  524. },
  525. "核心 / BufferAttributes": {
  526. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  527. },
  528. "附件": {
  529. "Earcut": "api/zh/extras/Earcut",
  530. "ImageUtils": "api/zh/extras/ImageUtils",
  531. "PMREMGenerator": "api/zh/extras/PMREMGenerator",
  532. "ShapeUtils": "api/zh/extras/ShapeUtils"
  533. },
  534. "附件 / 核心": {
  535. "Curve": "api/zh/extras/core/Curve",
  536. "CurvePath": "api/zh/extras/core/CurvePath",
  537. "Interpolations": "api/zh/extras/core/Interpolations",
  538. "Path": "api/zh/extras/core/Path",
  539. "Shape": "api/zh/extras/core/Shape",
  540. "ShapePath": "api/zh/extras/core/ShapePath"
  541. },
  542. "附件 / 曲线": {
  543. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  544. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  545. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  546. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  547. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  548. "LineCurve": "api/zh/extras/curves/LineCurve",
  549. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  550. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  551. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  552. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  553. },
  554. "几何体": {
  555. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  556. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  557. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  558. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  559. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  560. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  561. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  562. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  563. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  564. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  565. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  566. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  567. "RingGeometry": "api/zh/geometries/RingGeometry",
  568. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  569. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  570. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  571. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  572. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  573. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  574. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  575. },
  576. "辅助对象": {
  577. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  578. "AxesHelper": "api/zh/helpers/AxesHelper",
  579. "BoxHelper": "api/zh/helpers/BoxHelper",
  580. "Box3Helper": "api/zh/helpers/Box3Helper",
  581. "CameraHelper": "api/zh/helpers/CameraHelper",
  582. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  583. "GridHelper": "api/zh/helpers/GridHelper",
  584. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  585. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  586. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  587. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  588. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  589. "SpotLightHelper": "api/zh/helpers/SpotLightHelper"
  590. },
  591. "灯光": {
  592. "AmbientLight": "api/zh/lights/AmbientLight",
  593. "AmbientLightProbe": "api/zh/lights/AmbientLightProbe",
  594. "DirectionalLight": "api/zh/lights/DirectionalLight",
  595. "HemisphereLight": "api/zh/lights/HemisphereLight",
  596. "HemisphereLightProbe": "api/zh/lights/HemisphereLightProbe",
  597. "Light": "api/zh/lights/Light",
  598. "LightProbe": "api/zh/lights/LightProbe",
  599. "PointLight": "api/zh/lights/PointLight",
  600. "RectAreaLight": "api/zh/lights/RectAreaLight",
  601. "SpotLight": "api/zh/lights/SpotLight"
  602. },
  603. "灯光 / 阴影": {
  604. "LightShadow": "api/zh/lights/shadows/LightShadow",
  605. "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
  606. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  607. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  608. },
  609. "加载器": {
  610. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  611. "AudioLoader": "api/zh/loaders/AudioLoader",
  612. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  613. "Cache": "api/zh/loaders/Cache",
  614. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  615. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  616. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  617. "FileLoader": "api/zh/loaders/FileLoader",
  618. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  619. "ImageLoader": "api/zh/loaders/ImageLoader",
  620. "Loader": "api/zh/loaders/Loader",
  621. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  622. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  623. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  624. "TextureLoader": "api/zh/loaders/TextureLoader"
  625. },
  626. "加载器 / 管理器": {
  627. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  628. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  629. },
  630. "材质": {
  631. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  632. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  633. "Material": "api/zh/materials/Material",
  634. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  635. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  636. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  637. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  638. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  639. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  640. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  641. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  642. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  643. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  644. "PointsMaterial": "api/zh/materials/PointsMaterial",
  645. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  646. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  647. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  648. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  649. },
  650. "数学库": {
  651. "Box2": "api/zh/math/Box2",
  652. "Box3": "api/zh/math/Box3",
  653. "Color": "api/zh/math/Color",
  654. "Cylindrical": "api/zh/math/Cylindrical",
  655. "Euler": "api/zh/math/Euler",
  656. "Frustum": "api/zh/math/Frustum",
  657. "Interpolant": "api/zh/math/Interpolant",
  658. "Line3": "api/zh/math/Line3",
  659. "MathUtils": "api/zh/math/MathUtils",
  660. "Matrix3": "api/zh/math/Matrix3",
  661. "Matrix4": "api/zh/math/Matrix4",
  662. "Plane": "api/zh/math/Plane",
  663. "Quaternion": "api/zh/math/Quaternion",
  664. "Ray": "api/zh/math/Ray",
  665. "Sphere": "api/zh/math/Sphere",
  666. "Spherical": "api/zh/math/Spherical",
  667. "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
  668. "Triangle": "api/zh/math/Triangle",
  669. "Vector2": "api/zh/math/Vector2",
  670. "Vector3": "api/zh/math/Vector3",
  671. "Vector4": "api/zh/math/Vector4"
  672. },
  673. "数学库 / 插值": {
  674. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  675. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  676. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  677. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  678. },
  679. "物体": {
  680. "Bone": "api/zh/objects/Bone",
  681. "Group": "api/zh/objects/Group",
  682. "InstancedMesh": "api/zh/objects/InstancedMesh",
  683. "Line": "api/zh/objects/Line",
  684. "LineLoop": "api/zh/objects/LineLoop",
  685. "LineSegments": "api/zh/objects/LineSegments",
  686. "LOD": "api/zh/objects/LOD",
  687. "Mesh": "api/zh/objects/Mesh",
  688. "Points": "api/zh/objects/Points",
  689. "Skeleton": "api/zh/objects/Skeleton",
  690. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  691. "Sprite": "api/zh/objects/Sprite"
  692. },
  693. "渲染器": {
  694. "WebGLMultipleRenderTargets": "api/zh/renderers/WebGLMultipleRenderTargets",
  695. "WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
  696. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  697. "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
  698. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  699. "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
  700. },
  701. "渲染器 / 着色器": {
  702. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  703. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  704. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  705. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  706. },
  707. "渲染器 / WebXR": {
  708. "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
  709. },
  710. "场景": {
  711. "Fog": "api/zh/scenes/Fog",
  712. "FogExp2": "api/zh/scenes/FogExp2",
  713. "Scene": "api/zh/scenes/Scene"
  714. },
  715. "纹理贴图": {
  716. "CanvasTexture": "api/zh/textures/CanvasTexture",
  717. "CompressedTexture": "api/zh/textures/CompressedTexture",
  718. "CubeTexture": "api/zh/textures/CubeTexture",
  719. "DataTexture": "api/zh/textures/DataTexture",
  720. "DataTexture2DArray": "api/zh/textures/DataTexture2DArray",
  721. "DataTexture3D": "api/zh/textures/DataTexture3D",
  722. "DepthTexture": "api/zh/textures/DepthTexture",
  723. "Texture": "api/zh/textures/Texture",
  724. "VideoTexture": "api/zh/textures/VideoTexture"
  725. }
  726. },
  727. "示例": {
  728. "动画": {
  729. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  730. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  731. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  732. },
  733. "控制": {
  734. "DragControls": "examples/zh/controls/DragControls",
  735. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  736. "FlyControls": "examples/zh/controls/FlyControls",
  737. "OrbitControls": "examples/zh/controls/OrbitControls",
  738. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  739. "TrackballControls": "examples/zh/controls/TrackballControls",
  740. "TransformControls": "examples/zh/controls/TransformControls"
  741. },
  742. "几何体": {
  743. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  744. "DecalGeometry": "examples/zh/geometries/DecalGeometry",
  745. "ParametricGeometry": "examples/zh/geometries/ParametricGeometry",
  746. "TextGeometry": "examples/zh/geometries/TextGeometry"
  747. },
  748. "辅助对象": {
  749. "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
  750. "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
  751. "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
  752. "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
  753. "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
  754. },
  755. "灯光": {
  756. "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
  757. },
  758. "加载器": {
  759. "BasisTextureLoader": "examples/zh/loaders/BasisTextureLoader",
  760. "DRACOLoader": "examples/zh/loaders/DRACOLoader",
  761. "FontLoader": "examples/zh/loaders/FontLoader",
  762. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  763. "MMDLoader": "examples/zh/loaders/MMDLoader",
  764. "MTLLoader": "examples/zh/loaders/MTLLoader",
  765. "OBJLoader": "examples/zh/loaders/OBJLoader",
  766. "PCDLoader": "examples/zh/loaders/PCDLoader",
  767. "PDBLoader": "examples/zh/loaders/PDBLoader",
  768. "PRWMLoader": "examples/zh/loaders/PRWMLoader",
  769. "SVGLoader": "examples/zh/loaders/SVGLoader",
  770. "TGALoader": "examples/zh/loaders/TGALoader"
  771. },
  772. "物体": {
  773. "Lensflare": "examples/zh/objects/Lensflare"
  774. },
  775. "后期处理": {
  776. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  777. },
  778. "导出器": {
  779. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  780. "PLYExporter": "examples/zh/exporters/PLYExporter",
  781. "ColladaExporter": "examples/zh/exporters/ColladaExporter"
  782. },
  783. "数学库": {
  784. "LookupTable": "examples/zh/math/Lut",
  785. "MeshSurfaceSampler": "examples/zh/math/MeshSurfaceSampler",
  786. "OBB": "examples/en/math/OBB"
  787. },
  788. "QuickHull": {
  789. "Face": "examples/zh/math/convexhull/Face",
  790. "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
  791. "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
  792. "VertexNode": "examples/zh/math/convexhull/VertexNode",
  793. "VertexList": "examples/zh/math/convexhull/VertexList"
  794. },
  795. "渲染器": {
  796. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  797. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  798. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  799. },
  800. "实用工具": {
  801. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  802. "SceneUtils": "examples/zh/utils/SceneUtils",
  803. "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
  804. }
  805. },
  806. "开发者参考": {
  807. "差异化支持": {
  808. "Polyfills": "api/zh/Polyfills"
  809. },
  810. "WebGL渲染器": {
  811. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
  812. "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
  813. "WebGLState": "api/zh/renderers/webgl/WebGLState"
  814. }
  815. }
  816. },
  817. "ko": {
  818. "매뉴얼": {
  819. "시작하기": {
  820. "장면 만들기": "manual/ko/introduction/Creating-a-scene",
  821. "설치": "manual/ko/introduction/Installation",
  822. "WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
  823. "로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
  824. "선 그리기": "manual/ko/introduction/Drawing-lines",
  825. "텍스트 만들기": "manual/ko/introduction/Creating-text",
  826. "3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
  827. "FAQ": "manual/ko/introduction/FAQ",
  828. "참고 링크": "manual/ko/introduction/Useful-links"
  829. },
  830. "심화 과정": {
  831. "오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
  832. "오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
  833. "VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
  834. "후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
  835. "행렬 변환": "manual/ko/introduction/Matrix-transformations",
  836. "애니메이션 시스템": "manual/ko/introduction/Animation-system"
  837. },
  838. "빌드 도구": {
  839. "NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
  840. }
  841. },
  842. "레퍼런스": {
  843. "애니메이션": {
  844. "AnimationAction": "api/ko/animation/AnimationAction",
  845. "AnimationClip": "api/ko/animation/AnimationClip",
  846. "AnimationMixer": "api/ko/animation/AnimationMixer",
  847. "AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
  848. "AnimationUtils": "api/ko/animation/AnimationUtils",
  849. "KeyframeTrack": "api/ko/animation/KeyframeTrack",
  850. "PropertyBinding": "api/ko/animation/PropertyBinding",
  851. "PropertyMixer": "api/ko/animation/PropertyMixer"
  852. },
  853. "애니메이션 / 트랙": {
  854. "BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
  855. "ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
  856. "NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
  857. "QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
  858. "StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
  859. "VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
  860. },
  861. "오디오": {
  862. "Audio": "api/ko/audio/Audio",
  863. "AudioAnalyser": "api/ko/audio/AudioAnalyser",
  864. "AudioContext": "api/ko/audio/AudioContext",
  865. "AudioListener": "api/ko/audio/AudioListener",
  866. "PositionalAudio": "api/ko/audio/PositionalAudio"
  867. },
  868. "카메라": {
  869. "ArrayCamera": "api/ko/cameras/ArrayCamera",
  870. "Camera": "api/ko/cameras/Camera",
  871. "CubeCamera": "api/ko/cameras/CubeCamera",
  872. "OrthographicCamera": "api/ko/cameras/OrthographicCamera",
  873. "PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
  874. "StereoCamera": "api/ko/cameras/StereoCamera"
  875. },
  876. "상수": {
  877. "Animation": "api/ko/constants/Animation",
  878. "Core": "api/ko/constants/Core",
  879. "CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
  880. "Materials": "api/ko/constants/Materials",
  881. "Renderer": "api/ko/constants/Renderer",
  882. "Textures": "api/ko/constants/Textures"
  883. }
  884. },
  885. "예제": {
  886. "컨트롤": {
  887. "DragControls": "examples/ko/controls/DragControls",
  888. "FirstPersonControls": "examples/ko/controls/FirstPersonControls",
  889. "FlyControls": "examples/ko/controls/FlyControls",
  890. "OrbitControls": "examples/ko/controls/OrbitControls",
  891. "PointerLockControls": "examples/ko/controls/PointerLockControls",
  892. "TrackballControls": "examples/ko/controls/TrackballControls",
  893. "TransformControls": "examples/ko/controls/TransformControls"
  894. }
  895. }
  896. },
  897. "ja": {
  898. "マニュアル": {
  899. "はじめてみましょう": {
  900. "シーンの作成": "manual/ja/introduction/Creating-a-scene",
  901. "インストールの方法": "manual/ja/introduction/Installation",
  902. "WebGLの互換性の確認": "manual/ja/introduction/WebGL-compatibility-check",
  903. "localで実行する方法": "manual/ja/introduction/How-to-run-things-locally",
  904. "線を引く": "manual/ja/introduction/Drawing-lines",
  905. "テキストを作成する": "manual/ja/introduction/Creating-text",
  906. "3Dモデルをロードする": "manual/ja/introduction/Loading-3D-models",
  907. "ライブラリとプラグイン": "manual/ja/introduction/Libraries-and-Plugins",
  908. "FAQ": "manual/ja/introduction/FAQ",
  909. "役にたつリンク集": "manual/ja/introduction/Useful-links"
  910. },
  911. "次の段階": {
  912. "更新の仕方": "manual/ja/introduction/How-to-update-things",
  913. "オブジェクトを廃棄する方法": "manual/ja/introduction/How-to-dispose-of-objects",
  914. "VRコンテンツの作り方": "manual/ja/introduction/How-to-create-VR-content",
  915. "post-processingの使い方": "manual/ja/introduction/How-to-use-post-processing",
  916. "行列の変換": "manual/ja/introduction/Matrix-transformations",
  917. "アニメーションシステム": "manual/ja/introduction/Animation-system"
  918. },
  919. "ビルドツール": {
  920. "NPMでテストを実行する": "manual/ja/buildTools/Testing-with-NPM"
  921. }
  922. }
  923. }
  924. }