list.json 41 KB

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