list.js 40 KB

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