list.json 41 KB

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