list.json 57 KB

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