list.json 40 KB

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