list.json 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  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. },
  382. "ConvexHull": {
  383. "Face": "examples/en/math/convexhull/Face",
  384. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  385. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  386. "VertexNode": "examples/en/math/convexhull/VertexNode",
  387. "VertexList": "examples/en/math/convexhull/VertexList"
  388. },
  389. "Renderers": {
  390. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  391. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  392. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  393. },
  394. "Utils": {
  395. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  396. "SceneUtils": "examples/en/utils/SceneUtils",
  397. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  398. }
  399. },
  400. "Developer Reference": {
  401. "Polyfills": {
  402. "Polyfills": "api/en/Polyfills"
  403. },
  404. "WebGLRenderer": {
  405. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
  406. "WebGLShader": "api/en/renderers/webgl/WebGLShader",
  407. "WebGLState": "api/en/renderers/webgl/WebGLState"
  408. }
  409. }
  410. },
  411. "ar": {
  412. "الكتيب": {
  413. "البدء": {
  414. "إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
  415. "التثبيت": "manual/ar/introduction/Installation",
  416. "دعم المتصفح": "manual/ar/introduction/Browser-support",
  417. "فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
  418. "كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
  419. "إعدادات Typescript": "manual/ar/introduction/Typescript-setup",
  420. "رسم خطوط": "manual/ar/introduction/Drawing-lines",
  421. "إنشاء نص": "manual/ar/introduction/Creating-text",
  422. "تحميل نماذج ثلاثية الأبعاد": "manual/ar/introduction/Loading-3D-models",
  423. "الأسئلة الشائعة": "manual/ar/introduction/FAQ",
  424. "روابط مفيدة": "manual/ar/introduction/Useful-links"
  425. },
  426. "الخطوات التالية": {
  427. "كيفية تحديث الأشياء": "manual/ar/introduction/How-to-update-things",
  428. "كيفية التخلص من الأشياء": "manual/ar/introduction/How-to-dispose-of-objects",
  429. "كيفية إنشاء محتوى VR": "manual/ar/introduction/How-to-create-VR-content",
  430. "كيفية استخدام المعالجة اللاحقة (post-processing)": "manual/ar/introduction/How-to-use-post-processing",
  431. "تحولات المصفوفة (Matrix transformations)": "manual/ar/introduction/Matrix-transformations",
  432. "نظام الحركات": "manual/ar/introduction/Animation-system"
  433. },
  434. "أدوات البناء": {
  435. "الاختبار مع NPM": "manual/ar/buildTools/Testing-with-NPM"
  436. }
  437. },
  438. "المرجع": {
  439. "الحركات": {
  440. "AnimationAction": "api/ar/animation/AnimationAction",
  441. "AnimationClip": "api/ar/animation/AnimationClip",
  442. "AnimationMixer": "api/ar/animation/AnimationMixer",
  443. "AnimationObjectGroup": "api/ar/animation/AnimationObjectGroup",
  444. "AnimationUtils": "api/ar/animation/AnimationUtils",
  445. "KeyframeTrack": "api/ar/animation/KeyframeTrack",
  446. "PropertyBinding": "api/ar/animation/PropertyBinding",
  447. "PropertyMixer": "api/ar/animation/PropertyMixer"
  448. },
  449. "الحركات / Tracks": {
  450. "BooleanKeyframeTrack": "api/ar/animation/tracks/BooleanKeyframeTrack",
  451. "ColorKeyframeTrack": "api/ar/animation/tracks/ColorKeyframeTrack",
  452. "NumberKeyframeTrack": "api/ar/animation/tracks/NumberKeyframeTrack",
  453. "QuaternionKeyframeTrack": "api/ar/animation/tracks/QuaternionKeyframeTrack",
  454. "StringKeyframeTrack": "api/ar/animation/tracks/StringKeyframeTrack",
  455. "VectorKeyframeTrack": "api/ar/animation/tracks/VectorKeyframeTrack"
  456. },
  457. "Audio": {
  458. "Audio": "api/ar/audio/Audio",
  459. "AudioAnalyser": "api/ar/audio/AudioAnalyser",
  460. "AudioContext": "api/ar/audio/AudioContext",
  461. "AudioListener": "api/ar/audio/AudioListener",
  462. "PositionalAudio": "api/ar/audio/PositionalAudio"
  463. },
  464. "Cameras": {
  465. "ArrayCamera": "api/ar/cameras/ArrayCamera",
  466. "Camera": "api/ar/cameras/Camera",
  467. "CubeCamera": "api/ar/cameras/CubeCamera"
  468. }
  469. }
  470. },
  471. "zh": {
  472. "手册": {
  473. "起步": {
  474. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  475. "安装": "manual/zh/introduction/Installation",
  476. "浏览器支持": "manual/zh/introduction/Browser-support",
  477. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  478. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  479. "Typescript设置": "manual/zh/introduction/Typescript-setup",
  480. "画线": "manual/zh/introduction/Drawing-lines",
  481. "创建文字": "manual/zh/introduction/Creating-text",
  482. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  483. "常见问题": "manual/zh/introduction/FAQ",
  484. "一些有用的链接": "manual/zh/introduction/Useful-links"
  485. },
  486. "进阶": {
  487. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  488. "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
  489. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  490. "如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
  491. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  492. "动画系统": "manual/zh/introduction/Animation-system"
  493. },
  494. "构建工具": {
  495. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  496. }
  497. },
  498. "参考": {
  499. "动画": {
  500. "AnimationAction": "api/zh/animation/AnimationAction",
  501. "AnimationClip": "api/zh/animation/AnimationClip",
  502. "AnimationMixer": "api/zh/animation/AnimationMixer",
  503. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  504. "AnimationUtils": "api/zh/animation/AnimationUtils",
  505. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  506. "PropertyBinding": "api/zh/animation/PropertyBinding",
  507. "PropertyMixer": "api/zh/animation/PropertyMixer"
  508. },
  509. "动画 / 轨道": {
  510. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  511. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  512. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  513. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  514. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  515. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  516. },
  517. "音频": {
  518. "Audio": "api/zh/audio/Audio",
  519. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  520. "AudioContext": "api/zh/audio/AudioContext",
  521. "AudioListener": "api/zh/audio/AudioListener",
  522. "PositionalAudio": "api/zh/audio/PositionalAudio"
  523. },
  524. "摄像机": {
  525. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  526. "Camera": "api/zh/cameras/Camera",
  527. "CubeCamera": "api/zh/cameras/CubeCamera",
  528. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  529. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  530. "StereoCamera": "api/zh/cameras/StereoCamera"
  531. },
  532. "常量": {
  533. "Animation": "api/zh/constants/Animation",
  534. "Core": "api/zh/constants/Core",
  535. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  536. "Materials": "api/zh/constants/Materials",
  537. "Renderer": "api/zh/constants/Renderer",
  538. "Textures": "api/zh/constants/Textures"
  539. },
  540. "核心": {
  541. "BufferAttribute": "api/zh/core/BufferAttribute",
  542. "BufferGeometry": "api/zh/core/BufferGeometry",
  543. "Clock": "api/zh/core/Clock",
  544. "DirectGeometry": "api/zh/core/DirectGeometry",
  545. "EventDispatcher": "api/zh/core/EventDispatcher",
  546. "Face3": "api/zh/core/Face3",
  547. "Geometry": "api/zh/core/Geometry",
  548. "GLBufferAttribute": "api/zh/core/GLBufferAttribute",
  549. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  550. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  551. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  552. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  553. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  554. "Layers": "api/zh/core/Layers",
  555. "Object3D": "api/zh/core/Object3D",
  556. "Raycaster": "api/zh/core/Raycaster",
  557. "Uniform": "api/zh/core/Uniform"
  558. },
  559. "核心 / BufferAttributes": {
  560. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  561. },
  562. "附件": {
  563. "Earcut": "api/zh/extras/Earcut",
  564. "ImageUtils": "api/zh/extras/ImageUtils",
  565. "PMREMGenerator": "api/zh/extras/PMREMGenerator",
  566. "ShapeUtils": "api/zh/extras/ShapeUtils"
  567. },
  568. "附件 / 核心": {
  569. "Curve": "api/zh/extras/core/Curve",
  570. "CurvePath": "api/zh/extras/core/CurvePath",
  571. "Font": "api/zh/extras/core/Font",
  572. "Interpolations": "api/zh/extras/core/Interpolations",
  573. "Path": "api/zh/extras/core/Path",
  574. "Shape": "api/zh/extras/core/Shape",
  575. "ShapePath": "api/zh/extras/core/ShapePath"
  576. },
  577. "附件 / 曲线": {
  578. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  579. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  580. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  581. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  582. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  583. "LineCurve": "api/zh/extras/curves/LineCurve",
  584. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  585. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  586. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  587. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  588. },
  589. "附件 / 物体": {
  590. "ImmediateRenderObject": "api/zh/extras/objects/ImmediateRenderObject"
  591. },
  592. "几何体": {
  593. "BoxBufferGeometry": "api/zh/geometries/BoxBufferGeometry",
  594. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  595. "CircleBufferGeometry": "api/zh/geometries/CircleBufferGeometry",
  596. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  597. "ConeBufferGeometry": "api/zh/geometries/ConeBufferGeometry",
  598. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  599. "CylinderBufferGeometry": "api/zh/geometries/CylinderBufferGeometry",
  600. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  601. "DodecahedronBufferGeometry": "api/zh/geometries/DodecahedronBufferGeometry",
  602. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  603. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  604. "ExtrudeBufferGeometry": "api/zh/geometries/ExtrudeBufferGeometry",
  605. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  606. "IcosahedronBufferGeometry": "api/zh/geometries/IcosahedronBufferGeometry",
  607. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  608. "LatheBufferGeometry": "api/zh/geometries/LatheBufferGeometry",
  609. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  610. "OctahedronBufferGeometry": "api/zh/geometries/OctahedronBufferGeometry",
  611. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  612. "ParametricBufferGeometry": "api/zh/geometries/ParametricBufferGeometry",
  613. "ParametricGeometry": "api/zh/geometries/ParametricGeometry",
  614. "PlaneBufferGeometry": "api/zh/geometries/PlaneBufferGeometry",
  615. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  616. "PolyhedronBufferGeometry": "api/zh/geometries/PolyhedronBufferGeometry",
  617. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  618. "RingBufferGeometry": "api/zh/geometries/RingBufferGeometry",
  619. "RingGeometry": "api/zh/geometries/RingGeometry",
  620. "ShapeBufferGeometry": "api/zh/geometries/ShapeBufferGeometry",
  621. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  622. "SphereBufferGeometry": "api/zh/geometries/SphereBufferGeometry",
  623. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  624. "TetrahedronBufferGeometry": "api/zh/geometries/TetrahedronBufferGeometry",
  625. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  626. "TextBufferGeometry": "api/zh/geometries/TextBufferGeometry",
  627. "TextGeometry": "api/zh/geometries/TextGeometry",
  628. "TorusBufferGeometry": "api/zh/geometries/TorusBufferGeometry",
  629. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  630. "TorusKnotBufferGeometry": "api/zh/geometries/TorusKnotBufferGeometry",
  631. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  632. "TubeBufferGeometry": "api/zh/geometries/TubeBufferGeometry",
  633. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  634. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  635. },
  636. "辅助对象": {
  637. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  638. "AxesHelper": "api/zh/helpers/AxesHelper",
  639. "BoxHelper": "api/zh/helpers/BoxHelper",
  640. "Box3Helper": "api/zh/helpers/Box3Helper",
  641. "CameraHelper": "api/zh/helpers/CameraHelper",
  642. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  643. "GridHelper": "api/zh/helpers/GridHelper",
  644. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  645. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  646. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  647. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  648. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  649. "SpotLightHelper": "api/zh/helpers/SpotLightHelper"
  650. },
  651. "灯光": {
  652. "AmbientLight": "api/zh/lights/AmbientLight",
  653. "AmbientLightProbe": "api/zh/lights/AmbientLightProbe",
  654. "DirectionalLight": "api/zh/lights/DirectionalLight",
  655. "HemisphereLight": "api/zh/lights/HemisphereLight",
  656. "HemisphereLightProbe": "api/zh/lights/HemisphereLightProbe",
  657. "Light": "api/zh/lights/Light",
  658. "LightProbe": "api/zh/lights/LightProbe",
  659. "PointLight": "api/zh/lights/PointLight",
  660. "RectAreaLight": "api/zh/lights/RectAreaLight",
  661. "SpotLight": "api/zh/lights/SpotLight"
  662. },
  663. "灯光 / 阴影": {
  664. "LightShadow": "api/zh/lights/shadows/LightShadow",
  665. "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
  666. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  667. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  668. },
  669. "加载器": {
  670. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  671. "AudioLoader": "api/zh/loaders/AudioLoader",
  672. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  673. "Cache": "api/zh/loaders/Cache",
  674. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  675. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  676. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  677. "FileLoader": "api/zh/loaders/FileLoader",
  678. "FontLoader": "api/zh/loaders/FontLoader",
  679. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  680. "ImageLoader": "api/zh/loaders/ImageLoader",
  681. "Loader": "api/zh/loaders/Loader",
  682. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  683. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  684. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  685. "TextureLoader": "api/zh/loaders/TextureLoader"
  686. },
  687. "加载器 / 管理器": {
  688. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  689. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  690. },
  691. "材质": {
  692. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  693. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  694. "Material": "api/zh/materials/Material",
  695. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  696. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  697. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  698. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  699. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  700. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  701. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  702. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  703. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  704. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  705. "PointsMaterial": "api/zh/materials/PointsMaterial",
  706. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  707. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  708. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  709. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  710. },
  711. "数学库": {
  712. "Box2": "api/zh/math/Box2",
  713. "Box3": "api/zh/math/Box3",
  714. "Color": "api/zh/math/Color",
  715. "Cylindrical": "api/zh/math/Cylindrical",
  716. "Euler": "api/zh/math/Euler",
  717. "Frustum": "api/zh/math/Frustum",
  718. "Interpolant": "api/zh/math/Interpolant",
  719. "Line3": "api/zh/math/Line3",
  720. "MathUtils": "api/zh/math/MathUtils",
  721. "Matrix3": "api/zh/math/Matrix3",
  722. "Matrix4": "api/zh/math/Matrix4",
  723. "Plane": "api/zh/math/Plane",
  724. "Quaternion": "api/zh/math/Quaternion",
  725. "Ray": "api/zh/math/Ray",
  726. "Sphere": "api/zh/math/Sphere",
  727. "Spherical": "api/zh/math/Spherical",
  728. "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
  729. "Triangle": "api/zh/math/Triangle",
  730. "Vector2": "api/zh/math/Vector2",
  731. "Vector3": "api/zh/math/Vector3",
  732. "Vector4": "api/zh/math/Vector4"
  733. },
  734. "数学库 / 插值": {
  735. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  736. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  737. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  738. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  739. },
  740. "物体": {
  741. "Bone": "api/zh/objects/Bone",
  742. "Group": "api/zh/objects/Group",
  743. "InstancedMesh": "api/zh/objects/InstancedMesh",
  744. "Line": "api/zh/objects/Line",
  745. "LineLoop": "api/zh/objects/LineLoop",
  746. "LineSegments": "api/zh/objects/LineSegments",
  747. "LOD": "api/zh/objects/LOD",
  748. "Mesh": "api/zh/objects/Mesh",
  749. "Points": "api/zh/objects/Points",
  750. "Skeleton": "api/zh/objects/Skeleton",
  751. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  752. "Sprite": "api/zh/objects/Sprite"
  753. },
  754. "渲染器": {
  755. "WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
  756. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  757. "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
  758. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  759. "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
  760. },
  761. "渲染器 / 着色器": {
  762. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  763. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  764. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  765. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  766. },
  767. "渲染器 / WebXR": {
  768. "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
  769. },
  770. "场景": {
  771. "Fog": "api/zh/scenes/Fog",
  772. "FogExp2": "api/zh/scenes/FogExp2",
  773. "Scene": "api/zh/scenes/Scene"
  774. },
  775. "纹理贴图": {
  776. "CanvasTexture": "api/zh/textures/CanvasTexture",
  777. "CompressedTexture": "api/zh/textures/CompressedTexture",
  778. "CubeTexture": "api/zh/textures/CubeTexture",
  779. "DataTexture": "api/zh/textures/DataTexture",
  780. "DataTexture2DArray": "api/zh/textures/DataTexture2DArray",
  781. "DataTexture3D": "api/zh/textures/DataTexture3D",
  782. "DepthTexture": "api/zh/textures/DepthTexture",
  783. "Texture": "api/zh/textures/Texture",
  784. "VideoTexture": "api/zh/textures/VideoTexture"
  785. }
  786. },
  787. "示例": {
  788. "动画": {
  789. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  790. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  791. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  792. },
  793. "控制": {
  794. "DeviceOrientationControls": "examples/zh/controls/DeviceOrientationControls",
  795. "DragControls": "examples/zh/controls/DragControls",
  796. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  797. "FlyControls": "examples/zh/controls/FlyControls",
  798. "OrbitControls": "examples/zh/controls/OrbitControls",
  799. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  800. "TrackballControls": "examples/zh/controls/TrackballControls",
  801. "TransformControls": "examples/zh/controls/TransformControls"
  802. },
  803. "几何体": {
  804. "ConvexBufferGeometry": "examples/zh/geometries/ConvexBufferGeometry",
  805. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  806. "DecalGeometry": "examples/zh/geometries/DecalGeometry"
  807. },
  808. "辅助对象": {
  809. "FaceNormalsHelper": "examples/zh/helpers/FaceNormalsHelper",
  810. "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
  811. "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
  812. "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
  813. "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
  814. "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
  815. },
  816. "灯光": {
  817. "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
  818. },
  819. "加载器": {
  820. "BasisTextureLoader": "examples/zh/loaders/BasisTextureLoader",
  821. "DRACOLoader": "examples/zh/loaders/DRACOLoader",
  822. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  823. "MMDLoader": "examples/zh/loaders/MMDLoader",
  824. "MTLLoader": "examples/zh/loaders/MTLLoader",
  825. "OBJLoader": "examples/zh/loaders/OBJLoader",
  826. "OBJLoader2": "examples/zh/loaders/OBJLoader2",
  827. "OBJLoader2Parallel": "examples/zh/loaders/OBJLoader2Parallel",
  828. "PCDLoader": "examples/zh/loaders/PCDLoader",
  829. "PDBLoader": "examples/zh/loaders/PDBLoader",
  830. "PRWMLoader": "examples/zh/loaders/PRWMLoader",
  831. "SVGLoader": "examples/zh/loaders/SVGLoader",
  832. "TGALoader": "examples/zh/loaders/TGALoader"
  833. },
  834. "物体": {
  835. "Lensflare": "examples/zh/objects/Lensflare"
  836. },
  837. "后期处理": {
  838. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  839. },
  840. "导出器": {
  841. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  842. "PLYExporter": "examples/zh/exporters/PLYExporter",
  843. "ColladaExporter": "examples/zh/exporters/ColladaExporter"
  844. },
  845. "数学库": {
  846. "LookupTable": "examples/zh/math/Lut",
  847. "MeshSurfaceSampler": "examples/zh/math/MeshSurfaceSampler"
  848. },
  849. "QuickHull": {
  850. "Face": "examples/zh/math/convexhull/Face",
  851. "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
  852. "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
  853. "VertexNode": "examples/zh/math/convexhull/VertexNode",
  854. "VertexList": "examples/zh/math/convexhull/VertexList"
  855. },
  856. "渲染器": {
  857. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  858. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  859. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  860. },
  861. "实用工具": {
  862. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  863. "SceneUtils": "examples/zh/utils/SceneUtils",
  864. "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
  865. }
  866. },
  867. "开发者参考": {
  868. "差异化支持": {
  869. "Polyfills": "api/zh/Polyfills"
  870. },
  871. "WebGL渲染器": {
  872. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
  873. "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
  874. "WebGLState": "api/zh/renderers/webgl/WebGLState"
  875. }
  876. }
  877. }
  878. }