list.json 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108
  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. "CapsuleGeometry": "api/en/geometries/CapsuleGeometry",
  120. "CircleGeometry": "api/en/geometries/CircleGeometry",
  121. "ConeGeometry": "api/en/geometries/ConeGeometry",
  122. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  123. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  124. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  125. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  126. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  127. "LatheGeometry": "api/en/geometries/LatheGeometry",
  128. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  129. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  130. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  131. "RingGeometry": "api/en/geometries/RingGeometry",
  132. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  133. "SphereGeometry": "api/en/geometries/SphereGeometry",
  134. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  135. "TorusGeometry": "api/en/geometries/TorusGeometry",
  136. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  137. "TubeGeometry": "api/en/geometries/TubeGeometry",
  138. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  139. },
  140. "Helpers": {
  141. "ArrowHelper": "api/en/helpers/ArrowHelper",
  142. "AxesHelper": "api/en/helpers/AxesHelper",
  143. "BoxHelper": "api/en/helpers/BoxHelper",
  144. "Box3Helper": "api/en/helpers/Box3Helper",
  145. "CameraHelper": "api/en/helpers/CameraHelper",
  146. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  147. "GridHelper": "api/en/helpers/GridHelper",
  148. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  149. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  150. "PlaneHelper": "api/en/helpers/PlaneHelper",
  151. "PointLightHelper": "api/en/helpers/PointLightHelper",
  152. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  153. "SpotLightHelper": "api/en/helpers/SpotLightHelper"
  154. },
  155. "Lights": {
  156. "AmbientLight": "api/en/lights/AmbientLight",
  157. "AmbientLightProbe": "api/en/lights/AmbientLightProbe",
  158. "DirectionalLight": "api/en/lights/DirectionalLight",
  159. "HemisphereLight": "api/en/lights/HemisphereLight",
  160. "HemisphereLightProbe": "api/en/lights/HemisphereLightProbe",
  161. "Light": "api/en/lights/Light",
  162. "LightProbe": "api/en/lights/LightProbe",
  163. "PointLight": "api/en/lights/PointLight",
  164. "RectAreaLight": "api/en/lights/RectAreaLight",
  165. "SpotLight": "api/en/lights/SpotLight"
  166. },
  167. "Lights / Shadows": {
  168. "LightShadow": "api/en/lights/shadows/LightShadow",
  169. "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
  170. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  171. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  172. },
  173. "Loaders": {
  174. "AnimationLoader": "api/en/loaders/AnimationLoader",
  175. "AudioLoader": "api/en/loaders/AudioLoader",
  176. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  177. "Cache": "api/en/loaders/Cache",
  178. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  179. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  180. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  181. "FileLoader": "api/en/loaders/FileLoader",
  182. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  183. "ImageLoader": "api/en/loaders/ImageLoader",
  184. "Loader": "api/en/loaders/Loader",
  185. "LoaderUtils": "api/en/loaders/LoaderUtils",
  186. "MaterialLoader": "api/en/loaders/MaterialLoader",
  187. "ObjectLoader": "api/en/loaders/ObjectLoader",
  188. "TextureLoader": "api/en/loaders/TextureLoader"
  189. },
  190. "Loaders / Managers": {
  191. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  192. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  193. },
  194. "Materials": {
  195. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  196. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  197. "Material": "api/en/materials/Material",
  198. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  199. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  200. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  201. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  202. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  203. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  204. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  205. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  206. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  207. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  208. "PointsMaterial": "api/en/materials/PointsMaterial",
  209. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  210. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  211. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  212. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  213. },
  214. "Math": {
  215. "Box2": "api/en/math/Box2",
  216. "Box3": "api/en/math/Box3",
  217. "Color": "api/en/math/Color",
  218. "Cylindrical": "api/en/math/Cylindrical",
  219. "Euler": "api/en/math/Euler",
  220. "Frustum": "api/en/math/Frustum",
  221. "Interpolant": "api/en/math/Interpolant",
  222. "Line3": "api/en/math/Line3",
  223. "MathUtils": "api/en/math/MathUtils",
  224. "Matrix3": "api/en/math/Matrix3",
  225. "Matrix4": "api/en/math/Matrix4",
  226. "Plane": "api/en/math/Plane",
  227. "Quaternion": "api/en/math/Quaternion",
  228. "Ray": "api/en/math/Ray",
  229. "Sphere": "api/en/math/Sphere",
  230. "Spherical": "api/en/math/Spherical",
  231. "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
  232. "Triangle": "api/en/math/Triangle",
  233. "Vector2": "api/en/math/Vector2",
  234. "Vector3": "api/en/math/Vector3",
  235. "Vector4": "api/en/math/Vector4"
  236. },
  237. "Math / Interpolants": {
  238. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  239. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  240. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  241. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  242. },
  243. "Objects": {
  244. "Bone": "api/en/objects/Bone",
  245. "Group": "api/en/objects/Group",
  246. "InstancedMesh": "api/en/objects/InstancedMesh",
  247. "Line": "api/en/objects/Line",
  248. "LineLoop": "api/en/objects/LineLoop",
  249. "LineSegments": "api/en/objects/LineSegments",
  250. "LOD": "api/en/objects/LOD",
  251. "Mesh": "api/en/objects/Mesh",
  252. "Points": "api/en/objects/Points",
  253. "Skeleton": "api/en/objects/Skeleton",
  254. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  255. "Sprite": "api/en/objects/Sprite"
  256. },
  257. "Renderers": {
  258. "WebGLMultipleRenderTargets": "api/en/renderers/WebGLMultipleRenderTargets",
  259. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  260. "WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
  261. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  262. "WebGL3DRenderTarget": "api/en/renderers/WebGL3DRenderTarget",
  263. "WebGLArrayRenderTarget": "api/en/renderers/WebGLArrayRenderTarget",
  264. "WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
  265. },
  266. "Renderers / Shaders": {
  267. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  268. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  269. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  270. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  271. },
  272. "Renderers / WebXR": {
  273. "WebXRManager": "api/en/renderers/webxr/WebXRManager"
  274. },
  275. "Scenes": {
  276. "Fog": "api/en/scenes/Fog",
  277. "FogExp2": "api/en/scenes/FogExp2",
  278. "Scene": "api/en/scenes/Scene"
  279. },
  280. "Textures": {
  281. "CanvasTexture": "api/en/textures/CanvasTexture",
  282. "CompressedTexture": "api/en/textures/CompressedTexture",
  283. "CubeTexture": "api/en/textures/CubeTexture",
  284. "Data3DTexture": "api/en/textures/Data3DTexture",
  285. "DataArrayTexture": "api/en/textures/DataArrayTexture",
  286. "DataTexture": "api/en/textures/DataTexture",
  287. "DepthTexture": "api/en/textures/DepthTexture",
  288. "FramebufferTexture": "api/en/textures/FramebufferTexture",
  289. "Source": "api/en/textures/Source",
  290. "Texture": "api/en/textures/Texture",
  291. "VideoTexture": "api/en/textures/VideoTexture"
  292. }
  293. },
  294. "Examples": {
  295. "Animations": {
  296. "CCDIKSolver": "examples/en/animations/CCDIKSolver",
  297. "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
  298. "MMDPhysics": "examples/en/animations/MMDPhysics"
  299. },
  300. "Controls": {
  301. "ArcballControls": "examples/en/controls/ArcballControls",
  302. "DragControls": "examples/en/controls/DragControls",
  303. "FirstPersonControls": "examples/en/controls/FirstPersonControls",
  304. "FlyControls": "examples/en/controls/FlyControls",
  305. "OrbitControls": "examples/en/controls/OrbitControls",
  306. "PointerLockControls": "examples/en/controls/PointerLockControls",
  307. "TrackballControls": "examples/en/controls/TrackballControls",
  308. "TransformControls": "examples/en/controls/TransformControls"
  309. },
  310. "Geometries": {
  311. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  312. "DecalGeometry": "examples/en/geometries/DecalGeometry",
  313. "ParametricGeometry": "examples/en/geometries/ParametricGeometry",
  314. "TextGeometry": "examples/en/geometries/TextGeometry"
  315. },
  316. "Helpers": {
  317. "LightProbeHelper": "examples/en/helpers/LightProbeHelper",
  318. "PositionalAudioHelper": "examples/en/helpers/PositionalAudioHelper",
  319. "RectAreaLightHelper": "examples/en/helpers/RectAreaLightHelper",
  320. "VertexNormalsHelper": "examples/en/helpers/VertexNormalsHelper",
  321. "VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
  322. },
  323. "Lights": {
  324. "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
  325. },
  326. "Loaders": {
  327. "3DMLoader": "examples/en/loaders/3DMLoader",
  328. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  329. "FontLoader": "examples/en/loaders/FontLoader",
  330. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  331. "KTX2Loader": "examples/en/loaders/KTX2Loader",
  332. "LDrawLoader": "examples/en/loaders/LDrawLoader",
  333. "MMDLoader": "examples/en/loaders/MMDLoader",
  334. "MTLLoader": "examples/en/loaders/MTLLoader",
  335. "OBJLoader": "examples/en/loaders/OBJLoader",
  336. "PCDLoader": "examples/en/loaders/PCDLoader",
  337. "PDBLoader": "examples/en/loaders/PDBLoader",
  338. "PRWMLoader": "examples/en/loaders/PRWMLoader",
  339. "SVGLoader": "examples/en/loaders/SVGLoader",
  340. "TGALoader": "examples/en/loaders/TGALoader"
  341. },
  342. "Objects": {
  343. "Lensflare": "examples/en/objects/Lensflare"
  344. },
  345. "Post-Processing": {
  346. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  347. },
  348. "Exporters": {
  349. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  350. "PLYExporter": "examples/en/exporters/PLYExporter",
  351. "ColladaExporter": "examples/en/exporters/ColladaExporter",
  352. "EXRExporter": "examples/en/exporters/EXRExporter"
  353. },
  354. "Math": {
  355. "LookupTable": "examples/en/math/Lut",
  356. "MeshSurfaceSampler": "examples/en/math/MeshSurfaceSampler",
  357. "OBB": "examples/en/math/OBB"
  358. },
  359. "ConvexHull": {
  360. "Face": "examples/en/math/convexhull/Face",
  361. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  362. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  363. "VertexNode": "examples/en/math/convexhull/VertexNode",
  364. "VertexList": "examples/en/math/convexhull/VertexList"
  365. },
  366. "Renderers": {
  367. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  368. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  369. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  370. },
  371. "Utils": {
  372. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  373. "CameraUtils": "examples/en/utils/CameraUtils",
  374. "SceneUtils": "examples/en/utils/SceneUtils",
  375. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  376. }
  377. },
  378. "Developer Reference": {
  379. "WebGLRenderer": {
  380. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram"
  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. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  696. "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
  697. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  698. "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
  699. },
  700. "渲染器 / 着色器": {
  701. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  702. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  703. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  704. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  705. },
  706. "渲染器 / WebXR": {
  707. "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
  708. },
  709. "场景": {
  710. "Fog": "api/zh/scenes/Fog",
  711. "FogExp2": "api/zh/scenes/FogExp2",
  712. "Scene": "api/zh/scenes/Scene"
  713. },
  714. "纹理贴图": {
  715. "CanvasTexture": "api/zh/textures/CanvasTexture",
  716. "CompressedTexture": "api/zh/textures/CompressedTexture",
  717. "CubeTexture": "api/zh/textures/CubeTexture",
  718. "DataArrayTexture": "api/zh/textures/DataArrayTexture",
  719. "Data3DTexture": "api/zh/textures/Data3DTexture",
  720. "DataTexture": "api/zh/textures/DataTexture",
  721. "DepthTexture": "api/zh/textures/DepthTexture",
  722. "FramebufferTexture": "api/zh/textures/FramebufferTexture",
  723. "Source": "api/zh/textures/Source",
  724. "Texture": "api/zh/textures/Texture",
  725. "VideoTexture": "api/zh/textures/VideoTexture"
  726. }
  727. },
  728. "示例": {
  729. "动画": {
  730. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  731. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  732. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  733. },
  734. "控制": {
  735. "DragControls": "examples/zh/controls/DragControls",
  736. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  737. "FlyControls": "examples/zh/controls/FlyControls",
  738. "OrbitControls": "examples/zh/controls/OrbitControls",
  739. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  740. "TrackballControls": "examples/zh/controls/TrackballControls",
  741. "TransformControls": "examples/zh/controls/TransformControls"
  742. },
  743. "几何体": {
  744. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  745. "DecalGeometry": "examples/zh/geometries/DecalGeometry",
  746. "ParametricGeometry": "examples/zh/geometries/ParametricGeometry",
  747. "TextGeometry": "examples/zh/geometries/TextGeometry"
  748. },
  749. "辅助对象": {
  750. "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
  751. "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
  752. "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
  753. "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
  754. "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
  755. },
  756. "灯光": {
  757. "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
  758. },
  759. "加载器": {
  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. "WebGL渲染器": {
  808. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram"
  809. }
  810. }
  811. },
  812. "ko": {
  813. "매뉴얼": {
  814. "시작하기": {
  815. "장면 만들기": "manual/ko/introduction/Creating-a-scene",
  816. "설치": "manual/ko/introduction/Installation",
  817. "WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
  818. "로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
  819. "선 그리기": "manual/ko/introduction/Drawing-lines",
  820. "텍스트 만들기": "manual/ko/introduction/Creating-text",
  821. "3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
  822. "FAQ": "manual/ko/introduction/FAQ",
  823. "참고 링크": "manual/ko/introduction/Useful-links"
  824. },
  825. "심화 과정": {
  826. "오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
  827. "오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
  828. "VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
  829. "후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
  830. "행렬 변환": "manual/ko/introduction/Matrix-transformations",
  831. "애니메이션 시스템": "manual/ko/introduction/Animation-system"
  832. },
  833. "빌드 도구": {
  834. "NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
  835. }
  836. },
  837. "레퍼런스": {
  838. "애니메이션": {
  839. "AnimationAction": "api/ko/animation/AnimationAction",
  840. "AnimationClip": "api/ko/animation/AnimationClip",
  841. "AnimationMixer": "api/ko/animation/AnimationMixer",
  842. "AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
  843. "AnimationUtils": "api/ko/animation/AnimationUtils",
  844. "KeyframeTrack": "api/ko/animation/KeyframeTrack",
  845. "PropertyBinding": "api/ko/animation/PropertyBinding",
  846. "PropertyMixer": "api/ko/animation/PropertyMixer"
  847. },
  848. "애니메이션 / 트랙": {
  849. "BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
  850. "ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
  851. "NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
  852. "QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
  853. "StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
  854. "VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
  855. },
  856. "오디오": {
  857. "Audio": "api/ko/audio/Audio",
  858. "AudioAnalyser": "api/ko/audio/AudioAnalyser",
  859. "AudioContext": "api/ko/audio/AudioContext",
  860. "AudioListener": "api/ko/audio/AudioListener",
  861. "PositionalAudio": "api/ko/audio/PositionalAudio"
  862. },
  863. "카메라": {
  864. "ArrayCamera": "api/ko/cameras/ArrayCamera",
  865. "Camera": "api/ko/cameras/Camera",
  866. "CubeCamera": "api/ko/cameras/CubeCamera",
  867. "OrthographicCamera": "api/ko/cameras/OrthographicCamera",
  868. "PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
  869. "StereoCamera": "api/ko/cameras/StereoCamera"
  870. },
  871. "상수": {
  872. "Animation": "api/ko/constants/Animation",
  873. "Core": "api/ko/constants/Core",
  874. "CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
  875. "Materials": "api/ko/constants/Materials",
  876. "Renderer": "api/ko/constants/Renderer",
  877. "Textures": "api/ko/constants/Textures"
  878. },
  879. "Core": {
  880. "BufferAttribute": "api/ko/core/BufferAttribute",
  881. "BufferGeometry": "api/ko/core/BufferGeometry",
  882. "Clock": "api/ko/core/Clock",
  883. "EventDispatcher": "api/ko/core/EventDispatcher",
  884. "GLBufferAttribute": "api/ko/core/GLBufferAttribute",
  885. "InstancedBufferAttribute": "api/ko/core/InstancedBufferAttribute",
  886. "InstancedBufferGeometry": "api/ko/core/InstancedBufferGeometry",
  887. "InstancedInterleavedBuffer": "api/ko/core/InstancedInterleavedBuffer",
  888. "InterleavedBuffer": "api/ko/core/InterleavedBuffer",
  889. "InterleavedBufferAttribute": "api/ko/core/InterleavedBufferAttribute",
  890. "Layers": "api/ko/core/Layers",
  891. "Object3D": "api/ko/core/Object3D",
  892. "Raycaster": "api/ko/core/Raycaster",
  893. "Uniform": "api/ko/core/Uniform"
  894. },
  895. "Core / BufferAttributes": {
  896. "BufferAttribute Types": "api/ko/core/bufferAttributeTypes/BufferAttributeTypes"
  897. },
  898. "Extras": {
  899. "DataUtils": "api/ko/extras/DataUtils",
  900. "Earcut": "api/ko/extras/Earcut",
  901. "ImageUtils": "api/ko/extras/ImageUtils",
  902. "PMREMGenerator": "api/ko/extras/PMREMGenerator",
  903. "ShapeUtils": "api/ko/extras/ShapeUtils"
  904. },
  905. "Extras / Core": {
  906. "Curve": "api/ko/extras/core/Curve",
  907. "CurvePath": "api/ko/extras/core/CurvePath",
  908. "Interpolations": "api/ko/extras/core/Interpolations",
  909. "Path": "api/ko/extras/core/Path",
  910. "Shape": "api/ko/extras/core/Shape",
  911. "ShapePath": "api/ko/extras/core/ShapePath"
  912. },
  913. "Extras / Curves": {
  914. "ArcCurve": "api/ko/extras/curves/ArcCurve",
  915. "CatmullRomCurve3": "api/ko/extras/curves/CatmullRomCurve3",
  916. "CubicBezierCurve": "api/ko/extras/curves/CubicBezierCurve",
  917. "CubicBezierCurve3": "api/ko/extras/curves/CubicBezierCurve3",
  918. "EllipseCurve": "api/ko/extras/curves/EllipseCurve",
  919. "LineCurve": "api/ko/extras/curves/LineCurve",
  920. "LineCurve3": "api/ko/extras/curves/LineCurve3",
  921. "QuadraticBezierCurve": "api/ko/extras/curves/QuadraticBezierCurve",
  922. "QuadraticBezierCurve3": "api/ko/extras/curves/QuadraticBezierCurve3",
  923. "SplineCurve": "api/ko/extras/curves/SplineCurve"
  924. }
  925. },
  926. "예제": {
  927. "컨트롤": {
  928. "DragControls": "examples/ko/controls/DragControls",
  929. "FirstPersonControls": "examples/ko/controls/FirstPersonControls",
  930. "FlyControls": "examples/ko/controls/FlyControls",
  931. "OrbitControls": "examples/ko/controls/OrbitControls",
  932. "PointerLockControls": "examples/ko/controls/PointerLockControls",
  933. "TrackballControls": "examples/ko/controls/TrackballControls",
  934. "TransformControls": "examples/ko/controls/TransformControls"
  935. }
  936. }
  937. },
  938. "ja": {
  939. "マニュアル": {
  940. "はじめてみましょう": {
  941. "シーンの作成": "manual/ja/introduction/Creating-a-scene",
  942. "インストールの方法": "manual/ja/introduction/Installation",
  943. "WebGLの互換性の確認": "manual/ja/introduction/WebGL-compatibility-check",
  944. "localで実行する方法": "manual/ja/introduction/How-to-run-things-locally",
  945. "線を引く": "manual/ja/introduction/Drawing-lines",
  946. "テキストを作成する": "manual/ja/introduction/Creating-text",
  947. "3Dモデルをロードする": "manual/ja/introduction/Loading-3D-models",
  948. "ライブラリとプラグイン": "manual/ja/introduction/Libraries-and-Plugins",
  949. "FAQ": "manual/ja/introduction/FAQ",
  950. "役にたつリンク集": "manual/ja/introduction/Useful-links"
  951. },
  952. "次の段階": {
  953. "更新の仕方": "manual/ja/introduction/How-to-update-things",
  954. "オブジェクトを廃棄する方法": "manual/ja/introduction/How-to-dispose-of-objects",
  955. "VRコンテンツの作り方": "manual/ja/introduction/How-to-create-VR-content",
  956. "post-processingの使い方": "manual/ja/introduction/How-to-use-post-processing",
  957. "行列の変換": "manual/ja/introduction/Matrix-transformations",
  958. "アニメーションシステム": "manual/ja/introduction/Animation-system"
  959. },
  960. "ビルドツール": {
  961. "NPMでテストを実行する": "manual/ja/buildTools/Testing-with-NPM"
  962. }
  963. }
  964. }
  965. }
粤ICP备19079148号