list.json 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. {
  2. "en": {
  3. "Reference": {
  4. "Animation": {
  5. "AnimationAction": "api/en/animation/AnimationAction",
  6. "AnimationClip": "api/en/animation/AnimationClip",
  7. "AnimationMixer": "api/en/animation/AnimationMixer",
  8. "AnimationObjectGroup": "api/en/animation/AnimationObjectGroup",
  9. "AnimationUtils": "api/en/animation/AnimationUtils",
  10. "KeyframeTrack": "api/en/animation/KeyframeTrack",
  11. "PropertyBinding": "api/en/animation/PropertyBinding",
  12. "PropertyMixer": "api/en/animation/PropertyMixer"
  13. },
  14. "Animation / Tracks": {
  15. "BooleanKeyframeTrack": "api/en/animation/tracks/BooleanKeyframeTrack",
  16. "ColorKeyframeTrack": "api/en/animation/tracks/ColorKeyframeTrack",
  17. "NumberKeyframeTrack": "api/en/animation/tracks/NumberKeyframeTrack",
  18. "QuaternionKeyframeTrack": "api/en/animation/tracks/QuaternionKeyframeTrack",
  19. "StringKeyframeTrack": "api/en/animation/tracks/StringKeyframeTrack",
  20. "VectorKeyframeTrack": "api/en/animation/tracks/VectorKeyframeTrack"
  21. },
  22. "Audio": {
  23. "Audio": "api/en/audio/Audio",
  24. "AudioAnalyser": "api/en/audio/AudioAnalyser",
  25. "AudioContext": "api/en/audio/AudioContext",
  26. "AudioListener": "api/en/audio/AudioListener",
  27. "PositionalAudio": "api/en/audio/PositionalAudio"
  28. },
  29. "Cameras": {
  30. "ArrayCamera": "api/en/cameras/ArrayCamera",
  31. "Camera": "api/en/cameras/Camera",
  32. "CubeCamera": "api/en/cameras/CubeCamera",
  33. "OrthographicCamera": "api/en/cameras/OrthographicCamera",
  34. "PerspectiveCamera": "api/en/cameras/PerspectiveCamera",
  35. "StereoCamera": "api/en/cameras/StereoCamera"
  36. },
  37. "Constants": {
  38. "Animation": "api/en/constants/Animation",
  39. "Core": "api/en/constants/Core",
  40. "CustomBlendingEquation": "api/en/constants/CustomBlendingEquations",
  41. "BufferAttributeUsage": "api/en/constants/BufferAttributeUsage",
  42. "Materials": "api/en/constants/Materials",
  43. "Renderer": "api/en/constants/Renderer",
  44. "Textures": "api/en/constants/Textures"
  45. },
  46. "Core": {
  47. "BufferAttribute": "api/en/core/BufferAttribute",
  48. "BufferGeometry": "api/en/core/BufferGeometry",
  49. "Clock": "api/en/core/Clock",
  50. "EventDispatcher": "api/en/core/EventDispatcher",
  51. "GLBufferAttribute": "api/en/core/GLBufferAttribute",
  52. "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
  53. "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
  54. "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
  55. "InterleavedBuffer": "api/en/core/InterleavedBuffer",
  56. "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
  57. "Layers": "api/en/core/Layers",
  58. "Object3D": "api/en/core/Object3D",
  59. "Raycaster": "api/en/core/Raycaster",
  60. "Timer": "api/en/core/Timer",
  61. "Uniform": "api/en/core/Uniform"
  62. },
  63. "Core / BufferAttributes": {
  64. "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
  65. },
  66. "Extras": {
  67. "Controls": "api/en/extras/Controls",
  68. "DataUtils": "api/en/extras/DataUtils",
  69. "Earcut": "api/en/extras/Earcut",
  70. "ImageUtils": "api/en/extras/ImageUtils",
  71. "PMREMGenerator": "api/en/extras/PMREMGenerator",
  72. "ShapeUtils": "api/en/extras/ShapeUtils",
  73. "TextureUtils": "api/en/extras/TextureUtils"
  74. },
  75. "Extras / Core": {
  76. "Curve": "api/en/extras/core/Curve",
  77. "CurvePath": "api/en/extras/core/CurvePath",
  78. "Interpolations": "api/en/extras/core/Interpolations",
  79. "Path": "api/en/extras/core/Path",
  80. "Shape": "api/en/extras/core/Shape",
  81. "ShapePath": "api/en/extras/core/ShapePath"
  82. },
  83. "Extras / Curves": {
  84. "ArcCurve": "api/en/extras/curves/ArcCurve",
  85. "CatmullRomCurve3": "api/en/extras/curves/CatmullRomCurve3",
  86. "CubicBezierCurve": "api/en/extras/curves/CubicBezierCurve",
  87. "CubicBezierCurve3": "api/en/extras/curves/CubicBezierCurve3",
  88. "EllipseCurve": "api/en/extras/curves/EllipseCurve",
  89. "LineCurve": "api/en/extras/curves/LineCurve",
  90. "LineCurve3": "api/en/extras/curves/LineCurve3",
  91. "QuadraticBezierCurve": "api/en/extras/curves/QuadraticBezierCurve",
  92. "QuadraticBezierCurve3": "api/en/extras/curves/QuadraticBezierCurve3",
  93. "SplineCurve": "api/en/extras/curves/SplineCurve"
  94. },
  95. "Geometries": {
  96. "BoxGeometry": "api/en/geometries/BoxGeometry",
  97. "CapsuleGeometry": "api/en/geometries/CapsuleGeometry",
  98. "CircleGeometry": "api/en/geometries/CircleGeometry",
  99. "ConeGeometry": "api/en/geometries/ConeGeometry",
  100. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  101. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  102. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  103. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  104. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  105. "LatheGeometry": "api/en/geometries/LatheGeometry",
  106. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  107. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  108. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  109. "RingGeometry": "api/en/geometries/RingGeometry",
  110. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  111. "SphereGeometry": "api/en/geometries/SphereGeometry",
  112. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  113. "TorusGeometry": "api/en/geometries/TorusGeometry",
  114. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  115. "TubeGeometry": "api/en/geometries/TubeGeometry",
  116. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  117. },
  118. "Helpers": {
  119. "ArrowHelper": "api/en/helpers/ArrowHelper",
  120. "AxesHelper": "api/en/helpers/AxesHelper",
  121. "BoxHelper": "api/en/helpers/BoxHelper",
  122. "Box3Helper": "api/en/helpers/Box3Helper",
  123. "CameraHelper": "api/en/helpers/CameraHelper",
  124. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  125. "GridHelper": "api/en/helpers/GridHelper",
  126. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  127. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  128. "PlaneHelper": "api/en/helpers/PlaneHelper",
  129. "PointLightHelper": "api/en/helpers/PointLightHelper",
  130. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  131. "SpotLightHelper": "api/en/helpers/SpotLightHelper"
  132. },
  133. "Lights": {
  134. "AmbientLight": "api/en/lights/AmbientLight",
  135. "DirectionalLight": "api/en/lights/DirectionalLight",
  136. "HemisphereLight": "api/en/lights/HemisphereLight",
  137. "Light": "api/en/lights/Light",
  138. "LightProbe": "api/en/lights/LightProbe",
  139. "PointLight": "api/en/lights/PointLight",
  140. "RectAreaLight": "api/en/lights/RectAreaLight",
  141. "SpotLight": "api/en/lights/SpotLight"
  142. },
  143. "Lights / Shadows": {
  144. "LightShadow": "api/en/lights/shadows/LightShadow",
  145. "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
  146. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  147. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  148. },
  149. "Loaders": {
  150. "AnimationLoader": "api/en/loaders/AnimationLoader",
  151. "AudioLoader": "api/en/loaders/AudioLoader",
  152. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  153. "Cache": "api/en/loaders/Cache",
  154. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  155. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  156. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  157. "FileLoader": "api/en/loaders/FileLoader",
  158. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  159. "ImageLoader": "api/en/loaders/ImageLoader",
  160. "Loader": "api/en/loaders/Loader",
  161. "LoaderUtils": "api/en/loaders/LoaderUtils",
  162. "MaterialLoader": "api/en/loaders/MaterialLoader",
  163. "ObjectLoader": "api/en/loaders/ObjectLoader",
  164. "TextureLoader": "api/en/loaders/TextureLoader"
  165. },
  166. "Loaders / Managers": {
  167. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  168. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  169. },
  170. "Materials": {
  171. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  172. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  173. "Material": "api/en/materials/Material",
  174. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  175. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  176. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  177. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  178. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  179. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  180. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  181. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  182. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  183. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  184. "PointsMaterial": "api/en/materials/PointsMaterial",
  185. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  186. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  187. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  188. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  189. },
  190. "Math": {
  191. "Box2": "api/en/math/Box2",
  192. "Box3": "api/en/math/Box3",
  193. "Color": "api/en/math/Color",
  194. "Cylindrical": "api/en/math/Cylindrical",
  195. "Euler": "api/en/math/Euler",
  196. "Frustum": "api/en/math/Frustum",
  197. "Interpolant": "api/en/math/Interpolant",
  198. "Line3": "api/en/math/Line3",
  199. "MathUtils": "api/en/math/MathUtils",
  200. "Matrix2": "api/en/math/Matrix2",
  201. "Matrix3": "api/en/math/Matrix3",
  202. "Matrix4": "api/en/math/Matrix4",
  203. "Plane": "api/en/math/Plane",
  204. "Quaternion": "api/en/math/Quaternion",
  205. "Ray": "api/en/math/Ray",
  206. "Sphere": "api/en/math/Sphere",
  207. "Spherical": "api/en/math/Spherical",
  208. "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
  209. "Triangle": "api/en/math/Triangle",
  210. "Vector2": "api/en/math/Vector2",
  211. "Vector3": "api/en/math/Vector3",
  212. "Vector4": "api/en/math/Vector4"
  213. },
  214. "Math / Interpolants": {
  215. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  216. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  217. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  218. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  219. },
  220. "Objects": {
  221. "BatchedMesh": "api/en/objects/BatchedMesh",
  222. "Bone": "api/en/objects/Bone",
  223. "ClippingGroup": "api/en/objects/ClippingGroup",
  224. "Group": "api/en/objects/Group",
  225. "InstancedMesh": "api/en/objects/InstancedMesh",
  226. "Line": "api/en/objects/Line",
  227. "LineLoop": "api/en/objects/LineLoop",
  228. "LineSegments": "api/en/objects/LineSegments",
  229. "LOD": "api/en/objects/LOD",
  230. "Mesh": "api/en/objects/Mesh",
  231. "Points": "api/en/objects/Points",
  232. "Skeleton": "api/en/objects/Skeleton",
  233. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  234. "Sprite": "api/en/objects/Sprite"
  235. },
  236. "Renderers": {
  237. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  238. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  239. "WebGL3DRenderTarget": "api/en/renderers/WebGL3DRenderTarget",
  240. "WebGLArrayRenderTarget": "api/en/renderers/WebGLArrayRenderTarget",
  241. "WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
  242. },
  243. "Renderers / Shaders": {
  244. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  245. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  246. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  247. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  248. },
  249. "Renderers / WebXR": {
  250. "WebXRManager": "api/en/renderers/webxr/WebXRManager"
  251. },
  252. "Scenes": {
  253. "Fog": "api/en/scenes/Fog",
  254. "FogExp2": "api/en/scenes/FogExp2",
  255. "Scene": "api/en/scenes/Scene"
  256. },
  257. "Textures": {
  258. "CanvasTexture": "api/en/textures/CanvasTexture",
  259. "CompressedTexture": "api/en/textures/CompressedTexture",
  260. "CompressedArrayTexture": "api/en/textures/CompressedArrayTexture",
  261. "CubeTexture": "api/en/textures/CubeTexture",
  262. "Data3DTexture": "api/en/textures/Data3DTexture",
  263. "DataArrayTexture": "api/en/textures/DataArrayTexture",
  264. "DataTexture": "api/en/textures/DataTexture",
  265. "DepthTexture": "api/en/textures/DepthTexture",
  266. "FramebufferTexture": "api/en/textures/FramebufferTexture",
  267. "Source": "api/en/textures/Source",
  268. "Texture": "api/en/textures/Texture",
  269. "VideoFrameTexture": "api/en/textures/VideoFrameTexture",
  270. "VideoTexture": "api/en/textures/VideoTexture"
  271. }
  272. },
  273. "Addons": {
  274. "Animations": {
  275. "CCDIKSolver": "examples/en/animations/CCDIKSolver"
  276. },
  277. "Controls": {
  278. "ArcballControls": "examples/en/controls/ArcballControls",
  279. "DragControls": "examples/en/controls/DragControls",
  280. "FirstPersonControls": "examples/en/controls/FirstPersonControls",
  281. "FlyControls": "examples/en/controls/FlyControls",
  282. "MapControls": "examples/en/controls/MapControls",
  283. "OrbitControls": "examples/en/controls/OrbitControls",
  284. "PointerLockControls": "examples/en/controls/PointerLockControls",
  285. "TrackballControls": "examples/en/controls/TrackballControls",
  286. "TransformControls": "examples/en/controls/TransformControls"
  287. },
  288. "Geometries": {
  289. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  290. "DecalGeometry": "examples/en/geometries/DecalGeometry",
  291. "ParametricGeometry": "examples/en/geometries/ParametricGeometry",
  292. "TeapotGeometry": "examples/en/geometries/TeapotGeometry",
  293. "TextGeometry": "examples/en/geometries/TextGeometry"
  294. },
  295. "Helpers": {
  296. "LightProbeHelper": "examples/en/helpers/LightProbeHelper",
  297. "PositionalAudioHelper": "examples/en/helpers/PositionalAudioHelper",
  298. "RectAreaLightHelper": "examples/en/helpers/RectAreaLightHelper",
  299. "VertexNormalsHelper": "examples/en/helpers/VertexNormalsHelper",
  300. "VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
  301. },
  302. "Lights": {
  303. "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
  304. },
  305. "Lines": {
  306. "Line2": "examples/en/lines/Line2",
  307. "LineGeometry": "examples/en/lines/LineGeometry",
  308. "LineMaterial": "examples/en/lines/LineMaterial",
  309. "LineSegments2": "examples/en/lines/LineSegments2",
  310. "LineSegmentsGeometry": "examples/en/lines/LineSegmentsGeometry"
  311. },
  312. "Loaders": {
  313. "3DMLoader": "examples/en/loaders/3DMLoader",
  314. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  315. "FontLoader": "examples/en/loaders/FontLoader",
  316. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  317. "KTX2Loader": "examples/en/loaders/KTX2Loader",
  318. "LDrawLoader": "examples/en/loaders/LDrawLoader",
  319. "LUT3dlLoader": "examples/en/loaders/LUT3dlLoader",
  320. "LUTCubeLoader": "examples/en/loaders/LUTCubeLoader",
  321. "MTLLoader": "examples/en/loaders/MTLLoader",
  322. "OBJLoader": "examples/en/loaders/OBJLoader",
  323. "PCDLoader": "examples/en/loaders/PCDLoader",
  324. "PDBLoader": "examples/en/loaders/PDBLoader",
  325. "SVGLoader": "examples/en/loaders/SVGLoader",
  326. "TGALoader": "examples/en/loaders/TGALoader"
  327. },
  328. "Objects": {
  329. "Lensflare": "examples/en/objects/Lensflare",
  330. "Sky": "examples/en/objects/Sky"
  331. },
  332. "Post-Processing": {
  333. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  334. },
  335. "Exporters": {
  336. "DRACOExporter": "examples/en/exporters/DRACOExporter",
  337. "EXRExporter": "examples/en/exporters/EXRExporter",
  338. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  339. "KTX2Exporter": "examples/en/exporters/KTX2Exporter",
  340. "OBJExporter": "examples/en/exporters/OBJExporter",
  341. "PLYExporter": "examples/en/exporters/PLYExporter",
  342. "STLExporter": "examples/en/exporters/STLExporter",
  343. "USDZExporter": "examples/en/exporters/USDZExporter"
  344. },
  345. "Math": {
  346. "LookupTable": "examples/en/math/Lut",
  347. "MeshSurfaceSampler": "examples/en/math/MeshSurfaceSampler",
  348. "OBB": "examples/en/math/OBB"
  349. },
  350. "Modifiers": {
  351. "EdgeSplit": "examples/en/modifiers/EdgeSplitModifier"
  352. },
  353. "ConvexHull": {
  354. "Face": "examples/en/math/convexhull/Face",
  355. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  356. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  357. "VertexNode": "examples/en/math/convexhull/VertexNode",
  358. "VertexList": "examples/en/math/convexhull/VertexList"
  359. },
  360. "Renderers": {
  361. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  362. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  363. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  364. },
  365. "Utils": {
  366. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  367. "CameraUtils": "examples/en/utils/CameraUtils",
  368. "SceneUtils": "examples/en/utils/SceneUtils",
  369. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  370. },
  371. "WebXR": {
  372. "XREstimatedLight": "examples/en/webxr/XREstimatedLight"
  373. }
  374. },
  375. "Developer Reference": {
  376. "WebGLRenderer": {
  377. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram"
  378. }
  379. }
  380. },
  381. "ar": {
  382. "المرجع": {
  383. "الحركات": {
  384. "AnimationAction": "api/ar/animation/AnimationAction",
  385. "AnimationClip": "api/ar/animation/AnimationClip",
  386. "AnimationMixer": "api/ar/animation/AnimationMixer",
  387. "AnimationObjectGroup": "api/ar/animation/AnimationObjectGroup",
  388. "AnimationUtils": "api/ar/animation/AnimationUtils",
  389. "KeyframeTrack": "api/ar/animation/KeyframeTrack",
  390. "PropertyBinding": "api/ar/animation/PropertyBinding",
  391. "PropertyMixer": "api/ar/animation/PropertyMixer"
  392. },
  393. "الحركات / Tracks": {
  394. "BooleanKeyframeTrack": "api/ar/animation/tracks/BooleanKeyframeTrack",
  395. "ColorKeyframeTrack": "api/ar/animation/tracks/ColorKeyframeTrack",
  396. "NumberKeyframeTrack": "api/ar/animation/tracks/NumberKeyframeTrack",
  397. "QuaternionKeyframeTrack": "api/ar/animation/tracks/QuaternionKeyframeTrack",
  398. "StringKeyframeTrack": "api/ar/animation/tracks/StringKeyframeTrack",
  399. "VectorKeyframeTrack": "api/ar/animation/tracks/VectorKeyframeTrack"
  400. },
  401. "Audio": {
  402. "Audio": "api/ar/audio/Audio",
  403. "AudioAnalyser": "api/ar/audio/AudioAnalyser",
  404. "AudioContext": "api/ar/audio/AudioContext",
  405. "AudioListener": "api/ar/audio/AudioListener",
  406. "PositionalAudio": "api/ar/audio/PositionalAudio"
  407. },
  408. "Cameras": {
  409. "ArrayCamera": "api/ar/cameras/ArrayCamera",
  410. "Camera": "api/ar/cameras/Camera",
  411. "CubeCamera": "api/ar/cameras/CubeCamera",
  412. "OrthographicCamera": "api/ar/cameras/OrthographicCamera",
  413. "PerspectiveCamera": "api/ar/cameras/PerspectiveCamera",
  414. "StereoCamera": "api/ar/cameras/StereoCamera"
  415. },
  416. "Constants": {
  417. "Animation": "api/ar/constants/Animation",
  418. "Core": "api/ar/constants/Core",
  419. "CustomBlendingEquation": "api/ar/constants/CustomBlendingEquations",
  420. "BufferAttributeUsage": "api/ar/constants/BufferAttributeUsage",
  421. "Materials": "api/ar/constants/Materials",
  422. "Renderer": "api/ar/constants/Renderer",
  423. "Textures": "api/ar/constants/Textures"
  424. },
  425. "Core": {
  426. "BufferAttribute": "api/ar/core/BufferAttribute",
  427. "BufferGeometry": "api/ar/core/BufferGeometry",
  428. "Clock": "api/ar/core/Clock",
  429. "EventDispatcher": "api/ar/core/EventDispatcher",
  430. "GLBufferAttribute": "api/ar/core/GLBufferAttribute",
  431. "InstancedBufferAttribute": "api/ar/core/InstancedBufferAttribute",
  432. "InstancedBufferGeometry": "api/ar/core/InstancedBufferGeometry",
  433. "InstancedInterleavedBuffer": "api/ar/core/InstancedInterleavedBuffer",
  434. "InterleavedBuffer": "api/ar/core/InterleavedBuffer",
  435. "InterleavedBufferAttribute": "api/ar/core/InterleavedBufferAttribute",
  436. "Layers": "api/ar/core/Layers",
  437. "Object3D": "api/ar/core/Object3D",
  438. "Raycaster": "api/ar/core/Raycaster",
  439. "Uniform": "api/ar/core/Uniform"
  440. },
  441. "Core / BufferAttributes": {
  442. "BufferAttribute Types": "api/ar/core/bufferAttributeTypes/BufferAttributeTypes"
  443. },
  444. "Extras": {
  445. "DataUtils": "api/ar/extras/DataUtils",
  446. "Earcut": "api/ar/extras/Earcut",
  447. "ImageUtils": "api/ar/extras/ImageUtils",
  448. "PMREMGenerator": "api/ar/extras/PMREMGenerator",
  449. "ShapeUtils": "api/ar/extras/ShapeUtils"
  450. },
  451. "Extras / Core": {
  452. "Curve": "api/ar/extras/core/Curve",
  453. "CurvePath": "api/ar/extras/core/CurvePath",
  454. "Interpolations": "api/ar/extras/core/Interpolations",
  455. "Path": "api/ar/extras/core/Path",
  456. "Shape": "api/ar/extras/core/Shape",
  457. "ShapePath": "api/ar/extras/core/ShapePath"
  458. },
  459. "Extras / Curves": {
  460. "ArcCurve": "api/ar/extras/curves/ArcCurve",
  461. "CatmullRomCurve3": "api/ar/extras/curves/CatmullRomCurve3",
  462. "CubicBezierCurve": "api/ar/extras/curves/CubicBezierCurve",
  463. "CubicBezierCurve3": "api/ar/extras/curves/CubicBezierCurve3",
  464. "EllipseCurve": "api/ar/extras/curves/EllipseCurve",
  465. "LineCurve": "api/ar/extras/curves/LineCurve",
  466. "LineCurve3": "api/ar/extras/curves/LineCurve3",
  467. "QuadraticBezierCurve": "api/ar/extras/curves/QuadraticBezierCurve",
  468. "QuadraticBezierCurve3": "api/ar/extras/curves/QuadraticBezierCurve3",
  469. "SplineCurve": "api/ar/extras/curves/SplineCurve"
  470. },
  471. "Geometries": {
  472. "BoxGeometry": "api/ar/geometries/BoxGeometry",
  473. "CapsuleGeometry": "api/ar/geometries/CapsuleGeometry",
  474. "CircleGeometry": "api/ar/geometries/CircleGeometry",
  475. "ConeGeometry": "api/ar/geometries/ConeGeometry",
  476. "CylinderGeometry": "api/ar/geometries/CylinderGeometry",
  477. "DodecahedronGeometry": "api/ar/geometries/DodecahedronGeometry",
  478. "EdgesGeometry": "api/ar/geometries/EdgesGeometry",
  479. "ExtrudeGeometry": "api/ar/geometries/ExtrudeGeometry",
  480. "IcosahedronGeometry": "api/ar/geometries/IcosahedronGeometry",
  481. "LatheGeometry": "api/ar/geometries/LatheGeometry",
  482. "OctahedronGeometry": "api/ar/geometries/OctahedronGeometry",
  483. "PlaneGeometry": "api/ar/geometries/PlaneGeometry",
  484. "PolyhedronGeometry": "api/ar/geometries/PolyhedronGeometry",
  485. "RingGeometry": "api/ar/geometries/RingGeometry",
  486. "ShapeGeometry": "api/ar/geometries/ShapeGeometry",
  487. "SphereGeometry": "api/ar/geometries/SphereGeometry",
  488. "TetrahedronGeometry": "api/ar/geometries/TetrahedronGeometry",
  489. "TorusGeometry": "api/ar/geometries/TorusGeometry",
  490. "TorusKnotGeometry": "api/ar/geometries/TorusKnotGeometry",
  491. "TubeGeometry": "api/ar/geometries/TubeGeometry",
  492. "WireframeGeometry": "api/ar/geometries/WireframeGeometry"
  493. },
  494. "Helpers": {
  495. "ArrowHelper": "api/ar/helpers/ArrowHelper",
  496. "AxesHelper": "api/ar/helpers/AxesHelper",
  497. "BoxHelper": "api/ar/helpers/BoxHelper",
  498. "Box3Helper": "api/ar/helpers/Box3Helper",
  499. "CameraHelper": "api/ar/helpers/CameraHelper",
  500. "DirectionalLightHelper": "api/ar/helpers/DirectionalLightHelper",
  501. "GridHelper": "api/ar/helpers/GridHelper",
  502. "PolarGridHelper": "api/ar/helpers/PolarGridHelper",
  503. "HemisphereLightHelper": "api/ar/helpers/HemisphereLightHelper",
  504. "PlaneHelper": "api/ar/helpers/PlaneHelper",
  505. "PointLightHelper": "api/ar/helpers/PointLightHelper",
  506. "SkeletonHelper": "api/ar/helpers/SkeletonHelper",
  507. "SpotLightHelper": "api/ar/helpers/SpotLightHelper"
  508. },
  509. "Lights": {
  510. "AmbientLight": "api/ar/lights/AmbientLight",
  511. "DirectionalLight": "api/ar/lights/DirectionalLight",
  512. "HemisphereLight": "api/ar/lights/HemisphereLight",
  513. "Light": "api/ar/lights/Light",
  514. "LightProbe": "api/ar/lights/LightProbe",
  515. "PointLight": "api/ar/lights/PointLight",
  516. "RectAreaLight": "api/ar/lights/RectAreaLight",
  517. "SpotLight": "api/ar/lights/SpotLight"
  518. },
  519. "Lights / Shadows": {
  520. "LightShadow": "api/ar/lights/shadows/LightShadow",
  521. "PointLightShadow": "api/ar/lights/shadows/PointLightShadow",
  522. "DirectionalLightShadow": "api/ar/lights/shadows/DirectionalLightShadow",
  523. "SpotLightShadow": "api/ar/lights/shadows/SpotLightShadow"
  524. },
  525. "Loaders": {
  526. "AnimationLoader": "api/ar/loaders/AnimationLoader",
  527. "AudioLoader": "api/ar/loaders/AudioLoader",
  528. "BufferGeometryLoader": "api/ar/loaders/BufferGeometryLoader",
  529. "Cache": "api/ar/loaders/Cache",
  530. "CompressedTextureLoader": "api/ar/loaders/CompressedTextureLoader",
  531. "CubeTextureLoader": "api/ar/loaders/CubeTextureLoader",
  532. "DataTextureLoader": "api/ar/loaders/DataTextureLoader",
  533. "FileLoader": "api/ar/loaders/FileLoader",
  534. "ImageBitmapLoader": "api/ar/loaders/ImageBitmapLoader",
  535. "ImageLoader": "api/ar/loaders/ImageLoader",
  536. "Loader": "api/ar/loaders/Loader",
  537. "LoaderUtils": "api/ar/loaders/LoaderUtils",
  538. "MaterialLoader": "api/ar/loaders/MaterialLoader",
  539. "ObjectLoader": "api/ar/loaders/ObjectLoader",
  540. "TextureLoader": "api/ar/loaders/TextureLoader"
  541. },
  542. "Loaders / Managers": {
  543. "DefaultLoadingManager": "api/ar/loaders/managers/DefaultLoadingManager",
  544. "LoadingManager": "api/ar/loaders/managers/LoadingManager"
  545. },
  546. "Materials": {
  547. "LineBasicMaterial": "api/ar/materials/LineBasicMaterial",
  548. "LineDashedMaterial": "api/ar/materials/LineDashedMaterial",
  549. "Material": "api/ar/materials/Material",
  550. "MeshBasicMaterial": "api/ar/materials/MeshBasicMaterial",
  551. "MeshDepthMaterial": "api/ar/materials/MeshDepthMaterial",
  552. "MeshDistanceMaterial": "api/ar/materials/MeshDistanceMaterial",
  553. "MeshLambertMaterial": "api/ar/materials/MeshLambertMaterial",
  554. "MeshMatcapMaterial": "api/ar/materials/MeshMatcapMaterial",
  555. "MeshNormalMaterial": "api/ar/materials/MeshNormalMaterial",
  556. "MeshPhongMaterial": "api/ar/materials/MeshPhongMaterial",
  557. "MeshPhysicalMaterial": "api/ar/materials/MeshPhysicalMaterial",
  558. "MeshStandardMaterial": "api/ar/materials/MeshStandardMaterial",
  559. "MeshToonMaterial": "api/ar/materials/MeshToonMaterial",
  560. "PointsMaterial": "api/ar/materials/PointsMaterial",
  561. "RawShaderMaterial": "api/ar/materials/RawShaderMaterial",
  562. "ShaderMaterial": "api/ar/materials/ShaderMaterial",
  563. "ShadowMaterial": "api/ar/materials/ShadowMaterial",
  564. "SpriteMaterial": "api/ar/materials/SpriteMaterial"
  565. },
  566. "Math": {
  567. "Box2": "api/ar/math/Box2",
  568. "Box3": "api/ar/math/Box3",
  569. "Color": "api/ar/math/Color",
  570. "Cylindrical": "api/ar/math/Cylindrical",
  571. "Euler": "api/ar/math/Euler",
  572. "Frustum": "api/ar/math/Frustum",
  573. "Interpolant": "api/ar/math/Interpolant",
  574. "Line3": "api/ar/math/Line3",
  575. "MathUtils": "api/ar/math/MathUtils",
  576. "Matrix3": "api/ar/math/Matrix3",
  577. "Matrix4": "api/ar/math/Matrix4",
  578. "Plane": "api/ar/math/Plane",
  579. "Quaternion": "api/ar/math/Quaternion",
  580. "Ray": "api/ar/math/Ray",
  581. "Sphere": "api/ar/math/Sphere",
  582. "Spherical": "api/ar/math/Spherical",
  583. "SphericalHarmonics3": "api/ar/math/SphericalHarmonics3",
  584. "Triangle": "api/ar/math/Triangle",
  585. "Vector2": "api/ar/math/Vector2",
  586. "Vector3": "api/ar/math/Vector3",
  587. "Vector4": "api/ar/math/Vector4"
  588. },
  589. "Math / Interpolants": {
  590. "CubicInterpolant": "api/ar/math/interpolants/CubicInterpolant",
  591. "DiscreteInterpolant": "api/ar/math/interpolants/DiscreteInterpolant",
  592. "LinearInterpolant": "api/ar/math/interpolants/LinearInterpolant",
  593. "QuaternionLinearInterpolant": "api/ar/math/interpolants/QuaternionLinearInterpolant"
  594. },
  595. "Objects": {
  596. "Bone": "api/ar/objects/Bone",
  597. "Group": "api/ar/objects/Group",
  598. "InstancedMesh": "api/ar/objects/InstancedMesh",
  599. "Line": "api/ar/objects/Line",
  600. "LineLoop": "api/ar/objects/LineLoop",
  601. "LineSegments": "api/ar/objects/LineSegments",
  602. "LOD": "api/ar/objects/LOD",
  603. "Mesh": "api/ar/objects/Mesh",
  604. "Points": "api/ar/objects/Points",
  605. "Skeleton": "api/ar/objects/Skeleton",
  606. "SkinnedMesh": "api/ar/objects/SkinnedMesh",
  607. "Sprite": "api/ar/objects/Sprite"
  608. },
  609. "Renderers": {
  610. "WebGLRenderer": "api/ar/renderers/WebGLRenderer",
  611. "WebGLRenderTarget": "api/ar/renderers/WebGLRenderTarget",
  612. "WebGL3DRenderTarget": "api/ar/renderers/WebGL3DRenderTarget",
  613. "WebGLArrayRenderTarget": "api/ar/renderers/WebGLArrayRenderTarget",
  614. "WebGLCubeRenderTarget": "api/ar/renderers/WebGLCubeRenderTarget"
  615. },
  616. "Renderers / Shaders": {
  617. "ShaderChunk": "api/ar/renderers/shaders/ShaderChunk",
  618. "ShaderLib": "api/ar/renderers/shaders/ShaderLib",
  619. "UniformsLib": "api/ar/renderers/shaders/UniformsLib",
  620. "UniformsUtils": "api/ar/renderers/shaders/UniformsUtils"
  621. },
  622. "Renderers / WebXR": {
  623. "WebXRManager": "api/ar/renderers/webxr/WebXRManager"
  624. },
  625. "Scenes": {
  626. "Fog": "api/ar/scenes/Fog",
  627. "FogExp2": "api/ar/scenes/FogExp2",
  628. "Scene": "api/ar/scenes/Scene"
  629. }
  630. }
  631. },
  632. "zh": {
  633. "参考": {
  634. "动画": {
  635. "AnimationAction": "api/zh/animation/AnimationAction",
  636. "AnimationClip": "api/zh/animation/AnimationClip",
  637. "AnimationMixer": "api/zh/animation/AnimationMixer",
  638. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  639. "AnimationUtils": "api/zh/animation/AnimationUtils",
  640. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  641. "PropertyBinding": "api/zh/animation/PropertyBinding",
  642. "PropertyMixer": "api/zh/animation/PropertyMixer"
  643. },
  644. "动画 / 轨道": {
  645. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  646. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  647. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  648. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  649. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  650. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  651. },
  652. "音频": {
  653. "Audio": "api/zh/audio/Audio",
  654. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  655. "AudioContext": "api/zh/audio/AudioContext",
  656. "AudioListener": "api/zh/audio/AudioListener",
  657. "PositionalAudio": "api/zh/audio/PositionalAudio"
  658. },
  659. "摄像机": {
  660. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  661. "Camera": "api/zh/cameras/Camera",
  662. "CubeCamera": "api/zh/cameras/CubeCamera",
  663. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  664. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  665. "StereoCamera": "api/zh/cameras/StereoCamera"
  666. },
  667. "常量": {
  668. "Animation": "api/zh/constants/Animation",
  669. "Core": "api/zh/constants/Core",
  670. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  671. "BufferAttributeUsage": "api/zh/constants/BufferAttributeUsage",
  672. "Materials": "api/zh/constants/Materials",
  673. "Renderer": "api/zh/constants/Renderer",
  674. "Textures": "api/zh/constants/Textures"
  675. },
  676. "核心": {
  677. "BufferAttribute": "api/zh/core/BufferAttribute",
  678. "BufferGeometry": "api/zh/core/BufferGeometry",
  679. "Clock": "api/zh/core/Clock",
  680. "EventDispatcher": "api/zh/core/EventDispatcher",
  681. "GLBufferAttribute": "api/zh/core/GLBufferAttribute",
  682. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  683. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  684. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  685. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  686. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  687. "Layers": "api/zh/core/Layers",
  688. "Object3D": "api/zh/core/Object3D",
  689. "Raycaster": "api/zh/core/Raycaster",
  690. "Timer": "api/zh/core/Timer",
  691. "Uniform": "api/zh/core/Uniform"
  692. },
  693. "核心 / BufferAttributes": {
  694. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  695. },
  696. "附件": {
  697. "Controls": "api/zh/extras/Controls",
  698. "DataUtils": "api/zh/extras/DataUtils",
  699. "Earcut": "api/zh/extras/Earcut",
  700. "ImageUtils": "api/zh/extras/ImageUtils",
  701. "PMREMGenerator": "api/zh/extras/PMREMGenerator",
  702. "ShapeUtils": "api/zh/extras/ShapeUtils",
  703. "TextureUtils": "api/zh/extras/TextureUtils"
  704. },
  705. "附件 / 核心": {
  706. "Curve": "api/zh/extras/core/Curve",
  707. "CurvePath": "api/zh/extras/core/CurvePath",
  708. "Interpolations": "api/zh/extras/core/Interpolations",
  709. "Path": "api/zh/extras/core/Path",
  710. "Shape": "api/zh/extras/core/Shape",
  711. "ShapePath": "api/zh/extras/core/ShapePath"
  712. },
  713. "附件 / 曲线": {
  714. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  715. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  716. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  717. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  718. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  719. "LineCurve": "api/zh/extras/curves/LineCurve",
  720. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  721. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  722. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  723. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  724. },
  725. "几何体": {
  726. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  727. "CapsuleGeometry": "api/zh/geometries/CapsuleGeometry",
  728. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  729. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  730. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  731. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  732. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  733. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  734. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  735. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  736. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  737. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  738. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  739. "RingGeometry": "api/zh/geometries/RingGeometry",
  740. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  741. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  742. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  743. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  744. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  745. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  746. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  747. },
  748. "辅助对象": {
  749. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  750. "AxesHelper": "api/zh/helpers/AxesHelper",
  751. "BoxHelper": "api/zh/helpers/BoxHelper",
  752. "Box3Helper": "api/zh/helpers/Box3Helper",
  753. "CameraHelper": "api/zh/helpers/CameraHelper",
  754. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  755. "GridHelper": "api/zh/helpers/GridHelper",
  756. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  757. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  758. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  759. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  760. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  761. "SpotLightHelper": "api/zh/helpers/SpotLightHelper"
  762. },
  763. "灯光": {
  764. "AmbientLight": "api/zh/lights/AmbientLight",
  765. "DirectionalLight": "api/zh/lights/DirectionalLight",
  766. "HemisphereLight": "api/zh/lights/HemisphereLight",
  767. "Light": "api/zh/lights/Light",
  768. "LightProbe": "api/zh/lights/LightProbe",
  769. "PointLight": "api/zh/lights/PointLight",
  770. "RectAreaLight": "api/zh/lights/RectAreaLight",
  771. "SpotLight": "api/zh/lights/SpotLight"
  772. },
  773. "灯光 / 阴影": {
  774. "LightShadow": "api/zh/lights/shadows/LightShadow",
  775. "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
  776. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  777. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  778. },
  779. "加载器": {
  780. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  781. "AudioLoader": "api/zh/loaders/AudioLoader",
  782. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  783. "Cache": "api/zh/loaders/Cache",
  784. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  785. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  786. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  787. "FileLoader": "api/zh/loaders/FileLoader",
  788. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  789. "ImageLoader": "api/zh/loaders/ImageLoader",
  790. "Loader": "api/zh/loaders/Loader",
  791. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  792. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  793. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  794. "TextureLoader": "api/zh/loaders/TextureLoader"
  795. },
  796. "加载器 / 管理器": {
  797. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  798. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  799. },
  800. "材质": {
  801. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  802. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  803. "Material": "api/zh/materials/Material",
  804. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  805. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  806. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  807. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  808. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  809. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  810. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  811. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  812. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  813. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  814. "PointsMaterial": "api/zh/materials/PointsMaterial",
  815. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  816. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  817. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  818. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  819. },
  820. "数学库": {
  821. "Box2": "api/zh/math/Box2",
  822. "Box3": "api/zh/math/Box3",
  823. "Color": "api/zh/math/Color",
  824. "Cylindrical": "api/zh/math/Cylindrical",
  825. "Euler": "api/zh/math/Euler",
  826. "Frustum": "api/zh/math/Frustum",
  827. "Interpolant": "api/zh/math/Interpolant",
  828. "Line3": "api/zh/math/Line3",
  829. "MathUtils": "api/zh/math/MathUtils",
  830. "Matrix3": "api/zh/math/Matrix3",
  831. "Matrix4": "api/zh/math/Matrix4",
  832. "Plane": "api/zh/math/Plane",
  833. "Quaternion": "api/zh/math/Quaternion",
  834. "Ray": "api/zh/math/Ray",
  835. "Sphere": "api/zh/math/Sphere",
  836. "Spherical": "api/zh/math/Spherical",
  837. "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
  838. "Triangle": "api/zh/math/Triangle",
  839. "Vector2": "api/zh/math/Vector2",
  840. "Vector3": "api/zh/math/Vector3",
  841. "Vector4": "api/zh/math/Vector4"
  842. },
  843. "数学库 / 插值": {
  844. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  845. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  846. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  847. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  848. },
  849. "物体": {
  850. "BatchedMesh": "api/zh/objects/BatchedMesh",
  851. "Bone": "api/zh/objects/Bone",
  852. "Group": "api/zh/objects/Group",
  853. "InstancedMesh": "api/zh/objects/InstancedMesh",
  854. "Line": "api/zh/objects/Line",
  855. "LineLoop": "api/zh/objects/LineLoop",
  856. "LineSegments": "api/zh/objects/LineSegments",
  857. "LOD": "api/zh/objects/LOD",
  858. "Mesh": "api/zh/objects/Mesh",
  859. "Points": "api/zh/objects/Points",
  860. "Skeleton": "api/zh/objects/Skeleton",
  861. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  862. "Sprite": "api/zh/objects/Sprite"
  863. },
  864. "渲染器": {
  865. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  866. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  867. "WebGL3DRenderTarget": "api/zh/renderers/WebGL3DRenderTarget",
  868. "WebGLArrayRenderTarget": "api/zh/renderers/WebGLArrayRenderTarget",
  869. "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
  870. },
  871. "渲染器 / 着色器": {
  872. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  873. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  874. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  875. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  876. },
  877. "渲染器 / WebXR": {
  878. "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
  879. },
  880. "场景": {
  881. "Fog": "api/zh/scenes/Fog",
  882. "FogExp2": "api/zh/scenes/FogExp2",
  883. "Scene": "api/zh/scenes/Scene"
  884. },
  885. "纹理贴图": {
  886. "CanvasTexture": "api/zh/textures/CanvasTexture",
  887. "CompressedTexture": "api/zh/textures/CompressedTexture",
  888. "CompressedArrayTexture": "api/zh/textures/CompressedArrayTexture",
  889. "CubeTexture": "api/zh/textures/CubeTexture",
  890. "Data3DTexture": "api/zh/textures/Data3DTexture",
  891. "DataArrayTexture": "api/zh/textures/DataArrayTexture",
  892. "DataTexture": "api/zh/textures/DataTexture",
  893. "DepthTexture": "api/zh/textures/DepthTexture",
  894. "FramebufferTexture": "api/zh/textures/FramebufferTexture",
  895. "Source": "api/zh/textures/Source",
  896. "Texture": "api/zh/textures/Texture",
  897. "VideoTexture": "api/zh/textures/VideoTexture"
  898. }
  899. },
  900. "附加": {
  901. "动画": {
  902. "CCDIKSolver": "examples/zh/animations/CCDIKSolver"
  903. },
  904. "控制": {
  905. "ArcballControls": "examples/zh/controls/ArcballControls",
  906. "DragControls": "examples/zh/controls/DragControls",
  907. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  908. "FlyControls": "examples/zh/controls/FlyControls",
  909. "MapControls": "examples/zh/controls/MapControls",
  910. "OrbitControls": "examples/zh/controls/OrbitControls",
  911. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  912. "TrackballControls": "examples/zh/controls/TrackballControls",
  913. "TransformControls": "examples/zh/controls/TransformControls"
  914. },
  915. "几何体": {
  916. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  917. "DecalGeometry": "examples/zh/geometries/DecalGeometry",
  918. "ParametricGeometry": "examples/zh/geometries/ParametricGeometry",
  919. "TeapotGeometry": "examples/zh/geometries/TeapotGeometry",
  920. "TextGeometry": "examples/zh/geometries/TextGeometry"
  921. },
  922. "辅助对象": {
  923. "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
  924. "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
  925. "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
  926. "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
  927. "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
  928. },
  929. "灯光": {
  930. "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
  931. },
  932. "加载器": {
  933. "3DMLoader": "examples/zh/loaders/3DMLoader",
  934. "DRACOLoader": "examples/zh/loaders/DRACOLoader",
  935. "FontLoader": "examples/zh/loaders/FontLoader",
  936. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  937. "KTX2Loader": "examples/zh/loaders/KTX2Loader",
  938. "LDrawLoader": "examples/zh/loaders/LDrawLoader",
  939. "LUT3dlLoader": "examples/zh/loaders/LUT3dlLoader",
  940. "LUTCubeLoader": "examples/zh/loaders/LUTCubeLoader",
  941. "MTLLoader": "examples/zh/loaders/MTLLoader",
  942. "OBJLoader": "examples/zh/loaders/OBJLoader",
  943. "PCDLoader": "examples/zh/loaders/PCDLoader",
  944. "PDBLoader": "examples/zh/loaders/PDBLoader",
  945. "SVGLoader": "examples/zh/loaders/SVGLoader",
  946. "TGALoader": "examples/zh/loaders/TGALoader"
  947. },
  948. "物体": {
  949. "Lensflare": "examples/zh/objects/Lensflare",
  950. "Sky": "examples/zh/objects/Sky"
  951. },
  952. "后期处理": {
  953. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  954. },
  955. "导出器": {
  956. "DRACOExporter": "examples/zh/exporters/DRACOExporter",
  957. "EXRExporter": "examples/zh/exporters/EXRExporter",
  958. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  959. "OBJExporter": "examples/zh/exporters/OBJExporter",
  960. "PLYExporter": "examples/zh/exporters/PLYExporter",
  961. "STLExporter": "examples/zh/exporters/STLExporter"
  962. },
  963. "数学库": {
  964. "LookupTable": "examples/zh/math/Lut",
  965. "MeshSurfaceSampler": "examples/zh/math/MeshSurfaceSampler",
  966. "OBB": "examples/zh/math/OBB"
  967. },
  968. "修改器":{
  969. "EdgeSplitModifier": "examples/zh/modifiers/EdgeSplitModifier"
  970. },
  971. "凸包": {
  972. "Face": "examples/zh/math/convexhull/Face",
  973. "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
  974. "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
  975. "VertexNode": "examples/zh/math/convexhull/VertexNode",
  976. "VertexList": "examples/zh/math/convexhull/VertexList"
  977. },
  978. "渲染器": {
  979. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  980. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  981. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  982. },
  983. "实用工具": {
  984. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  985. "CameraUtils": "examples/zh/utils/CameraUtils",
  986. "SceneUtils": "examples/zh/utils/SceneUtils",
  987. "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
  988. },
  989. "WebXR": {
  990. "XREstimatedLight": "examples/zh/webxr/XREstimatedLight"
  991. }
  992. },
  993. "开发者参考": {
  994. "WebGL渲染器": {
  995. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram"
  996. }
  997. }
  998. },
  999. "ko": {
  1000. "레퍼런스": {
  1001. "애니메이션": {
  1002. "AnimationAction": "api/ko/animation/AnimationAction",
  1003. "AnimationClip": "api/ko/animation/AnimationClip",
  1004. "AnimationMixer": "api/ko/animation/AnimationMixer",
  1005. "AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
  1006. "AnimationUtils": "api/ko/animation/AnimationUtils",
  1007. "KeyframeTrack": "api/ko/animation/KeyframeTrack",
  1008. "PropertyBinding": "api/ko/animation/PropertyBinding",
  1009. "PropertyMixer": "api/ko/animation/PropertyMixer"
  1010. },
  1011. "애니메이션 / 트랙": {
  1012. "BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
  1013. "ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
  1014. "NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
  1015. "QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
  1016. "StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
  1017. "VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
  1018. },
  1019. "오디오": {
  1020. "Audio": "api/ko/audio/Audio",
  1021. "AudioAnalyser": "api/ko/audio/AudioAnalyser",
  1022. "AudioContext": "api/ko/audio/AudioContext",
  1023. "AudioListener": "api/ko/audio/AudioListener",
  1024. "PositionalAudio": "api/ko/audio/PositionalAudio"
  1025. },
  1026. "카메라": {
  1027. "ArrayCamera": "api/ko/cameras/ArrayCamera",
  1028. "Camera": "api/ko/cameras/Camera",
  1029. "CubeCamera": "api/ko/cameras/CubeCamera",
  1030. "OrthographicCamera": "api/ko/cameras/OrthographicCamera",
  1031. "PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
  1032. "StereoCamera": "api/ko/cameras/StereoCamera"
  1033. },
  1034. "상수": {
  1035. "Animation": "api/ko/constants/Animation",
  1036. "BufferAttributeUsage": "api/ko/constants/BufferAttributeUsage",
  1037. "Core": "api/ko/constants/Core",
  1038. "CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
  1039. "Materials": "api/ko/constants/Materials",
  1040. "Renderer": "api/ko/constants/Renderer",
  1041. "Textures": "api/ko/constants/Textures"
  1042. },
  1043. "Core": {
  1044. "BufferAttribute": "api/ko/core/BufferAttribute",
  1045. "BufferGeometry": "api/ko/core/BufferGeometry",
  1046. "Clock": "api/ko/core/Clock",
  1047. "EventDispatcher": "api/ko/core/EventDispatcher",
  1048. "GLBufferAttribute": "api/ko/core/GLBufferAttribute",
  1049. "InstancedBufferAttribute": "api/ko/core/InstancedBufferAttribute",
  1050. "InstancedBufferGeometry": "api/ko/core/InstancedBufferGeometry",
  1051. "InstancedInterleavedBuffer": "api/ko/core/InstancedInterleavedBuffer",
  1052. "InterleavedBuffer": "api/ko/core/InterleavedBuffer",
  1053. "InterleavedBufferAttribute": "api/ko/core/InterleavedBufferAttribute",
  1054. "Layers": "api/ko/core/Layers",
  1055. "Object3D": "api/ko/core/Object3D",
  1056. "Raycaster": "api/ko/core/Raycaster",
  1057. "Uniform": "api/ko/core/Uniform"
  1058. },
  1059. "Core / BufferAttributes": {
  1060. "BufferAttribute Types": "api/ko/core/bufferAttributeTypes/BufferAttributeTypes"
  1061. },
  1062. "Extras": {
  1063. "DataUtils": "api/ko/extras/DataUtils",
  1064. "Earcut": "api/ko/extras/Earcut",
  1065. "ImageUtils": "api/ko/extras/ImageUtils",
  1066. "PMREMGenerator": "api/ko/extras/PMREMGenerator",
  1067. "ShapeUtils": "api/ko/extras/ShapeUtils"
  1068. },
  1069. "Extras / Core": {
  1070. "Curve": "api/ko/extras/core/Curve",
  1071. "CurvePath": "api/ko/extras/core/CurvePath",
  1072. "Interpolations": "api/ko/extras/core/Interpolations",
  1073. "Path": "api/ko/extras/core/Path",
  1074. "Shape": "api/ko/extras/core/Shape",
  1075. "ShapePath": "api/ko/extras/core/ShapePath"
  1076. },
  1077. "Extras / Curves": {
  1078. "ArcCurve": "api/ko/extras/curves/ArcCurve",
  1079. "CatmullRomCurve3": "api/ko/extras/curves/CatmullRomCurve3",
  1080. "CubicBezierCurve": "api/ko/extras/curves/CubicBezierCurve",
  1081. "CubicBezierCurve3": "api/ko/extras/curves/CubicBezierCurve3",
  1082. "EllipseCurve": "api/ko/extras/curves/EllipseCurve",
  1083. "LineCurve": "api/ko/extras/curves/LineCurve",
  1084. "LineCurve3": "api/ko/extras/curves/LineCurve3",
  1085. "QuadraticBezierCurve": "api/ko/extras/curves/QuadraticBezierCurve",
  1086. "QuadraticBezierCurve3": "api/ko/extras/curves/QuadraticBezierCurve3",
  1087. "SplineCurve": "api/ko/extras/curves/SplineCurve"
  1088. },
  1089. "Geometries": {
  1090. "BoxGeometry": "api/ko/geometries/BoxGeometry",
  1091. "CapsuleGeometry": "api/ko/geometries/CapsuleGeometry",
  1092. "CircleGeometry": "api/ko/geometries/CircleGeometry",
  1093. "ConeGeometry": "api/ko/geometries/ConeGeometry",
  1094. "CylinderGeometry": "api/ko/geometries/CylinderGeometry",
  1095. "DodecahedronGeometry": "api/ko/geometries/DodecahedronGeometry",
  1096. "EdgesGeometry": "api/ko/geometries/EdgesGeometry",
  1097. "ExtrudeGeometry": "api/ko/geometries/ExtrudeGeometry",
  1098. "IcosahedronGeometry": "api/ko/geometries/IcosahedronGeometry",
  1099. "LatheGeometry": "api/ko/geometries/LatheGeometry",
  1100. "OctahedronGeometry": "api/ko/geometries/OctahedronGeometry",
  1101. "PlaneGeometry": "api/ko/geometries/PlaneGeometry",
  1102. "PolyhedronGeometry": "api/ko/geometries/PolyhedronGeometry",
  1103. "RingGeometry": "api/ko/geometries/RingGeometry",
  1104. "ShapeGeometry": "api/ko/geometries/ShapeGeometry",
  1105. "SphereGeometry": "api/ko/geometries/SphereGeometry",
  1106. "TetrahedronGeometry": "api/ko/geometries/TetrahedronGeometry",
  1107. "TorusGeometry": "api/ko/geometries/TorusGeometry",
  1108. "TorusKnotGeometry": "api/ko/geometries/TorusKnotGeometry",
  1109. "TubeGeometry": "api/ko/geometries/TubeGeometry",
  1110. "WireframeGeometry": "api/ko/geometries/WireframeGeometry"
  1111. }
  1112. },
  1113. "Addons": {
  1114. "컨트롤": {
  1115. "ArcballControls": "examples/ko/controls/ArcballControls",
  1116. "DragControls": "examples/ko/controls/DragControls",
  1117. "FirstPersonControls": "examples/ko/controls/FirstPersonControls",
  1118. "FlyControls": "examples/ko/controls/FlyControls",
  1119. "MapControls": "examples/ko/controls/MapControls",
  1120. "OrbitControls": "examples/ko/controls/OrbitControls",
  1121. "PointerLockControls": "examples/ko/controls/PointerLockControls",
  1122. "TrackballControls": "examples/ko/controls/TrackballControls",
  1123. "TransformControls": "examples/ko/controls/TransformControls"
  1124. },
  1125. "WebXR": {
  1126. "XREstimatedLight": "examples/ko/webxr/XREstimatedLight"
  1127. }
  1128. }
  1129. },
  1130. "it": {
  1131. "Riferimenti": {
  1132. "Animazione": {
  1133. "AnimationAction": "api/it/animation/AnimationAction",
  1134. "AnimationClip": "api/it/animation/AnimationClip",
  1135. "AnimationMixer": "api/it/animation/AnimationMixer",
  1136. "AnimationObjectGroup": "api/it/animation/AnimationObjectGroup",
  1137. "AnimationUtils": "api/it/animation/AnimationUtils",
  1138. "KeyframeTrack": "api/it/animation/KeyframeTrack",
  1139. "PropertyBinding": "api/it/animation/PropertyBinding",
  1140. "PropertyMixer": "api/it/animation/PropertyMixer"
  1141. },
  1142. "Animazione / Tracks": {
  1143. "BooleanKeyframeTrack": "api/it/animation/tracks/BooleanKeyframeTrack",
  1144. "ColorKeyframeTrack": "api/it/animation/tracks/ColorKeyframeTrack",
  1145. "NumberKeyframeTrack": "api/it/animation/tracks/NumberKeyframeTrack",
  1146. "QuaternionKeyframeTrack": "api/it/animation/tracks/QuaternionKeyframeTrack",
  1147. "StringKeyframeTrack": "api/it/animation/tracks/StringKeyframeTrack",
  1148. "VectorKeyframeTrack": "api/it/animation/tracks/VectorKeyframeTrack"
  1149. },
  1150. "Audio": {
  1151. "Audio": "api/it/audio/Audio",
  1152. "AudioAnalyser": "api/it/audio/AudioAnalyser",
  1153. "AudioContext": "api/it/audio/AudioContext",
  1154. "AudioListener": "api/it/audio/AudioListener",
  1155. "PositionalAudio": "api/it/audio/PositionalAudio"
  1156. },
  1157. "Telecamere": {
  1158. "ArrayCamera": "api/it/cameras/ArrayCamera",
  1159. "Camera": "api/it/cameras/Camera",
  1160. "CubeCamera": "api/it/cameras/CubeCamera",
  1161. "OrthographicCamera": "api/it/cameras/OrthographicCamera",
  1162. "PerspectiveCamera": "api/it/cameras/PerspectiveCamera",
  1163. "StereoCamera": "api/it/cameras/StereoCamera"
  1164. },
  1165. "Costanti": {
  1166. "Animazione": "api/it/constants/Animation",
  1167. "Core": "api/it/constants/Core",
  1168. "CustomBlendingEquation": "api/it/constants/CustomBlendingEquations",
  1169. "BufferAttributeUsage": "api/it/constants/BufferAttributeUsage",
  1170. "Materiali": "api/it/constants/Materials",
  1171. "Renderer": "api/it/constants/Renderer",
  1172. "Texture": "api/it/constants/Textures"
  1173. },
  1174. "Core": {
  1175. "BufferAttribute": "api/it/core/BufferAttribute",
  1176. "BufferGeometry": "api/it/core/BufferGeometry",
  1177. "Clock": "api/it/core/Clock",
  1178. "EventDispatcher": "api/it/core/EventDispatcher",
  1179. "GLBufferAttribute": "api/it/core/GLBufferAttribute",
  1180. "InstancedBufferAttribute": "api/it/core/InstancedBufferAttribute",
  1181. "InstancedBufferGeometry": "api/it/core/InstancedBufferGeometry",
  1182. "InstancedInterleavedBuffer": "api/it/core/InstancedInterleavedBuffer",
  1183. "InterleavedBuffer": "api/it/core/InterleavedBuffer",
  1184. "InterleavedBufferAttribute": "api/it/core/InterleavedBufferAttribute",
  1185. "Layers": "api/it/core/Layers",
  1186. "Object3D": "api/it/core/Object3D",
  1187. "Raycaster": "api/it/core/Raycaster",
  1188. "Uniform": "api/it/core/Uniform"
  1189. },
  1190. "Core / BufferAttributes": {
  1191. "BufferAttribute Types": "api/it/core/bufferAttributeTypes/BufferAttributeTypes"
  1192. },
  1193. "Extras": {
  1194. "DataUtils": "api/it/extras/DataUtils",
  1195. "Earcut": "api/it/extras/Earcut",
  1196. "ImageUtils": "api/it/extras/ImageUtils",
  1197. "PMREMGenerator": "api/it/extras/PMREMGenerator",
  1198. "ShapeUtils": "api/it/extras/ShapeUtils"
  1199. },
  1200. "Extras / Core": {
  1201. "Curve": "api/it/extras/core/Curve",
  1202. "CurvePath": "api/it/extras/core/CurvePath",
  1203. "Interpolations": "api/it/extras/core/Interpolations",
  1204. "Path": "api/it/extras/core/Path",
  1205. "Shape": "api/it/extras/core/Shape",
  1206. "ShapePath": "api/it/extras/core/ShapePath"
  1207. },
  1208. "Extras / Curves": {
  1209. "ArcCurve": "api/it/extras/curves/ArcCurve",
  1210. "CatmullRomCurve3": "api/it/extras/curves/CatmullRomCurve3",
  1211. "CubicBezierCurve": "api/it/extras/curves/CubicBezierCurve",
  1212. "CubicBezierCurve3": "api/it/extras/curves/CubicBezierCurve3",
  1213. "EllipseCurve": "api/it/extras/curves/EllipseCurve",
  1214. "LineCurve": "api/it/extras/curves/LineCurve",
  1215. "LineCurve3": "api/it/extras/curves/LineCurve3",
  1216. "QuadraticBezierCurve": "api/it/extras/curves/QuadraticBezierCurve",
  1217. "QuadraticBezierCurve3": "api/it/extras/curves/QuadraticBezierCurve3",
  1218. "SplineCurve": "api/it/extras/curves/SplineCurve"
  1219. },
  1220. "Geometrie": {
  1221. "BoxGeometry": "api/it/geometries/BoxGeometry",
  1222. "CapsuleGeometry": "api/it/geometries/CapsuleGeometry",
  1223. "CircleGeometry": "api/it/geometries/CircleGeometry",
  1224. "ConeGeometry": "api/it/geometries/ConeGeometry",
  1225. "CylinderGeometry": "api/it/geometries/CylinderGeometry",
  1226. "DodecahedronGeometry": "api/it/geometries/DodecahedronGeometry",
  1227. "EdgesGeometry": "api/it/geometries/EdgesGeometry",
  1228. "ExtrudeGeometry": "api/it/geometries/ExtrudeGeometry",
  1229. "IcosahedronGeometry": "api/it/geometries/IcosahedronGeometry",
  1230. "LatheGeometry": "api/it/geometries/LatheGeometry",
  1231. "OctahedronGeometry": "api/it/geometries/OctahedronGeometry",
  1232. "PlaneGeometry": "api/it/geometries/PlaneGeometry",
  1233. "PolyhedronGeometry": "api/it/geometries/PolyhedronGeometry",
  1234. "RingGeometry": "api/it/geometries/RingGeometry",
  1235. "ShapeGeometry": "api/it/geometries/ShapeGeometry",
  1236. "SphereGeometry": "api/it/geometries/SphereGeometry",
  1237. "TetrahedronGeometry": "api/it/geometries/TetrahedronGeometry",
  1238. "TorusGeometry": "api/it/geometries/TorusGeometry",
  1239. "TorusKnotGeometry": "api/it/geometries/TorusKnotGeometry",
  1240. "TubeGeometry": "api/it/geometries/TubeGeometry",
  1241. "WireframeGeometry": "api/it/geometries/WireframeGeometry"
  1242. },
  1243. "Helpers": {
  1244. "ArrowHelper": "api/it/helpers/ArrowHelper",
  1245. "AxesHelper": "api/it/helpers/AxesHelper",
  1246. "BoxHelper": "api/it/helpers/BoxHelper",
  1247. "Box3Helper": "api/it/helpers/Box3Helper",
  1248. "CameraHelper": "api/it/helpers/CameraHelper",
  1249. "DirectionalLightHelper": "api/it/helpers/DirectionalLightHelper",
  1250. "GridHelper": "api/it/helpers/GridHelper",
  1251. "PolarGridHelper": "api/it/helpers/PolarGridHelper",
  1252. "HemisphereLightHelper": "api/it/helpers/HemisphereLightHelper",
  1253. "PlaneHelper": "api/it/helpers/PlaneHelper",
  1254. "PointLightHelper": "api/it/helpers/PointLightHelper",
  1255. "SkeletonHelper": "api/it/helpers/SkeletonHelper",
  1256. "SpotLightHelper": "api/it/helpers/SpotLightHelper"
  1257. },
  1258. "Luci": {
  1259. "AmbientLight": "api/it/lights/AmbientLight",
  1260. "DirectionalLight": "api/it/lights/DirectionalLight",
  1261. "HemisphereLight": "api/it/lights/HemisphereLight",
  1262. "Light": "api/it/lights/Light",
  1263. "LightProbe": "api/it/lights/LightProbe",
  1264. "PointLight": "api/it/lights/PointLight",
  1265. "RectAreaLight": "api/it/lights/RectAreaLight",
  1266. "SpotLight": "api/it/lights/SpotLight"
  1267. },
  1268. "Luci / Ombre": {
  1269. "LightShadow": "api/it/lights/shadows/LightShadow",
  1270. "PointLightShadow": "api/it/lights/shadows/PointLightShadow",
  1271. "DirectionalLightShadow": "api/it/lights/shadows/DirectionalLightShadow",
  1272. "SpotLightShadow": "api/it/lights/shadows/SpotLightShadow"
  1273. },
  1274. "Loaders": {
  1275. "AnimationLoader": "api/it/loaders/AnimationLoader",
  1276. "AudioLoader": "api/it/loaders/AudioLoader",
  1277. "BufferGeometryLoader": "api/it/loaders/BufferGeometryLoader",
  1278. "Cache": "api/it/loaders/Cache",
  1279. "CompressedTextureLoader": "api/it/loaders/CompressedTextureLoader",
  1280. "CubeTextureLoader": "api/it/loaders/CubeTextureLoader",
  1281. "DataTextureLoader": "api/it/loaders/DataTextureLoader",
  1282. "FileLoader": "api/it/loaders/FileLoader",
  1283. "ImageBitmapLoader": "api/it/loaders/ImageBitmapLoader",
  1284. "ImageLoader": "api/it/loaders/ImageLoader",
  1285. "Loader": "api/it/loaders/Loader",
  1286. "LoaderUtils": "api/it/loaders/LoaderUtils",
  1287. "MaterialLoader": "api/it/loaders/MaterialLoader",
  1288. "ObjectLoader": "api/it/loaders/ObjectLoader",
  1289. "TextureLoader": "api/it/loaders/TextureLoader"
  1290. },
  1291. "Loaders / Managers": {
  1292. "DefaultLoadingManager": "api/it/loaders/managers/DefaultLoadingManager",
  1293. "LoadingManager": "api/it/loaders/managers/LoadingManager"
  1294. },
  1295. "Materiali": {
  1296. "LineBasicMaterial": "api/it/materials/LineBasicMaterial",
  1297. "LineDashedMaterial": "api/it/materials/LineDashedMaterial",
  1298. "Material": "api/it/materials/Material",
  1299. "MeshBasicMaterial": "api/it/materials/MeshBasicMaterial",
  1300. "MeshDepthMaterial": "api/it/materials/MeshDepthMaterial",
  1301. "MeshDistanceMaterial": "api/it/materials/MeshDistanceMaterial",
  1302. "MeshLambertMaterial": "api/it/materials/MeshLambertMaterial",
  1303. "MeshMatcapMaterial": "api/it/materials/MeshMatcapMaterial",
  1304. "MeshNormalMaterial": "api/it/materials/MeshNormalMaterial",
  1305. "MeshPhongMaterial": "api/it/materials/MeshPhongMaterial",
  1306. "MeshPhysicalMaterial": "api/it/materials/MeshPhysicalMaterial",
  1307. "MeshStandardMaterial": "api/it/materials/MeshStandardMaterial",
  1308. "MeshToonMaterial": "api/it/materials/MeshToonMaterial",
  1309. "PointsMaterial": "api/it/materials/PointsMaterial",
  1310. "RawShaderMaterial": "api/it/materials/RawShaderMaterial",
  1311. "ShaderMaterial": "api/it/materials/ShaderMaterial",
  1312. "ShadowMaterial": "api/it/materials/ShadowMaterial",
  1313. "SpriteMaterial": "api/it/materials/SpriteMaterial"
  1314. },
  1315. "Math": {
  1316. "Box2": "api/it/math/Box2",
  1317. "Box3": "api/it/math/Box3",
  1318. "Color": "api/it/math/Color",
  1319. "Cylindrical": "api/it/math/Cylindrical",
  1320. "Euler": "api/it/math/Euler",
  1321. "Frustum": "api/it/math/Frustum",
  1322. "Interpolant": "api/it/math/Interpolant",
  1323. "Line3": "api/it/math/Line3",
  1324. "MathUtils": "api/it/math/MathUtils",
  1325. "Matrix3": "api/it/math/Matrix3",
  1326. "Matrix4": "api/it/math/Matrix4",
  1327. "Plane": "api/it/math/Plane",
  1328. "Quaternion": "api/it/math/Quaternion",
  1329. "Ray": "api/it/math/Ray",
  1330. "Sphere": "api/it/math/Sphere",
  1331. "Spherical": "api/it/math/Spherical",
  1332. "SphericalHarmonics3": "api/it/math/SphericalHarmonics3",
  1333. "Triangle": "api/it/math/Triangle",
  1334. "Vector2": "api/it/math/Vector2",
  1335. "Vector3": "api/it/math/Vector3",
  1336. "Vector4": "api/it/math/Vector4"
  1337. },
  1338. "Math / Interpolants": {
  1339. "CubicInterpolant": "api/it/math/interpolants/CubicInterpolant",
  1340. "DiscreteInterpolant": "api/it/math/interpolants/DiscreteInterpolant",
  1341. "LinearInterpolant": "api/it/math/interpolants/LinearInterpolant",
  1342. "QuaternionLinearInterpolant": "api/it/math/interpolants/QuaternionLinearInterpolant"
  1343. },
  1344. "Oggetti": {
  1345. "Bone": "api/it/objects/Bone",
  1346. "Group": "api/it/objects/Group",
  1347. "InstancedMesh": "api/it/objects/InstancedMesh",
  1348. "Line": "api/it/objects/Line",
  1349. "LineLoop": "api/it/objects/LineLoop",
  1350. "LineSegments": "api/it/objects/LineSegments",
  1351. "LOD": "api/it/objects/LOD",
  1352. "Mesh": "api/it/objects/Mesh",
  1353. "Points": "api/it/objects/Points",
  1354. "Skeleton": "api/it/objects/Skeleton",
  1355. "SkinnedMesh": "api/it/objects/SkinnedMesh",
  1356. "Sprite": "api/it/objects/Sprite"
  1357. },
  1358. "Renderers": {
  1359. "WebGLRenderer": "api/it/renderers/WebGLRenderer",
  1360. "WebGLRenderTarget": "api/it/renderers/WebGLRenderTarget",
  1361. "WebGL3DRenderTarget": "api/it/renderers/WebGL3DRenderTarget",
  1362. "WebGLArrayRenderTarget": "api/it/renderers/WebGLArrayRenderTarget",
  1363. "WebGLCubeRenderTarget": "api/it/renderers/WebGLCubeRenderTarget"
  1364. },
  1365. "Renderers / Shaders": {
  1366. "ShaderChunk": "api/it/renderers/shaders/ShaderChunk",
  1367. "ShaderLib": "api/it/renderers/shaders/ShaderLib",
  1368. "UniformsLib": "api/it/renderers/shaders/UniformsLib",
  1369. "UniformsUtils": "api/it/renderers/shaders/UniformsUtils"
  1370. },
  1371. "Renderers / WebXR": {
  1372. "WebXRManager": "api/it/renderers/webxr/WebXRManager"
  1373. },
  1374. "Scene": {
  1375. "Fog": "api/it/scenes/Fog",
  1376. "FogExp2": "api/it/scenes/FogExp2",
  1377. "Scene": "api/it/scenes/Scene"
  1378. },
  1379. "Textures": {
  1380. "CanvasTexture": "api/it/textures/CanvasTexture",
  1381. "CompressedTexture": "api/it/textures/CompressedTexture",
  1382. "CompressedArrayTexture": "api/it/textures/CompressedArrayTexture",
  1383. "CubeTexture": "api/it/textures/CubeTexture",
  1384. "Data3DTexture": "api/it/textures/Data3DTexture",
  1385. "DataArrayTexture": "api/it/textures/DataArrayTexture",
  1386. "DataTexture": "api/it/textures/DataTexture",
  1387. "DepthTexture": "api/it/textures/DepthTexture",
  1388. "FramebufferTexture": "api/it/textures/FramebufferTexture",
  1389. "Source": "api/it/textures/Source",
  1390. "Texture": "api/it/textures/Texture",
  1391. "VideoTexture": "api/it/textures/VideoTexture"
  1392. }
  1393. }
  1394. },
  1395. "pt-br": {
  1396. "Referência": {
  1397. "Animation": {
  1398. "AnimationAction": "api/pt-br/animation/AnimationAction",
  1399. "AnimationClip": "api/pt-br/animation/AnimationClip",
  1400. "AnimationMixer": "api/pt-br/animation/AnimationMixer",
  1401. "AnimationObjectGroup": "api/pt-br/animation/AnimationObjectGroup",
  1402. "AnimationUtils": "api/pt-br/animation/AnimationUtils",
  1403. "KeyframeTrack": "api/pt-br/animation/KeyframeTrack",
  1404. "PropertyBinding": "api/pt-br/animation/PropertyBinding",
  1405. "PropertyMixer": "api/pt-br/animation/PropertyMixer"
  1406. },
  1407. "Animation / Tracks": {
  1408. "BooleanKeyframeTrack": "api/pt-br/animation/tracks/BooleanKeyframeTrack",
  1409. "ColorKeyframeTrack": "api/pt-br/animation/tracks/ColorKeyframeTrack",
  1410. "NumberKeyframeTrack": "api/pt-br/animation/tracks/NumberKeyframeTrack",
  1411. "QuaternionKeyframeTrack": "api/pt-br/animation/tracks/QuaternionKeyframeTrack",
  1412. "StringKeyframeTrack": "api/pt-br/animation/tracks/StringKeyframeTrack",
  1413. "VectorKeyframeTrack": "api/pt-br/animation/tracks/VectorKeyframeTrack"
  1414. },
  1415. "Audio": {
  1416. "Audio": "api/pt-br/audio/Audio",
  1417. "AudioAnalyser": "api/pt-br/audio/AudioAnalyser",
  1418. "AudioContext": "api/pt-br/audio/AudioContext",
  1419. "AudioListener": "api/pt-br/audio/AudioListener",
  1420. "PositionalAudio": "api/pt-br/audio/PositionalAudio"
  1421. },
  1422. "Cameras": {
  1423. "ArrayCamera": "api/pt-br/cameras/ArrayCamera",
  1424. "Camera": "api/pt-br/cameras/Camera",
  1425. "CubeCamera": "api/pt-br/cameras/CubeCamera",
  1426. "OrthographicCamera": "api/pt-br/cameras/OrthographicCamera",
  1427. "PerspectiveCamera": "api/pt-br/cameras/PerspectiveCamera",
  1428. "StereoCamera": "api/pt-br/cameras/StereoCamera"
  1429. },
  1430. "Constantes": {
  1431. "Animation": "api/pt-br/constants/Animation",
  1432. "Core": "api/pt-br/constants/Core",
  1433. "CustomBlendingEquation": "api/pt-br/constants/CustomBlendingEquations",
  1434. "BufferAttributeUsage": "api/pt-br/constants/BufferAttributeUsage",
  1435. "Materials": "api/pt-br/constants/Materials",
  1436. "Renderer": "api/pt-br/constants/Renderer",
  1437. "Textures": "api/pt-br/constants/Textures"
  1438. }
  1439. }
  1440. },
  1441. "fr": {
  1442. "Référence": {
  1443. "Animation": {
  1444. "AnimationAction": "api/fr/animation/AnimationAction",
  1445. "AnimationClip": "api/fr/animation/AnimationClip",
  1446. "AnimationMixer": "api/fr/animation/AnimationMixer",
  1447. "AnimationObjectGroup": "api/fr/animation/AnimationObjectGroup",
  1448. "AnimationUtils": "api/fr/animation/AnimationUtils",
  1449. "KeyframeTrack": "api/fr/animation/KeyframeTrack",
  1450. "PropertyBinding": "api/fr/animation/PropertyBinding",
  1451. "PropertyMixer": "api/fr/animation/PropertyMixer"
  1452. },
  1453. "Animation / Tracks": {
  1454. "BooleanKeyframeTrack": "api/fr/animation/tracks/BooleanKeyframeTrack",
  1455. "ColorKeyframeTrack": "api/fr/animation/tracks/ColorKeyframeTrack",
  1456. "NumberKeyframeTrack": "api/fr/animation/tracks/NumberKeyframeTrack",
  1457. "QuaternionKeyframeTrack": "api/fr/animation/tracks/QuaternionKeyframeTrack",
  1458. "StringKeyframeTrack": "api/fr/animation/tracks/StringKeyframeTrack",
  1459. "VectorKeyframeTrack": "api/fr/animation/tracks/VectorKeyframeTrack"
  1460. },
  1461. "Audio": {
  1462. "Audio": "api/fr/audio/Audio",
  1463. "AudioAnalyser": "api/fr/audio/AudioAnalyser",
  1464. "AudioContext": "api/fr/audio/AudioContext",
  1465. "AudioListener": "api/fr/audio/AudioListener",
  1466. "PositionalAudio": "api/fr/audio/PositionalAudio"
  1467. },
  1468. "Caméras": {
  1469. "ArrayCamera": "api/fr/cameras/ArrayCamera",
  1470. "Camera": "api/fr/cameras/Camera",
  1471. "CubeCamera": "api/fr/cameras/CubeCamera",
  1472. "OrthographicCamera": "api/fr/cameras/OrthographicCamera",
  1473. "PerspectiveCamera": "api/fr/cameras/PerspectiveCamera",
  1474. "StereoCamera": "api/fr/cameras/StereoCamera"
  1475. },
  1476. "Constantes": {
  1477. "Animation": "api/fr/constants/Animation",
  1478. "Core": "api/fr/constants/Core",
  1479. "CustomBlendingEquation": "api/fr/constants/CustomBlendingEquations",
  1480. "BufferAttributeUsage": "api/fr/constants/BufferAttributeUsage",
  1481. "Materials": "api/fr/constants/Materials",
  1482. "Renderer": "api/fr/constants/Renderer",
  1483. "Textures": "api/fr/constants/Textures"
  1484. },
  1485. "Géométries": {
  1486. "BoxGeometry": "api/fr/geometries/BoxGeometry",
  1487. "CapsuleGeometry": "api/fr/geometries/CapsuleGeometry",
  1488. "CircleGeometry": "api/fr/geometries/CircleGeometry",
  1489. "ConeGeometry": "api/fr/geometries/ConeGeometry",
  1490. "CylinderGeometry": "api/fr/geometries/CylinderGeometry",
  1491. "DodecahedronGeometry": "api/fr/geometries/DodecahedronGeometry",
  1492. "EdgesGeometry": "api/fr/geometries/EdgesGeometry",
  1493. "ExtrudeGeometry": "api/fr/geometries/ExtrudeGeometry",
  1494. "IcosahedronGeometry": "api/fr/geometries/IcosahedronGeometry",
  1495. "LatheGeometry": "api/fr/geometries/LatheGeometry",
  1496. "OctahedronGeometry": "api/fr/geometries/OctahedronGeometry",
  1497. "PlaneGeometry": "api/fr/geometries/PlaneGeometry",
  1498. "PolyhedronGeometry": "api/fr/geometries/PolyhedronGeometry",
  1499. "RingGeometry": "api/fr/geometries/RingGeometry",
  1500. "ShapeGeometry": "api/fr/geometries/ShapeGeometry",
  1501. "SphereGeometry": "api/fr/geometries/SphereGeometry",
  1502. "TetrahedronGeometry": "api/fr/geometries/TetrahedronGeometry",
  1503. "TorusGeometry": "api/fr/geometries/TorusGeometry",
  1504. "TorusKnotGeometry": "api/fr/geometries/TorusKnotGeometry",
  1505. "TubeGeometry": "api/fr/geometries/TubeGeometry",
  1506. "WireframeGeometry": "api/fr/geometries/WireframeGeometry"
  1507. },
  1508. "Matériaux": {
  1509. "LineBasicMaterial": "api/fr/materials/LineBasicMaterial",
  1510. "LineDashedMaterial": "api/fr/materials/LineDashedMaterial",
  1511. "Material": "api/fr/materials/Material",
  1512. "MeshBasicMaterial": "api/fr/materials/MeshBasicMaterial",
  1513. "MeshDepthMaterial": "api/fr/materials/MeshDepthMaterial",
  1514. "MeshDistanceMaterial": "api/fr/materials/MeshDistanceMaterial",
  1515. "MeshLambertMaterial": "api/fr/materials/MeshLambertMaterial",
  1516. "MeshMatcapMaterial": "api/fr/materials/MeshMatcapMaterial",
  1517. "MeshNormalMaterial": "api/fr/materials/MeshNormalMaterial",
  1518. "MeshPhongMaterial": "api/fr/materials/MeshPhongMaterial",
  1519. "MeshPhysicalMaterial": "api/fr/materials/MeshPhysicalMaterial",
  1520. "MeshStandardMaterial": "api/fr/materials/MeshStandardMaterial",
  1521. "MeshToonMaterial": "api/fr/materials/MeshToonMaterial",
  1522. "PointsMaterial": "api/fr/materials/PointsMaterial",
  1523. "RawShaderMaterial": "api/fr/materials/RawShaderMaterial",
  1524. "ShaderMaterial": "api/fr/materials/ShaderMaterial",
  1525. "ShadowMaterial": "api/fr/materials/ShadowMaterial",
  1526. "SpriteMaterial": "api/fr/materials/SpriteMaterial"
  1527. },
  1528. "Noyau": {
  1529. "BufferAttribute": "api/fr/core/BufferAttribute",
  1530. "BufferGeometry": "api/fr/core/BufferGeometry"
  1531. }
  1532. }
  1533. }
  1534. }
粤ICP备19079148号