list.json 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620
  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. "Color management": "manual/en/introduction/Color-management"
  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. "BufferAttributeUsage": "api/en/constants/BufferAttributeUsage",
  68. "Materials": "api/en/constants/Materials",
  69. "Renderer": "api/en/constants/Renderer",
  70. "Textures": "api/en/constants/Textures"
  71. },
  72. "Core": {
  73. "BufferAttribute": "api/en/core/BufferAttribute",
  74. "BufferGeometry": "api/en/core/BufferGeometry",
  75. "Clock": "api/en/core/Clock",
  76. "EventDispatcher": "api/en/core/EventDispatcher",
  77. "GLBufferAttribute": "api/en/core/GLBufferAttribute",
  78. "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
  79. "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
  80. "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
  81. "InterleavedBuffer": "api/en/core/InterleavedBuffer",
  82. "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
  83. "Layers": "api/en/core/Layers",
  84. "Object3D": "api/en/core/Object3D",
  85. "Raycaster": "api/en/core/Raycaster",
  86. "Uniform": "api/en/core/Uniform"
  87. },
  88. "Core / BufferAttributes": {
  89. "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
  90. },
  91. "Extras": {
  92. "DataUtils": "api/en/extras/DataUtils",
  93. "Earcut": "api/en/extras/Earcut",
  94. "ImageUtils": "api/en/extras/ImageUtils",
  95. "PMREMGenerator": "api/en/extras/PMREMGenerator",
  96. "ShapeUtils": "api/en/extras/ShapeUtils"
  97. },
  98. "Extras / Core": {
  99. "Curve": "api/en/extras/core/Curve",
  100. "CurvePath": "api/en/extras/core/CurvePath",
  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. "Geometries": {
  119. "BoxGeometry": "api/en/geometries/BoxGeometry",
  120. "CapsuleGeometry": "api/en/geometries/CapsuleGeometry",
  121. "CircleGeometry": "api/en/geometries/CircleGeometry",
  122. "ConeGeometry": "api/en/geometries/ConeGeometry",
  123. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  124. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  125. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  126. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  127. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  128. "LatheGeometry": "api/en/geometries/LatheGeometry",
  129. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  130. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  131. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  132. "RingGeometry": "api/en/geometries/RingGeometry",
  133. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  134. "SphereGeometry": "api/en/geometries/SphereGeometry",
  135. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  136. "TorusGeometry": "api/en/geometries/TorusGeometry",
  137. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  138. "TubeGeometry": "api/en/geometries/TubeGeometry",
  139. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  140. },
  141. "Helpers": {
  142. "ArrowHelper": "api/en/helpers/ArrowHelper",
  143. "AxesHelper": "api/en/helpers/AxesHelper",
  144. "BoxHelper": "api/en/helpers/BoxHelper",
  145. "Box3Helper": "api/en/helpers/Box3Helper",
  146. "CameraHelper": "api/en/helpers/CameraHelper",
  147. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  148. "GridHelper": "api/en/helpers/GridHelper",
  149. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  150. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  151. "PlaneHelper": "api/en/helpers/PlaneHelper",
  152. "PointLightHelper": "api/en/helpers/PointLightHelper",
  153. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  154. "SpotLightHelper": "api/en/helpers/SpotLightHelper"
  155. },
  156. "Lights": {
  157. "AmbientLight": "api/en/lights/AmbientLight",
  158. "AmbientLightProbe": "api/en/lights/AmbientLightProbe",
  159. "DirectionalLight": "api/en/lights/DirectionalLight",
  160. "HemisphereLight": "api/en/lights/HemisphereLight",
  161. "HemisphereLightProbe": "api/en/lights/HemisphereLightProbe",
  162. "Light": "api/en/lights/Light",
  163. "LightProbe": "api/en/lights/LightProbe",
  164. "PointLight": "api/en/lights/PointLight",
  165. "RectAreaLight": "api/en/lights/RectAreaLight",
  166. "SpotLight": "api/en/lights/SpotLight"
  167. },
  168. "Lights / Shadows": {
  169. "LightShadow": "api/en/lights/shadows/LightShadow",
  170. "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
  171. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  172. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  173. },
  174. "Loaders": {
  175. "AnimationLoader": "api/en/loaders/AnimationLoader",
  176. "AudioLoader": "api/en/loaders/AudioLoader",
  177. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  178. "Cache": "api/en/loaders/Cache",
  179. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  180. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  181. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  182. "FileLoader": "api/en/loaders/FileLoader",
  183. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  184. "ImageLoader": "api/en/loaders/ImageLoader",
  185. "Loader": "api/en/loaders/Loader",
  186. "LoaderUtils": "api/en/loaders/LoaderUtils",
  187. "MaterialLoader": "api/en/loaders/MaterialLoader",
  188. "ObjectLoader": "api/en/loaders/ObjectLoader",
  189. "TextureLoader": "api/en/loaders/TextureLoader"
  190. },
  191. "Loaders / Managers": {
  192. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  193. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  194. },
  195. "Materials": {
  196. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  197. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  198. "Material": "api/en/materials/Material",
  199. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  200. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  201. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  202. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  203. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  204. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  205. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  206. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  207. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  208. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  209. "PointsMaterial": "api/en/materials/PointsMaterial",
  210. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  211. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  212. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  213. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  214. },
  215. "Math": {
  216. "Box2": "api/en/math/Box2",
  217. "Box3": "api/en/math/Box3",
  218. "Color": "api/en/math/Color",
  219. "Cylindrical": "api/en/math/Cylindrical",
  220. "Euler": "api/en/math/Euler",
  221. "Frustum": "api/en/math/Frustum",
  222. "Interpolant": "api/en/math/Interpolant",
  223. "Line3": "api/en/math/Line3",
  224. "MathUtils": "api/en/math/MathUtils",
  225. "Matrix3": "api/en/math/Matrix3",
  226. "Matrix4": "api/en/math/Matrix4",
  227. "Plane": "api/en/math/Plane",
  228. "Quaternion": "api/en/math/Quaternion",
  229. "Ray": "api/en/math/Ray",
  230. "Sphere": "api/en/math/Sphere",
  231. "Spherical": "api/en/math/Spherical",
  232. "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
  233. "Triangle": "api/en/math/Triangle",
  234. "Vector2": "api/en/math/Vector2",
  235. "Vector3": "api/en/math/Vector3",
  236. "Vector4": "api/en/math/Vector4"
  237. },
  238. "Math / Interpolants": {
  239. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  240. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  241. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  242. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  243. },
  244. "Objects": {
  245. "Bone": "api/en/objects/Bone",
  246. "Group": "api/en/objects/Group",
  247. "InstancedMesh": "api/en/objects/InstancedMesh",
  248. "Line": "api/en/objects/Line",
  249. "LineLoop": "api/en/objects/LineLoop",
  250. "LineSegments": "api/en/objects/LineSegments",
  251. "LOD": "api/en/objects/LOD",
  252. "Mesh": "api/en/objects/Mesh",
  253. "Points": "api/en/objects/Points",
  254. "Skeleton": "api/en/objects/Skeleton",
  255. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  256. "Sprite": "api/en/objects/Sprite"
  257. },
  258. "Renderers": {
  259. "WebGLMultipleRenderTargets": "api/en/renderers/WebGLMultipleRenderTargets",
  260. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  261. "WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
  262. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  263. "WebGL3DRenderTarget": "api/en/renderers/WebGL3DRenderTarget",
  264. "WebGLArrayRenderTarget": "api/en/renderers/WebGLArrayRenderTarget",
  265. "WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
  266. },
  267. "Renderers / Shaders": {
  268. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  269. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  270. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  271. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  272. },
  273. "Renderers / WebXR": {
  274. "WebXRManager": "api/en/renderers/webxr/WebXRManager"
  275. },
  276. "Scenes": {
  277. "Fog": "api/en/scenes/Fog",
  278. "FogExp2": "api/en/scenes/FogExp2",
  279. "Scene": "api/en/scenes/Scene"
  280. },
  281. "Textures": {
  282. "CanvasTexture": "api/en/textures/CanvasTexture",
  283. "CompressedTexture": "api/en/textures/CompressedTexture",
  284. "CompressedArrayTexture": "api/en/textures/CompressedArrayTexture",
  285. "CubeTexture": "api/en/textures/CubeTexture",
  286. "Data3DTexture": "api/en/textures/Data3DTexture",
  287. "DataArrayTexture": "api/en/textures/DataArrayTexture",
  288. "DataTexture": "api/en/textures/DataTexture",
  289. "DepthTexture": "api/en/textures/DepthTexture",
  290. "FramebufferTexture": "api/en/textures/FramebufferTexture",
  291. "Source": "api/en/textures/Source",
  292. "Texture": "api/en/textures/Texture",
  293. "VideoTexture": "api/en/textures/VideoTexture"
  294. }
  295. },
  296. "Examples": {
  297. "Animations": {
  298. "CCDIKSolver": "examples/en/animations/CCDIKSolver",
  299. "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
  300. "MMDPhysics": "examples/en/animations/MMDPhysics"
  301. },
  302. "Controls": {
  303. "ArcballControls": "examples/en/controls/ArcballControls",
  304. "DragControls": "examples/en/controls/DragControls",
  305. "FirstPersonControls": "examples/en/controls/FirstPersonControls",
  306. "FlyControls": "examples/en/controls/FlyControls",
  307. "OrbitControls": "examples/en/controls/OrbitControls",
  308. "PointerLockControls": "examples/en/controls/PointerLockControls",
  309. "TrackballControls": "examples/en/controls/TrackballControls",
  310. "TransformControls": "examples/en/controls/TransformControls"
  311. },
  312. "Geometries": {
  313. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  314. "DecalGeometry": "examples/en/geometries/DecalGeometry",
  315. "ParametricGeometry": "examples/en/geometries/ParametricGeometry",
  316. "TextGeometry": "examples/en/geometries/TextGeometry"
  317. },
  318. "Helpers": {
  319. "LightProbeHelper": "examples/en/helpers/LightProbeHelper",
  320. "PositionalAudioHelper": "examples/en/helpers/PositionalAudioHelper",
  321. "RectAreaLightHelper": "examples/en/helpers/RectAreaLightHelper",
  322. "VertexNormalsHelper": "examples/en/helpers/VertexNormalsHelper",
  323. "VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
  324. },
  325. "Lights": {
  326. "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
  327. },
  328. "Loaders": {
  329. "3DMLoader": "examples/en/loaders/3DMLoader",
  330. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  331. "FontLoader": "examples/en/loaders/FontLoader",
  332. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  333. "KTX2Loader": "examples/en/loaders/KTX2Loader",
  334. "LDrawLoader": "examples/en/loaders/LDrawLoader",
  335. "MMDLoader": "examples/en/loaders/MMDLoader",
  336. "MTLLoader": "examples/en/loaders/MTLLoader",
  337. "OBJLoader": "examples/en/loaders/OBJLoader",
  338. "PCDLoader": "examples/en/loaders/PCDLoader",
  339. "PDBLoader": "examples/en/loaders/PDBLoader",
  340. "PRWMLoader": "examples/en/loaders/PRWMLoader",
  341. "SVGLoader": "examples/en/loaders/SVGLoader",
  342. "TGALoader": "examples/en/loaders/TGALoader"
  343. },
  344. "Objects": {
  345. "Lensflare": "examples/en/objects/Lensflare"
  346. },
  347. "Post-Processing": {
  348. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  349. },
  350. "Exporters": {
  351. "ColladaExporter": "examples/en/exporters/ColladaExporter",
  352. "EXRExporter": "examples/en/exporters/EXRExporter",
  353. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  354. "OBJExporter": "examples/en/exporters/OBJExporter",
  355. "PLYExporter": "examples/en/exporters/PLYExporter"
  356. },
  357. "Math": {
  358. "LookupTable": "examples/en/math/Lut",
  359. "MeshSurfaceSampler": "examples/en/math/MeshSurfaceSampler",
  360. "OBB": "examples/en/math/OBB"
  361. },
  362. "ConvexHull": {
  363. "Face": "examples/en/math/convexhull/Face",
  364. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  365. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  366. "VertexNode": "examples/en/math/convexhull/VertexNode",
  367. "VertexList": "examples/en/math/convexhull/VertexList"
  368. },
  369. "Renderers": {
  370. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  371. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  372. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  373. },
  374. "Utils": {
  375. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  376. "CameraUtils": "examples/en/utils/CameraUtils",
  377. "SceneUtils": "examples/en/utils/SceneUtils",
  378. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  379. }
  380. },
  381. "Developer Reference": {
  382. "WebGLRenderer": {
  383. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram"
  384. }
  385. }
  386. },
  387. "ar": {
  388. "الكتيب": {
  389. "البدء": {
  390. "إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
  391. "التثبيت": "manual/ar/introduction/Installation",
  392. "فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
  393. "كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
  394. "رسم خطوط": "manual/ar/introduction/Drawing-lines",
  395. "إنشاء نص": "manual/ar/introduction/Creating-text",
  396. "تحميل نماذج ثلاثية الأبعاد": "manual/ar/introduction/Loading-3D-models",
  397. "الأسئلة الشائعة": "manual/ar/introduction/FAQ",
  398. "روابط مفيدة": "manual/ar/introduction/Useful-links"
  399. },
  400. "الخطوات التالية": {
  401. "كيفية تحديث الأشياء": "manual/ar/introduction/How-to-update-things",
  402. "كيفية التخلص من الأشياء": "manual/ar/introduction/How-to-dispose-of-objects",
  403. "كيفية إنشاء محتوى VR": "manual/ar/introduction/How-to-create-VR-content",
  404. "كيفية استخدام المعالجة اللاحقة (post-processing)": "manual/ar/introduction/How-to-use-post-processing",
  405. "تحولات المصفوفة (Matrix transformations)": "manual/ar/introduction/Matrix-transformations",
  406. "نظام الحركات": "manual/ar/introduction/Animation-system"
  407. },
  408. "أدوات البناء": {
  409. "الاختبار مع NPM": "manual/ar/buildTools/Testing-with-NPM"
  410. }
  411. },
  412. "المرجع": {
  413. "الحركات": {
  414. "AnimationAction": "api/ar/animation/AnimationAction",
  415. "AnimationClip": "api/ar/animation/AnimationClip",
  416. "AnimationMixer": "api/ar/animation/AnimationMixer",
  417. "AnimationObjectGroup": "api/ar/animation/AnimationObjectGroup",
  418. "AnimationUtils": "api/ar/animation/AnimationUtils",
  419. "KeyframeTrack": "api/ar/animation/KeyframeTrack",
  420. "PropertyBinding": "api/ar/animation/PropertyBinding",
  421. "PropertyMixer": "api/ar/animation/PropertyMixer"
  422. },
  423. "الحركات / Tracks": {
  424. "BooleanKeyframeTrack": "api/ar/animation/tracks/BooleanKeyframeTrack",
  425. "ColorKeyframeTrack": "api/ar/animation/tracks/ColorKeyframeTrack",
  426. "NumberKeyframeTrack": "api/ar/animation/tracks/NumberKeyframeTrack",
  427. "QuaternionKeyframeTrack": "api/ar/animation/tracks/QuaternionKeyframeTrack",
  428. "StringKeyframeTrack": "api/ar/animation/tracks/StringKeyframeTrack",
  429. "VectorKeyframeTrack": "api/ar/animation/tracks/VectorKeyframeTrack"
  430. },
  431. "Audio": {
  432. "Audio": "api/ar/audio/Audio",
  433. "AudioAnalyser": "api/ar/audio/AudioAnalyser",
  434. "AudioContext": "api/ar/audio/AudioContext",
  435. "AudioListener": "api/ar/audio/AudioListener",
  436. "PositionalAudio": "api/ar/audio/PositionalAudio"
  437. },
  438. "Cameras": {
  439. "ArrayCamera": "api/ar/cameras/ArrayCamera",
  440. "Camera": "api/ar/cameras/Camera",
  441. "CubeCamera": "api/ar/cameras/CubeCamera"
  442. }
  443. }
  444. },
  445. "zh": {
  446. "手册": {
  447. "起步": {
  448. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  449. "安装": "manual/zh/introduction/Installation",
  450. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  451. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  452. "画线": "manual/zh/introduction/Drawing-lines",
  453. "创建文字": "manual/zh/introduction/Creating-text",
  454. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  455. "常见问题": "manual/zh/introduction/FAQ",
  456. "一些有用的链接": "manual/zh/introduction/Useful-links"
  457. },
  458. "进阶": {
  459. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  460. "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
  461. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  462. "如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
  463. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  464. "动画系统": "manual/zh/introduction/Animation-system"
  465. },
  466. "构建工具": {
  467. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  468. }
  469. },
  470. "参考": {
  471. "动画": {
  472. "AnimationAction": "api/zh/animation/AnimationAction",
  473. "AnimationClip": "api/zh/animation/AnimationClip",
  474. "AnimationMixer": "api/zh/animation/AnimationMixer",
  475. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  476. "AnimationUtils": "api/zh/animation/AnimationUtils",
  477. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  478. "PropertyBinding": "api/zh/animation/PropertyBinding",
  479. "PropertyMixer": "api/zh/animation/PropertyMixer"
  480. },
  481. "动画 / 轨道": {
  482. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  483. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  484. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  485. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  486. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  487. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  488. },
  489. "音频": {
  490. "Audio": "api/zh/audio/Audio",
  491. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  492. "AudioContext": "api/zh/audio/AudioContext",
  493. "AudioListener": "api/zh/audio/AudioListener",
  494. "PositionalAudio": "api/zh/audio/PositionalAudio"
  495. },
  496. "摄像机": {
  497. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  498. "Camera": "api/zh/cameras/Camera",
  499. "CubeCamera": "api/zh/cameras/CubeCamera",
  500. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  501. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  502. "StereoCamera": "api/zh/cameras/StereoCamera"
  503. },
  504. "常量": {
  505. "Animation": "api/zh/constants/Animation",
  506. "Core": "api/zh/constants/Core",
  507. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  508. "Materials": "api/zh/constants/Materials",
  509. "Renderer": "api/zh/constants/Renderer",
  510. "Textures": "api/zh/constants/Textures"
  511. },
  512. "核心": {
  513. "BufferAttribute": "api/zh/core/BufferAttribute",
  514. "BufferGeometry": "api/zh/core/BufferGeometry",
  515. "Clock": "api/zh/core/Clock",
  516. "EventDispatcher": "api/zh/core/EventDispatcher",
  517. "GLBufferAttribute": "api/zh/core/GLBufferAttribute",
  518. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  519. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  520. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  521. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  522. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  523. "Layers": "api/zh/core/Layers",
  524. "Object3D": "api/zh/core/Object3D",
  525. "Raycaster": "api/zh/core/Raycaster",
  526. "Uniform": "api/zh/core/Uniform"
  527. },
  528. "核心 / BufferAttributes": {
  529. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  530. },
  531. "附件": {
  532. "Earcut": "api/zh/extras/Earcut",
  533. "ImageUtils": "api/zh/extras/ImageUtils",
  534. "PMREMGenerator": "api/zh/extras/PMREMGenerator",
  535. "ShapeUtils": "api/zh/extras/ShapeUtils"
  536. },
  537. "附件 / 核心": {
  538. "Curve": "api/zh/extras/core/Curve",
  539. "CurvePath": "api/zh/extras/core/CurvePath",
  540. "Interpolations": "api/zh/extras/core/Interpolations",
  541. "Path": "api/zh/extras/core/Path",
  542. "Shape": "api/zh/extras/core/Shape",
  543. "ShapePath": "api/zh/extras/core/ShapePath"
  544. },
  545. "附件 / 曲线": {
  546. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  547. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  548. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  549. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  550. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  551. "LineCurve": "api/zh/extras/curves/LineCurve",
  552. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  553. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  554. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  555. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  556. },
  557. "几何体": {
  558. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  559. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  560. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  561. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  562. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  563. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  564. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  565. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  566. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  567. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  568. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  569. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  570. "RingGeometry": "api/zh/geometries/RingGeometry",
  571. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  572. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  573. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  574. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  575. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  576. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  577. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  578. },
  579. "辅助对象": {
  580. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  581. "AxesHelper": "api/zh/helpers/AxesHelper",
  582. "BoxHelper": "api/zh/helpers/BoxHelper",
  583. "Box3Helper": "api/zh/helpers/Box3Helper",
  584. "CameraHelper": "api/zh/helpers/CameraHelper",
  585. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  586. "GridHelper": "api/zh/helpers/GridHelper",
  587. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  588. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  589. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  590. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  591. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  592. "SpotLightHelper": "api/zh/helpers/SpotLightHelper"
  593. },
  594. "灯光": {
  595. "AmbientLight": "api/zh/lights/AmbientLight",
  596. "AmbientLightProbe": "api/zh/lights/AmbientLightProbe",
  597. "DirectionalLight": "api/zh/lights/DirectionalLight",
  598. "HemisphereLight": "api/zh/lights/HemisphereLight",
  599. "HemisphereLightProbe": "api/zh/lights/HemisphereLightProbe",
  600. "Light": "api/zh/lights/Light",
  601. "LightProbe": "api/zh/lights/LightProbe",
  602. "PointLight": "api/zh/lights/PointLight",
  603. "RectAreaLight": "api/zh/lights/RectAreaLight",
  604. "SpotLight": "api/zh/lights/SpotLight"
  605. },
  606. "灯光 / 阴影": {
  607. "LightShadow": "api/zh/lights/shadows/LightShadow",
  608. "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
  609. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  610. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  611. },
  612. "加载器": {
  613. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  614. "AudioLoader": "api/zh/loaders/AudioLoader",
  615. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  616. "Cache": "api/zh/loaders/Cache",
  617. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  618. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  619. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  620. "FileLoader": "api/zh/loaders/FileLoader",
  621. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  622. "ImageLoader": "api/zh/loaders/ImageLoader",
  623. "Loader": "api/zh/loaders/Loader",
  624. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  625. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  626. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  627. "TextureLoader": "api/zh/loaders/TextureLoader"
  628. },
  629. "加载器 / 管理器": {
  630. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  631. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  632. },
  633. "材质": {
  634. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  635. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  636. "Material": "api/zh/materials/Material",
  637. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  638. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  639. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  640. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  641. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  642. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  643. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  644. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  645. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  646. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  647. "PointsMaterial": "api/zh/materials/PointsMaterial",
  648. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  649. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  650. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  651. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  652. },
  653. "数学库": {
  654. "Box2": "api/zh/math/Box2",
  655. "Box3": "api/zh/math/Box3",
  656. "Color": "api/zh/math/Color",
  657. "Cylindrical": "api/zh/math/Cylindrical",
  658. "Euler": "api/zh/math/Euler",
  659. "Frustum": "api/zh/math/Frustum",
  660. "Interpolant": "api/zh/math/Interpolant",
  661. "Line3": "api/zh/math/Line3",
  662. "MathUtils": "api/zh/math/MathUtils",
  663. "Matrix3": "api/zh/math/Matrix3",
  664. "Matrix4": "api/zh/math/Matrix4",
  665. "Plane": "api/zh/math/Plane",
  666. "Quaternion": "api/zh/math/Quaternion",
  667. "Ray": "api/zh/math/Ray",
  668. "Sphere": "api/zh/math/Sphere",
  669. "Spherical": "api/zh/math/Spherical",
  670. "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
  671. "Triangle": "api/zh/math/Triangle",
  672. "Vector2": "api/zh/math/Vector2",
  673. "Vector3": "api/zh/math/Vector3",
  674. "Vector4": "api/zh/math/Vector4"
  675. },
  676. "数学库 / 插值": {
  677. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  678. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  679. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  680. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  681. },
  682. "物体": {
  683. "Bone": "api/zh/objects/Bone",
  684. "Group": "api/zh/objects/Group",
  685. "InstancedMesh": "api/zh/objects/InstancedMesh",
  686. "Line": "api/zh/objects/Line",
  687. "LineLoop": "api/zh/objects/LineLoop",
  688. "LineSegments": "api/zh/objects/LineSegments",
  689. "LOD": "api/zh/objects/LOD",
  690. "Mesh": "api/zh/objects/Mesh",
  691. "Points": "api/zh/objects/Points",
  692. "Skeleton": "api/zh/objects/Skeleton",
  693. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  694. "Sprite": "api/zh/objects/Sprite"
  695. },
  696. "渲染器": {
  697. "WebGLMultipleRenderTargets": "api/zh/renderers/WebGLMultipleRenderTargets",
  698. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  699. "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
  700. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  701. "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
  702. },
  703. "渲染器 / 着色器": {
  704. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  705. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  706. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  707. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  708. },
  709. "渲染器 / WebXR": {
  710. "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
  711. },
  712. "场景": {
  713. "Fog": "api/zh/scenes/Fog",
  714. "FogExp2": "api/zh/scenes/FogExp2",
  715. "Scene": "api/zh/scenes/Scene"
  716. },
  717. "纹理贴图": {
  718. "CanvasTexture": "api/zh/textures/CanvasTexture",
  719. "CompressedTexture": "api/zh/textures/CompressedTexture",
  720. "CompressedArrayTexture": "api/zh/textures/CompressedArrayTexture",
  721. "CubeTexture": "api/zh/textures/CubeTexture",
  722. "DataArrayTexture": "api/zh/textures/DataArrayTexture",
  723. "Data3DTexture": "api/zh/textures/Data3DTexture",
  724. "DataTexture": "api/zh/textures/DataTexture",
  725. "DepthTexture": "api/zh/textures/DepthTexture",
  726. "FramebufferTexture": "api/zh/textures/FramebufferTexture",
  727. "Source": "api/zh/textures/Source",
  728. "Texture": "api/zh/textures/Texture",
  729. "VideoTexture": "api/zh/textures/VideoTexture"
  730. }
  731. },
  732. "示例": {
  733. "动画": {
  734. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  735. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  736. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  737. },
  738. "控制": {
  739. "DragControls": "examples/zh/controls/DragControls",
  740. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  741. "FlyControls": "examples/zh/controls/FlyControls",
  742. "OrbitControls": "examples/zh/controls/OrbitControls",
  743. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  744. "TrackballControls": "examples/zh/controls/TrackballControls",
  745. "TransformControls": "examples/zh/controls/TransformControls"
  746. },
  747. "几何体": {
  748. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  749. "DecalGeometry": "examples/zh/geometries/DecalGeometry",
  750. "ParametricGeometry": "examples/zh/geometries/ParametricGeometry",
  751. "TextGeometry": "examples/zh/geometries/TextGeometry"
  752. },
  753. "辅助对象": {
  754. "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
  755. "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
  756. "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
  757. "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
  758. "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
  759. },
  760. "灯光": {
  761. "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
  762. },
  763. "加载器": {
  764. "DRACOLoader": "examples/zh/loaders/DRACOLoader",
  765. "FontLoader": "examples/zh/loaders/FontLoader",
  766. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  767. "MMDLoader": "examples/zh/loaders/MMDLoader",
  768. "MTLLoader": "examples/zh/loaders/MTLLoader",
  769. "OBJLoader": "examples/zh/loaders/OBJLoader",
  770. "PCDLoader": "examples/zh/loaders/PCDLoader",
  771. "PDBLoader": "examples/zh/loaders/PDBLoader",
  772. "PRWMLoader": "examples/zh/loaders/PRWMLoader",
  773. "SVGLoader": "examples/zh/loaders/SVGLoader",
  774. "TGALoader": "examples/zh/loaders/TGALoader"
  775. },
  776. "物体": {
  777. "Lensflare": "examples/zh/objects/Lensflare"
  778. },
  779. "后期处理": {
  780. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  781. },
  782. "导出器": {
  783. "ColladaExporter": "examples/zh/exporters/ColladaExporter",
  784. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  785. "PLYExporter": "examples/zh/exporters/PLYExporter"
  786. },
  787. "数学库": {
  788. "LookupTable": "examples/zh/math/Lut",
  789. "MeshSurfaceSampler": "examples/zh/math/MeshSurfaceSampler",
  790. "OBB": "examples/en/math/OBB"
  791. },
  792. "QuickHull": {
  793. "Face": "examples/zh/math/convexhull/Face",
  794. "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
  795. "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
  796. "VertexNode": "examples/zh/math/convexhull/VertexNode",
  797. "VertexList": "examples/zh/math/convexhull/VertexList"
  798. },
  799. "渲染器": {
  800. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  801. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  802. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  803. },
  804. "实用工具": {
  805. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  806. "SceneUtils": "examples/zh/utils/SceneUtils",
  807. "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
  808. }
  809. },
  810. "开发者参考": {
  811. "WebGL渲染器": {
  812. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram"
  813. }
  814. }
  815. },
  816. "ko": {
  817. "매뉴얼": {
  818. "시작하기": {
  819. "장면 만들기": "manual/ko/introduction/Creating-a-scene",
  820. "설치": "manual/ko/introduction/Installation",
  821. "WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
  822. "로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
  823. "선 그리기": "manual/ko/introduction/Drawing-lines",
  824. "텍스트 만들기": "manual/ko/introduction/Creating-text",
  825. "3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
  826. "FAQ": "manual/ko/introduction/FAQ",
  827. "참고 링크": "manual/ko/introduction/Useful-links"
  828. },
  829. "심화 과정": {
  830. "오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
  831. "오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
  832. "VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
  833. "후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
  834. "행렬 변환": "manual/ko/introduction/Matrix-transformations",
  835. "애니메이션 시스템": "manual/ko/introduction/Animation-system"
  836. },
  837. "빌드 도구": {
  838. "NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
  839. }
  840. },
  841. "레퍼런스": {
  842. "애니메이션": {
  843. "AnimationAction": "api/ko/animation/AnimationAction",
  844. "AnimationClip": "api/ko/animation/AnimationClip",
  845. "AnimationMixer": "api/ko/animation/AnimationMixer",
  846. "AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
  847. "AnimationUtils": "api/ko/animation/AnimationUtils",
  848. "KeyframeTrack": "api/ko/animation/KeyframeTrack",
  849. "PropertyBinding": "api/ko/animation/PropertyBinding",
  850. "PropertyMixer": "api/ko/animation/PropertyMixer"
  851. },
  852. "애니메이션 / 트랙": {
  853. "BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
  854. "ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
  855. "NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
  856. "QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
  857. "StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
  858. "VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
  859. },
  860. "오디오": {
  861. "Audio": "api/ko/audio/Audio",
  862. "AudioAnalyser": "api/ko/audio/AudioAnalyser",
  863. "AudioContext": "api/ko/audio/AudioContext",
  864. "AudioListener": "api/ko/audio/AudioListener",
  865. "PositionalAudio": "api/ko/audio/PositionalAudio"
  866. },
  867. "카메라": {
  868. "ArrayCamera": "api/ko/cameras/ArrayCamera",
  869. "Camera": "api/ko/cameras/Camera",
  870. "CubeCamera": "api/ko/cameras/CubeCamera",
  871. "OrthographicCamera": "api/ko/cameras/OrthographicCamera",
  872. "PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
  873. "StereoCamera": "api/ko/cameras/StereoCamera"
  874. },
  875. "상수": {
  876. "Animation": "api/ko/constants/Animation",
  877. "Core": "api/ko/constants/Core",
  878. "CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
  879. "Materials": "api/ko/constants/Materials",
  880. "Renderer": "api/ko/constants/Renderer",
  881. "Textures": "api/ko/constants/Textures"
  882. },
  883. "Core": {
  884. "BufferAttribute": "api/ko/core/BufferAttribute",
  885. "BufferGeometry": "api/ko/core/BufferGeometry",
  886. "Clock": "api/ko/core/Clock",
  887. "EventDispatcher": "api/ko/core/EventDispatcher",
  888. "GLBufferAttribute": "api/ko/core/GLBufferAttribute",
  889. "InstancedBufferAttribute": "api/ko/core/InstancedBufferAttribute",
  890. "InstancedBufferGeometry": "api/ko/core/InstancedBufferGeometry",
  891. "InstancedInterleavedBuffer": "api/ko/core/InstancedInterleavedBuffer",
  892. "InterleavedBuffer": "api/ko/core/InterleavedBuffer",
  893. "InterleavedBufferAttribute": "api/ko/core/InterleavedBufferAttribute",
  894. "Layers": "api/ko/core/Layers",
  895. "Object3D": "api/ko/core/Object3D",
  896. "Raycaster": "api/ko/core/Raycaster",
  897. "Uniform": "api/ko/core/Uniform"
  898. },
  899. "Core / BufferAttributes": {
  900. "BufferAttribute Types": "api/ko/core/bufferAttributeTypes/BufferAttributeTypes"
  901. },
  902. "Extras": {
  903. "DataUtils": "api/ko/extras/DataUtils",
  904. "Earcut": "api/ko/extras/Earcut",
  905. "ImageUtils": "api/ko/extras/ImageUtils",
  906. "PMREMGenerator": "api/ko/extras/PMREMGenerator",
  907. "ShapeUtils": "api/ko/extras/ShapeUtils"
  908. },
  909. "Extras / Core": {
  910. "Curve": "api/ko/extras/core/Curve",
  911. "CurvePath": "api/ko/extras/core/CurvePath",
  912. "Interpolations": "api/ko/extras/core/Interpolations",
  913. "Path": "api/ko/extras/core/Path",
  914. "Shape": "api/ko/extras/core/Shape",
  915. "ShapePath": "api/ko/extras/core/ShapePath"
  916. },
  917. "Extras / Curves": {
  918. "ArcCurve": "api/ko/extras/curves/ArcCurve",
  919. "CatmullRomCurve3": "api/ko/extras/curves/CatmullRomCurve3",
  920. "CubicBezierCurve": "api/ko/extras/curves/CubicBezierCurve",
  921. "CubicBezierCurve3": "api/ko/extras/curves/CubicBezierCurve3",
  922. "EllipseCurve": "api/ko/extras/curves/EllipseCurve",
  923. "LineCurve": "api/ko/extras/curves/LineCurve",
  924. "LineCurve3": "api/ko/extras/curves/LineCurve3",
  925. "QuadraticBezierCurve": "api/ko/extras/curves/QuadraticBezierCurve",
  926. "QuadraticBezierCurve3": "api/ko/extras/curves/QuadraticBezierCurve3",
  927. "SplineCurve": "api/ko/extras/curves/SplineCurve"
  928. }
  929. },
  930. "예제": {
  931. "컨트롤": {
  932. "DragControls": "examples/ko/controls/DragControls",
  933. "FirstPersonControls": "examples/ko/controls/FirstPersonControls",
  934. "FlyControls": "examples/ko/controls/FlyControls",
  935. "OrbitControls": "examples/ko/controls/OrbitControls",
  936. "PointerLockControls": "examples/ko/controls/PointerLockControls",
  937. "TrackballControls": "examples/ko/controls/TrackballControls",
  938. "TransformControls": "examples/ko/controls/TransformControls"
  939. }
  940. }
  941. },
  942. "ja": {
  943. "マニュアル": {
  944. "はじめてみましょう": {
  945. "シーンの作成": "manual/ja/introduction/Creating-a-scene",
  946. "インストールの方法": "manual/ja/introduction/Installation",
  947. "WebGLの互換性の確認": "manual/ja/introduction/WebGL-compatibility-check",
  948. "localで実行する方法": "manual/ja/introduction/How-to-run-things-locally",
  949. "線を引く": "manual/ja/introduction/Drawing-lines",
  950. "テキストを作成する": "manual/ja/introduction/Creating-text",
  951. "3Dモデルをロードする": "manual/ja/introduction/Loading-3D-models",
  952. "ライブラリとプラグイン": "manual/ja/introduction/Libraries-and-Plugins",
  953. "FAQ": "manual/ja/introduction/FAQ",
  954. "役にたつリンク集": "manual/ja/introduction/Useful-links"
  955. },
  956. "次の段階": {
  957. "更新の仕方": "manual/ja/introduction/How-to-update-things",
  958. "オブジェクトを廃棄する方法": "manual/ja/introduction/How-to-dispose-of-objects",
  959. "VRコンテンツの作り方": "manual/ja/introduction/How-to-create-VR-content",
  960. "post-processingの使い方": "manual/ja/introduction/How-to-use-post-processing",
  961. "行列の変換": "manual/ja/introduction/Matrix-transformations",
  962. "アニメーションシステム": "manual/ja/introduction/Animation-system"
  963. },
  964. "ビルドツール": {
  965. "NPMでテストを実行する": "manual/ja/buildTools/Testing-with-NPM"
  966. }
  967. }
  968. },
  969. "it": {
  970. "Manuale": {
  971. "Per iniziare": {
  972. "Creare una scena": "manual/it/introduction/Creating-a-scene",
  973. "Installazione": "manual/it/introduction/Installation",
  974. "Controllo compatibilità WebGL": "manual/it/introduction/WebGL-compatibility-check",
  975. "Esecuzione in locale": "manual/it/introduction/How-to-run-things-locally",
  976. "Disegnare linee": "manual/it/introduction/Drawing-lines",
  977. "Creare testo": "manual/it/introduction/Creating-text",
  978. "Caricare modelli 3D": "manual/it/introduction/Loading-3D-models",
  979. "Librerie e Plugins": "manual/it/introduction/Libraries-and-Plugins",
  980. "FAQ": "manual/it/introduction/FAQ",
  981. "Link utili": "manual/it/introduction/Useful-links"
  982. },
  983. "Prossimi passi": {
  984. "Come aggiornare le cose": "manual/it/introduction/How-to-update-things",
  985. "Come liberare le risorse": "manual/it/introduction/How-to-dispose-of-objects",
  986. "Come creare contenuti VR": "manual/it/introduction/How-to-create-VR-content",
  987. "Come utilizzare il post-processing": "manual/it/introduction/How-to-use-post-processing",
  988. "Trasformazioni di matrici": "manual/it/introduction/Matrix-transformations",
  989. "Sistema di animazione": "manual/it/introduction/Animation-system",
  990. "Gestione del colore": "manual/it/introduction/Color-management"
  991. },
  992. "Strumenti di build": {
  993. "Testare con NPM": "manual/it/buildTools/Testing-with-NPM"
  994. }
  995. },
  996. "Riferimenti": {
  997. "Animazione": {
  998. "AnimationAction": "api/it/animation/AnimationAction",
  999. "AnimationClip": "api/it/animation/AnimationClip",
  1000. "AnimationMixer": "api/it/animation/AnimationMixer",
  1001. "AnimationObjectGroup": "api/it/animation/AnimationObjectGroup",
  1002. "AnimationUtils": "api/it/animation/AnimationUtils",
  1003. "KeyframeTrack": "api/it/animation/KeyframeTrack",
  1004. "PropertyBinding": "api/it/animation/PropertyBinding",
  1005. "PropertyMixer": "api/it/animation/PropertyMixer"
  1006. },
  1007. "Animazione / Tracks": {
  1008. "BooleanKeyframeTrack": "api/it/animation/tracks/BooleanKeyframeTrack",
  1009. "ColorKeyframeTrack": "api/it/animation/tracks/ColorKeyframeTrack",
  1010. "NumberKeyframeTrack": "api/it/animation/tracks/NumberKeyframeTrack",
  1011. "QuaternionKeyframeTrack": "api/it/animation/tracks/QuaternionKeyframeTrack",
  1012. "StringKeyframeTrack": "api/it/animation/tracks/StringKeyframeTrack",
  1013. "VectorKeyframeTrack": "api/it/animation/tracks/VectorKeyframeTrack"
  1014. },
  1015. "Audio": {
  1016. "Audio": "api/it/audio/Audio",
  1017. "AudioAnalyser": "api/it/audio/AudioAnalyser",
  1018. "AudioContext": "api/it/audio/AudioContext",
  1019. "AudioListener": "api/it/audio/AudioListener",
  1020. "PositionalAudio": "api/it/audio/PositionalAudio"
  1021. },
  1022. "Telecamere": {
  1023. "ArrayCamera": "api/it/cameras/ArrayCamera",
  1024. "Camera": "api/it/cameras/Camera",
  1025. "CubeCamera": "api/it/cameras/CubeCamera",
  1026. "OrthographicCamera": "api/it/cameras/OrthographicCamera",
  1027. "PerspectiveCamera": "api/it/cameras/PerspectiveCamera",
  1028. "StereoCamera": "api/it/cameras/StereoCamera"
  1029. },
  1030. "Costanti": {
  1031. "Animazione": "api/it/constants/Animation",
  1032. "Core": "api/it/constants/Core",
  1033. "CustomBlendingEquation": "api/it/constants/CustomBlendingEquations",
  1034. "BufferAttributeUsage": "api/it/constants/BufferAttributeUsage",
  1035. "Materiali": "api/it/constants/Materials",
  1036. "Renderer": "api/it/constants/Renderer",
  1037. "Texture": "api/it/constants/Textures"
  1038. },
  1039. "Core": {
  1040. "BufferAttribute": "api/it/core/BufferAttribute",
  1041. "BufferGeometry": "api/it/core/BufferGeometry",
  1042. "Clock": "api/it/core/Clock",
  1043. "EventDispatcher": "api/it/core/EventDispatcher",
  1044. "GLBufferAttribute": "api/it/core/GLBufferAttribute",
  1045. "InstancedBufferAttribute": "api/it/core/InstancedBufferAttribute",
  1046. "InstancedBufferGeometry": "api/it/core/InstancedBufferGeometry",
  1047. "InstancedInterleavedBuffer": "api/it/core/InstancedInterleavedBuffer",
  1048. "InterleavedBuffer": "api/it/core/InterleavedBuffer",
  1049. "InterleavedBufferAttribute": "api/it/core/InterleavedBufferAttribute",
  1050. "Layers": "api/it/core/Layers",
  1051. "Object3D": "api/it/core/Object3D",
  1052. "Raycaster": "api/it/core/Raycaster",
  1053. "Uniform": "api/it/core/Uniform"
  1054. },
  1055. "Core / BufferAttributes": {
  1056. "BufferAttribute Types": "api/it/core/bufferAttributeTypes/BufferAttributeTypes"
  1057. },
  1058. "Extras": {
  1059. "DataUtils": "api/it/extras/DataUtils",
  1060. "Earcut": "api/it/extras/Earcut",
  1061. "ImageUtils": "api/it/extras/ImageUtils",
  1062. "PMREMGenerator": "api/it/extras/PMREMGenerator",
  1063. "ShapeUtils": "api/it/extras/ShapeUtils"
  1064. },
  1065. "Extras / Core": {
  1066. "Curve": "api/it/extras/core/Curve",
  1067. "CurvePath": "api/it/extras/core/CurvePath",
  1068. "Interpolations": "api/it/extras/core/Interpolations",
  1069. "Path": "api/it/extras/core/Path",
  1070. "Shape": "api/it/extras/core/Shape",
  1071. "ShapePath": "api/it/extras/core/ShapePath"
  1072. },
  1073. "Extras / Curves": {
  1074. "ArcCurve": "api/it/extras/curves/ArcCurve",
  1075. "CatmullRomCurve3": "api/it/extras/curves/CatmullRomCurve3",
  1076. "CubicBezierCurve": "api/it/extras/curves/CubicBezierCurve",
  1077. "CubicBezierCurve3": "api/it/extras/curves/CubicBezierCurve3",
  1078. "EllipseCurve": "api/it/extras/curves/EllipseCurve",
  1079. "LineCurve": "api/it/extras/curves/LineCurve",
  1080. "LineCurve3": "api/it/extras/curves/LineCurve3",
  1081. "QuadraticBezierCurve": "api/it/extras/curves/QuadraticBezierCurve",
  1082. "QuadraticBezierCurve3": "api/it/extras/curves/QuadraticBezierCurve3",
  1083. "SplineCurve": "api/it/extras/curves/SplineCurve"
  1084. },
  1085. "Geometrie": {
  1086. "BoxGeometry": "api/it/geometries/BoxGeometry",
  1087. "CapsuleGeometry": "api/it/geometries/CapsuleGeometry",
  1088. "CircleGeometry": "api/it/geometries/CircleGeometry",
  1089. "ConeGeometry": "api/it/geometries/ConeGeometry",
  1090. "CylinderGeometry": "api/it/geometries/CylinderGeometry",
  1091. "DodecahedronGeometry": "api/it/geometries/DodecahedronGeometry",
  1092. "EdgesGeometry": "api/it/geometries/EdgesGeometry",
  1093. "ExtrudeGeometry": "api/it/geometries/ExtrudeGeometry",
  1094. "IcosahedronGeometry": "api/it/geometries/IcosahedronGeometry",
  1095. "LatheGeometry": "api/it/geometries/LatheGeometry",
  1096. "OctahedronGeometry": "api/it/geometries/OctahedronGeometry",
  1097. "PlaneGeometry": "api/it/geometries/PlaneGeometry",
  1098. "PolyhedronGeometry": "api/it/geometries/PolyhedronGeometry",
  1099. "RingGeometry": "api/it/geometries/RingGeometry",
  1100. "ShapeGeometry": "api/it/geometries/ShapeGeometry",
  1101. "SphereGeometry": "api/it/geometries/SphereGeometry",
  1102. "TetrahedronGeometry": "api/it/geometries/TetrahedronGeometry",
  1103. "TorusGeometry": "api/it/geometries/TorusGeometry",
  1104. "TorusKnotGeometry": "api/it/geometries/TorusKnotGeometry",
  1105. "TubeGeometry": "api/it/geometries/TubeGeometry",
  1106. "WireframeGeometry": "api/it/geometries/WireframeGeometry"
  1107. },
  1108. "Helpers": {
  1109. "ArrowHelper": "api/it/helpers/ArrowHelper",
  1110. "AxesHelper": "api/it/helpers/AxesHelper",
  1111. "BoxHelper": "api/it/helpers/BoxHelper",
  1112. "Box3Helper": "api/it/helpers/Box3Helper",
  1113. "CameraHelper": "api/it/helpers/CameraHelper",
  1114. "DirectionalLightHelper": "api/it/helpers/DirectionalLightHelper",
  1115. "GridHelper": "api/it/helpers/GridHelper",
  1116. "PolarGridHelper": "api/it/helpers/PolarGridHelper",
  1117. "HemisphereLightHelper": "api/it/helpers/HemisphereLightHelper",
  1118. "PlaneHelper": "api/it/helpers/PlaneHelper",
  1119. "PointLightHelper": "api/it/helpers/PointLightHelper",
  1120. "SkeletonHelper": "api/it/helpers/SkeletonHelper",
  1121. "SpotLightHelper": "api/it/helpers/SpotLightHelper"
  1122. },
  1123. "Luci": {
  1124. "AmbientLight": "api/it/lights/AmbientLight",
  1125. "AmbientLightProbe": "api/it/lights/AmbientLightProbe",
  1126. "DirectionalLight": "api/it/lights/DirectionalLight",
  1127. "HemisphereLight": "api/it/lights/HemisphereLight",
  1128. "HemisphereLightProbe": "api/it/lights/HemisphereLightProbe",
  1129. "Light": "api/it/lights/Light",
  1130. "LightProbe": "api/it/lights/LightProbe",
  1131. "PointLight": "api/it/lights/PointLight",
  1132. "RectAreaLight": "api/it/lights/RectAreaLight",
  1133. "SpotLight": "api/it/lights/SpotLight"
  1134. },
  1135. "Luci / Ombre": {
  1136. "LightShadow": "api/it/lights/shadows/LightShadow",
  1137. "PointLightShadow": "api/it/lights/shadows/PointLightShadow",
  1138. "DirectionalLightShadow": "api/it/lights/shadows/DirectionalLightShadow",
  1139. "SpotLightShadow": "api/it/lights/shadows/SpotLightShadow"
  1140. },
  1141. "Loaders": {
  1142. "AnimationLoader": "api/it/loaders/AnimationLoader",
  1143. "AudioLoader": "api/it/loaders/AudioLoader",
  1144. "BufferGeometryLoader": "api/it/loaders/BufferGeometryLoader",
  1145. "Cache": "api/it/loaders/Cache",
  1146. "CompressedTextureLoader": "api/it/loaders/CompressedTextureLoader",
  1147. "CubeTextureLoader": "api/it/loaders/CubeTextureLoader",
  1148. "DataTextureLoader": "api/it/loaders/DataTextureLoader",
  1149. "FileLoader": "api/it/loaders/FileLoader",
  1150. "ImageBitmapLoader": "api/it/loaders/ImageBitmapLoader",
  1151. "ImageLoader": "api/it/loaders/ImageLoader",
  1152. "Loader": "api/it/loaders/Loader",
  1153. "LoaderUtils": "api/it/loaders/LoaderUtils",
  1154. "MaterialLoader": "api/it/loaders/MaterialLoader",
  1155. "ObjectLoader": "api/it/loaders/ObjectLoader",
  1156. "TextureLoader": "api/it/loaders/TextureLoader"
  1157. },
  1158. "Loaders / Managers": {
  1159. "DefaultLoadingManager": "api/it/loaders/managers/DefaultLoadingManager",
  1160. "LoadingManager": "api/it/loaders/managers/LoadingManager"
  1161. },
  1162. "Materiali": {
  1163. "LineBasicMaterial": "api/it/materials/LineBasicMaterial",
  1164. "LineDashedMaterial": "api/it/materials/LineDashedMaterial",
  1165. "Material": "api/it/materials/Material",
  1166. "MeshBasicMaterial": "api/it/materials/MeshBasicMaterial",
  1167. "MeshDepthMaterial": "api/it/materials/MeshDepthMaterial",
  1168. "MeshDistanceMaterial": "api/it/materials/MeshDistanceMaterial",
  1169. "MeshLambertMaterial": "api/it/materials/MeshLambertMaterial",
  1170. "MeshMatcapMaterial": "api/it/materials/MeshMatcapMaterial",
  1171. "MeshNormalMaterial": "api/it/materials/MeshNormalMaterial",
  1172. "MeshPhongMaterial": "api/it/materials/MeshPhongMaterial",
  1173. "MeshPhysicalMaterial": "api/it/materials/MeshPhysicalMaterial",
  1174. "MeshStandardMaterial": "api/it/materials/MeshStandardMaterial",
  1175. "MeshToonMaterial": "api/it/materials/MeshToonMaterial",
  1176. "PointsMaterial": "api/it/materials/PointsMaterial",
  1177. "RawShaderMaterial": "api/it/materials/RawShaderMaterial",
  1178. "ShaderMaterial": "api/it/materials/ShaderMaterial",
  1179. "ShadowMaterial": "api/it/materials/ShadowMaterial",
  1180. "SpriteMaterial": "api/it/materials/SpriteMaterial"
  1181. },
  1182. "Math": {
  1183. "Box2": "api/it/math/Box2",
  1184. "Box3": "api/it/math/Box3",
  1185. "Color": "api/it/math/Color",
  1186. "Cylindrical": "api/it/math/Cylindrical",
  1187. "Euler": "api/it/math/Euler",
  1188. "Frustum": "api/it/math/Frustum",
  1189. "Interpolant": "api/it/math/Interpolant",
  1190. "Line3": "api/it/math/Line3",
  1191. "MathUtils": "api/it/math/MathUtils",
  1192. "Matrix3": "api/it/math/Matrix3",
  1193. "Matrix4": "api/it/math/Matrix4",
  1194. "Plane": "api/it/math/Plane",
  1195. "Quaternion": "api/it/math/Quaternion",
  1196. "Ray": "api/it/math/Ray",
  1197. "Sphere": "api/it/math/Sphere",
  1198. "Spherical": "api/it/math/Spherical",
  1199. "SphericalHarmonics3": "api/it/math/SphericalHarmonics3",
  1200. "Triangle": "api/it/math/Triangle",
  1201. "Vector2": "api/it/math/Vector2",
  1202. "Vector3": "api/it/math/Vector3",
  1203. "Vector4": "api/it/math/Vector4"
  1204. },
  1205. "Math / Interpolants": {
  1206. "CubicInterpolant": "api/it/math/interpolants/CubicInterpolant",
  1207. "DiscreteInterpolant": "api/it/math/interpolants/DiscreteInterpolant",
  1208. "LinearInterpolant": "api/it/math/interpolants/LinearInterpolant",
  1209. "QuaternionLinearInterpolant": "api/it/math/interpolants/QuaternionLinearInterpolant"
  1210. },
  1211. "Oggetti": {
  1212. "Bone": "api/it/objects/Bone",
  1213. "Group": "api/it/objects/Group",
  1214. "InstancedMesh": "api/it/objects/InstancedMesh",
  1215. "Line": "api/it/objects/Line",
  1216. "LineLoop": "api/it/objects/LineLoop",
  1217. "LineSegments": "api/it/objects/LineSegments",
  1218. "LOD": "api/it/objects/LOD",
  1219. "Mesh": "api/it/objects/Mesh",
  1220. "Points": "api/it/objects/Points",
  1221. "Skeleton": "api/it/objects/Skeleton",
  1222. "SkinnedMesh": "api/it/objects/SkinnedMesh",
  1223. "Sprite": "api/it/objects/Sprite"
  1224. },
  1225. "Renderers": {
  1226. "WebGLMultipleRenderTargets": "api/it/renderers/WebGLMultipleRenderTargets",
  1227. "WebGLRenderer": "api/it/renderers/WebGLRenderer",
  1228. "WebGL1Renderer": "api/it/renderers/WebGL1Renderer",
  1229. "WebGLRenderTarget": "api/it/renderers/WebGLRenderTarget",
  1230. "WebGL3DRenderTarget": "api/it/renderers/WebGL3DRenderTarget",
  1231. "WebGLArrayRenderTarget": "api/it/renderers/WebGLArrayRenderTarget",
  1232. "WebGLCubeRenderTarget": "api/it/renderers/WebGLCubeRenderTarget"
  1233. },
  1234. "Renderers / Shaders": {
  1235. "ShaderChunk": "api/it/renderers/shaders/ShaderChunk",
  1236. "ShaderLib": "api/it/renderers/shaders/ShaderLib",
  1237. "UniformsLib": "api/it/renderers/shaders/UniformsLib",
  1238. "UniformsUtils": "api/it/renderers/shaders/UniformsUtils"
  1239. },
  1240. "Renderers / WebXR": {
  1241. "WebXRManager": "api/it/renderers/webxr/WebXRManager"
  1242. },
  1243. "Scene": {
  1244. "Fog": "api/it/scenes/Fog",
  1245. "FogExp2": "api/it/scenes/FogExp2",
  1246. "Scene": "api/it/scenes/Scene"
  1247. }
  1248. }
  1249. },
  1250. "pt-br": {
  1251. "Manual": {
  1252. "Comece a usar": {
  1253. "Criando uma cena": "manual/pt-br/introduction/Creating-a-scene",
  1254. "Instalação": "manual/pt-br/introduction/Installation",
  1255. "Compatibilidade WebGL": "manual/pt-br/introduction/WebGL-compatibility-check",
  1256. "Como executar localmente": "manual/pt-br/introduction/How-to-run-things-locally",
  1257. "Desenhando linhas": "manual/pt-br/introduction/Drawing-lines",
  1258. "Criando texto": "manual/pt-br/introduction/Creating-text",
  1259. "Carregando modelos 3D": "manual/pt-br/introduction/Loading-3D-models",
  1260. "Bibliotecas e Plugins": "manual/pt-br/introduction/Libraries-and-Plugins",
  1261. "FAQ": "manual/pt-br/introduction/FAQ",
  1262. "Links úteis": "manual/pt-br/introduction/Useful-links"
  1263. },
  1264. "Próximos Passos": {
  1265. "Como atualizar as coisas": "manual/pt-br/introduction/How-to-update-things",
  1266. "Como descartar objetos": "manual/pt-br/introduction/How-to-dispose-of-objects",
  1267. "Como criar conteúdo de VR": "manual/pt-br/introduction/How-to-create-VR-content",
  1268. "Como usar o pós-processamento": "manual/pt-br/introduction/How-to-use-post-processing",
  1269. "Transformações de matriz": "manual/pt-br/introduction/Matrix-transformations",
  1270. "Sistema de animação": "manual/pt-br/introduction/Animation-system",
  1271. "Gerenciamento de cor": "manual/pt-br/introduction/Color-management"
  1272. },
  1273. "Ferramentas de Build": {
  1274. "Testando com NPM": "manual/pt-br/buildTools/Testing-with-NPM"
  1275. }
  1276. },
  1277. "Referência": {
  1278. "Animation": {
  1279. "AnimationAction": "api/pt-br/animation/AnimationAction",
  1280. "AnimationClip": "api/pt-br/animation/AnimationClip",
  1281. "AnimationMixer": "api/pt-br/animation/AnimationMixer",
  1282. "AnimationObjectGroup": "api/pt-br/animation/AnimationObjectGroup",
  1283. "AnimationUtils": "api/pt-br/animation/AnimationUtils",
  1284. "KeyframeTrack": "api/pt-br/animation/KeyframeTrack",
  1285. "PropertyBinding": "api/pt-br/animation/PropertyBinding",
  1286. "PropertyMixer": "api/pt-br/animation/PropertyMixer"
  1287. },
  1288. "Animation / Tracks": {
  1289. "BooleanKeyframeTrack": "api/pt-br/animation/tracks/BooleanKeyframeTrack",
  1290. "ColorKeyframeTrack": "api/pt-br/animation/tracks/ColorKeyframeTrack",
  1291. "NumberKeyframeTrack": "api/pt-br/animation/tracks/NumberKeyframeTrack",
  1292. "QuaternionKeyframeTrack": "api/pt-br/animation/tracks/QuaternionKeyframeTrack",
  1293. "StringKeyframeTrack": "api/pt-br/animation/tracks/StringKeyframeTrack",
  1294. "VectorKeyframeTrack": "api/pt-br/animation/tracks/VectorKeyframeTrack"
  1295. },
  1296. "Audio": {
  1297. "Audio": "api/pt-br/audio/Audio",
  1298. "AudioAnalyser": "api/pt-br/audio/AudioAnalyser",
  1299. "AudioContext": "api/pt-br/audio/AudioContext",
  1300. "AudioListener": "api/pt-br/audio/AudioListener",
  1301. "PositionalAudio": "api/pt-br/audio/PositionalAudio"
  1302. },
  1303. "Cameras": {
  1304. "ArrayCamera": "api/pt-br/cameras/ArrayCamera",
  1305. "Camera": "api/pt-br/cameras/Camera",
  1306. "CubeCamera": "api/pt-br/cameras/CubeCamera",
  1307. "OrthographicCamera": "api/pt-br/cameras/OrthographicCamera",
  1308. "PerspectiveCamera": "api/pt-br/cameras/PerspectiveCamera",
  1309. "StereoCamera": "api/pt-br/cameras/StereoCamera"
  1310. },
  1311. "Constantes": {
  1312. "Animation": "api/pt-br/constants/Animation",
  1313. "Core": "api/pt-br/constants/Core",
  1314. "CustomBlendingEquation": "api/pt-br/constants/CustomBlendingEquations",
  1315. "BufferAttributeUsage": "api/pt-br/constants/BufferAttributeUsage",
  1316. "Materials": "api/pt-br/constants/Materials",
  1317. "Renderer": "api/pt-br/constants/Renderer",
  1318. "Textures": "api/pt-br/constants/Textures"
  1319. }
  1320. }
  1321. },
  1322. "fr": {
  1323. "Manuel": {
  1324. "Débuter": {
  1325. "Créer une scène": "manual/fr/introduction/Creating-a-scene",
  1326. "Installation": "manual/fr/introduction/Installation",
  1327. "Compatibilité WebGL": "manual/fr/introduction/WebGL-compatibility-check",
  1328. "Exécuter localement": "manual/fr/introduction/How-to-run-things-locally",
  1329. "Dessiner des lignes": "manual/fr/introduction/Drawing-lines",
  1330. "Créer un texte": "manual/fr/introduction/Creating-text",
  1331. "Importer des modèles 3D": "manual/fr/introduction/Loading-3D-models",
  1332. "Librairies et Plugins": "manual/fr/introduction/Libraries-and-Plugins",
  1333. "FAQ": "manual/fr/introduction/FAQ",
  1334. "Liens Utiles": "manual/fr/introduction/Useful-links"
  1335. },
  1336. "Étapes Suivantes": {
  1337. "Mettre les éléments à jour": "manual/fr/introduction/How-to-update-things",
  1338. "Supprimer un objet": "manual/fr/introduction/How-to-dispose-of-objects",
  1339. "Créer du contenu VR": "manual/fr/introduction/How-to-create-VR-content",
  1340. "Utiliser le post-processing": "manual/fr/introduction/How-to-use-post-processing",
  1341. "Matrices de transformation": "manual/fr/introduction/Matrix-transformations",
  1342. "Système d'animation": "manual/fr/introduction/Animation-system",
  1343. "Gestion des couleurs": "manual/fr/introduction/Color-management"
  1344. },
  1345. "Outils de build": {
  1346. "Tests avec NPM": "manual/fr/buildTools/Testing-with-NPM"
  1347. },
  1348. "Noyau": {
  1349. "BufferAttribute": "api/fr/core/BufferAttribute",
  1350. "BufferGeometry": "api/fr/core/BufferGeometry"
  1351. }
  1352. },
  1353. "Référence": {
  1354. "Animation": {
  1355. "AnimationAction": "api/fr/animation/AnimationAction",
  1356. "AnimationClip": "api/fr/animation/AnimationClip",
  1357. "AnimationMixer": "api/fr/animation/AnimationMixer",
  1358. "AnimationObjectGroup": "api/fr/animation/AnimationObjectGroup",
  1359. "AnimationUtils": "api/fr/animation/AnimationUtils",
  1360. "KeyframeTrack": "api/fr/animation/KeyframeTrack",
  1361. "PropertyBinding": "api/fr/animation/PropertyBinding",
  1362. "PropertyMixer": "api/fr/animation/PropertyMixer"
  1363. },
  1364. "Animation / Tracks": {
  1365. "BooleanKeyframeTrack": "api/fr/animation/tracks/BooleanKeyframeTrack",
  1366. "ColorKeyframeTrack": "api/fr/animation/tracks/ColorKeyframeTrack",
  1367. "NumberKeyframeTrack": "api/fr/animation/tracks/NumberKeyframeTrack",
  1368. "QuaternionKeyframeTrack": "api/fr/animation/tracks/QuaternionKeyframeTrack",
  1369. "StringKeyframeTrack": "api/fr/animation/tracks/StringKeyframeTrack",
  1370. "VectorKeyframeTrack": "api/fr/animation/tracks/VectorKeyframeTrack"
  1371. },
  1372. "Audio": {
  1373. "Audio": "api/fr/audio/Audio",
  1374. "AudioAnalyser": "api/fr/audio/AudioAnalyser",
  1375. "AudioContext": "api/fr/audio/AudioContext",
  1376. "AudioListener": "api/fr/audio/AudioListener",
  1377. "PositionalAudio": "api/fr/audio/PositionalAudio"
  1378. },
  1379. "Caméras": {
  1380. "ArrayCamera": "api/fr/cameras/ArrayCamera",
  1381. "Camera": "api/fr/cameras/Camera",
  1382. "CubeCamera": "api/fr/cameras/CubeCamera",
  1383. "OrthographicCamera": "api/fr/cameras/OrthographicCamera",
  1384. "PerspectiveCamera": "api/fr/cameras/PerspectiveCamera",
  1385. "StereoCamera": "api/fr/cameras/StereoCamera"
  1386. },
  1387. "Géométries": {
  1388. "BoxGeometry": "api/fr/geometries/BoxGeometry",
  1389. "CapsuleGeometry": "api/fr/geometries/CapsuleGeometry",
  1390. "CircleGeometry": "api/fr/geometries/CircleGeometry",
  1391. "ConeGeometry": "api/fr/geometries/ConeGeometry",
  1392. "CylinderGeometry": "api/fr/geometries/CylinderGeometry",
  1393. "DodecahedronGeometry": "api/fr/geometries/DodecahedronGeometry",
  1394. "EdgesGeometry": "api/fr/geometries/EdgesGeometry",
  1395. "ExtrudeGeometry": "api/fr/geometries/ExtrudeGeometry",
  1396. "IcosahedronGeometry": "api/fr/geometries/IcosahedronGeometry",
  1397. "LatheGeometry": "api/fr/geometries/LatheGeometry",
  1398. "OctahedronGeometry": "api/fr/geometries/OctahedronGeometry",
  1399. "PlaneGeometry": "api/fr/geometries/PlaneGeometry",
  1400. "PolyhedronGeometry": "api/fr/geometries/PolyhedronGeometry",
  1401. "RingGeometry": "api/fr/geometries/RingGeometry",
  1402. "ShapeGeometry": "api/fr/geometries/ShapeGeometry",
  1403. "SphereGeometry": "api/fr/geometries/SphereGeometry",
  1404. "TetrahedronGeometry": "api/fr/geometries/TetrahedronGeometry",
  1405. "TorusGeometry": "api/fr/geometries/TorusGeometry",
  1406. "TorusKnotGeometry": "api/fr/geometries/TorusKnotGeometry",
  1407. "TubeGeometry": "api/fr/geometries/TubeGeometry",
  1408. "WireframeGeometry": "api/fr/geometries/WireframeGeometry"
  1409. }
  1410. }
  1411. }
  1412. }