list.json 43 KB

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