list.json 41 KB

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