list.json 42 KB

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