list.json 41 KB

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