list.json 43 KB

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