list.json 42 KB

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