list.json 69 KB

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