list.json 44 KB

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