2
0

list.json 42 KB

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