list.json 41 KB

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