list.json 40 KB

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