list.json 44 KB

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