three-stdlib 2.35.7 → 2.35.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (540) hide show
  1. package/_polyfill/constants.d.cts +1 -0
  2. package/_polyfill/constants.d.ts +1 -1
  3. package/_polyfill/uv1.d.cts +5 -0
  4. package/_polyfill/uv1.d.ts +1 -1
  5. package/animation/AnimationClipCreator.d.cts +12 -0
  6. package/animation/AnimationClipCreator.d.ts +1 -1
  7. package/animation/CCDIKSolver.d.cts +30 -0
  8. package/animation/CCDIKSolver.d.ts +1 -1
  9. package/animation/MMDAnimationHelper.d.cts +93 -0
  10. package/animation/MMDAnimationHelper.d.ts +3 -3
  11. package/animation/MMDPhysics.d.cts +119 -0
  12. package/animation/MMDPhysics.d.ts +1 -1
  13. package/cameras/CinematicCamera.d.cts +34 -0
  14. package/cameras/CinematicCamera.d.ts +2 -2
  15. package/controls/ArcballControls.d.cts +376 -0
  16. package/controls/ArcballControls.d.ts +4 -4
  17. package/controls/DeviceOrientationControls.d.cts +29 -0
  18. package/controls/DeviceOrientationControls.d.ts +4 -4
  19. package/controls/DragControls.d.cts +67 -0
  20. package/controls/DragControls.d.ts +3 -3
  21. package/controls/EventDispatcher.d.cts +41 -0
  22. package/controls/EventDispatcher.d.ts +1 -1
  23. package/controls/FirstPersonControls.d.cts +49 -0
  24. package/controls/FirstPersonControls.d.ts +3 -3
  25. package/controls/FlyControls.d.cts +39 -0
  26. package/controls/FlyControls.d.ts +3 -3
  27. package/controls/OrbitControls.d.cts +74 -0
  28. package/controls/OrbitControls.d.ts +4 -4
  29. package/controls/PointerLockControls.d.cts +39 -0
  30. package/controls/PointerLockControls.d.ts +3 -3
  31. package/controls/StandardControlsEventMap.d.cts +14 -0
  32. package/controls/TrackballControls.d.cts +97 -0
  33. package/controls/TrackballControls.d.ts +4 -4
  34. package/controls/TransformControls.d.cts +151 -0
  35. package/controls/TransformControls.d.ts +2 -2
  36. package/controls/experimental/CameraControls.d.cts +213 -0
  37. package/controls/experimental/CameraControls.d.ts +4 -4
  38. package/csm/CSM.d.cts +61 -0
  39. package/csm/CSM.d.ts +2 -2
  40. package/csm/CSMFrustum.d.cts +19 -0
  41. package/csm/CSMFrustum.d.ts +2 -2
  42. package/csm/CSMHelper.d.cts +26 -0
  43. package/csm/CSMHelper.d.ts +2 -2
  44. package/csm/CSMShader.d.cts +4 -0
  45. package/curves/CurveExtras.d.cts +68 -0
  46. package/curves/CurveExtras.d.ts +1 -1
  47. package/curves/NURBSCurve.d.cts +11 -0
  48. package/curves/NURBSCurve.d.ts +1 -1
  49. package/curves/NURBSSurface.d.cts +13 -0
  50. package/curves/NURBSSurface.d.ts +1 -1
  51. package/curves/NURBSUtils.d.cts +20 -0
  52. package/curves/NURBSUtils.d.ts +1 -1
  53. package/deprecated/Geometry.d.cts +341 -0
  54. package/deprecated/Geometry.d.ts +1 -1
  55. package/effects/AnaglyphEffect.d.cts +11 -0
  56. package/effects/AnaglyphEffect.d.ts +1 -1
  57. package/effects/AsciiEffect.d.cts +18 -0
  58. package/effects/AsciiEffect.d.ts +1 -1
  59. package/effects/OutlineEffect.d.cts +28 -0
  60. package/effects/OutlineEffect.d.ts +1 -1
  61. package/effects/ParallaxBarrierEffect.d.cts +8 -0
  62. package/effects/ParallaxBarrierEffect.d.ts +1 -1
  63. package/effects/PeppersGhostEffect.d.cts +10 -0
  64. package/effects/PeppersGhostEffect.d.ts +1 -1
  65. package/effects/StereoEffect.d.cts +9 -0
  66. package/effects/StereoEffect.d.ts +1 -1
  67. package/environments/RoomEnvironment.d.cts +6 -0
  68. package/environments/RoomEnvironment.d.ts +2 -2
  69. package/exporters/ColladaExporter.d.cts +50 -0
  70. package/exporters/ColladaExporter.d.ts +2 -2
  71. package/exporters/DRACOExporter.d.cts +36 -0
  72. package/exporters/DRACOExporter.d.ts +2 -2
  73. package/exporters/GLTFExporter.d.cts +114 -0
  74. package/exporters/GLTFExporter.d.ts +4 -4
  75. package/exporters/MMDExporter.d.cts +12 -0
  76. package/exporters/MMDExporter.d.ts +2 -2
  77. package/exporters/OBJExporter.d.cts +18 -0
  78. package/exporters/OBJExporter.d.ts +2 -2
  79. package/exporters/PLYExporter.d.cts +23 -0
  80. package/exporters/PLYExporter.d.ts +2 -2
  81. package/exporters/STLExporter.d.cts +28 -0
  82. package/exporters/STLExporter.d.ts +2 -2
  83. package/exporters/USDZExporter.d.cts +27 -0
  84. package/exporters/USDZExporter.d.ts +2 -2
  85. package/geometries/BoxLineGeometry.d.cts +12 -0
  86. package/geometries/BoxLineGeometry.d.ts +1 -1
  87. package/geometries/ConvexGeometry.d.cts +5 -0
  88. package/geometries/ConvexGeometry.d.ts +1 -1
  89. package/geometries/DecalGeometry.d.cts +10 -0
  90. package/geometries/DecalGeometry.d.ts +1 -1
  91. package/geometries/LightningStrike.d.cts +108 -0
  92. package/geometries/LightningStrike.d.ts +1 -1
  93. package/geometries/ParametricGeometries.d.cts +26 -0
  94. package/geometries/ParametricGeometries.d.ts +3 -3
  95. package/geometries/ParametricGeometry.d.cts +18 -0
  96. package/geometries/ParametricGeometry.d.ts +2 -2
  97. package/geometries/RoundedBoxGeometry.d.cts +5 -0
  98. package/geometries/RoundedBoxGeometry.d.ts +1 -1
  99. package/geometries/TeapotGeometry.d.cts +13 -0
  100. package/geometries/TeapotGeometry.d.ts +1 -1
  101. package/geometries/TextGeometry.d.cts +18 -0
  102. package/geometries/TextGeometry.d.ts +4 -4
  103. package/helpers/LightProbeHelper.d.cts +10 -0
  104. package/helpers/LightProbeHelper.d.ts +1 -1
  105. package/helpers/PositionalAudioHelper.d.cts +13 -0
  106. package/helpers/PositionalAudioHelper.d.ts +1 -1
  107. package/helpers/RaycasterHelper.d.cts +33 -0
  108. package/helpers/RaycasterHelper.d.ts +2 -2
  109. package/helpers/RectAreaLightHelper.d.cts +11 -0
  110. package/helpers/RectAreaLightHelper.d.ts +1 -1
  111. package/helpers/VertexNormalsHelper.d.cts +13 -0
  112. package/helpers/VertexNormalsHelper.d.ts +1 -1
  113. package/helpers/VertexTangentsHelper.d.cts +13 -0
  114. package/helpers/VertexTangentsHelper.d.ts +1 -1
  115. package/index.d.cts +262 -0
  116. package/index.d.ts +262 -262
  117. package/interactive/HTMLMesh.d.cts +6 -0
  118. package/interactive/HTMLMesh.d.ts +1 -1
  119. package/interactive/InteractiveGroup.d.cts +5 -0
  120. package/interactive/InteractiveGroup.d.ts +1 -1
  121. package/interactive/SelectionBox.d.cts +15 -0
  122. package/interactive/SelectionBox.d.ts +1 -1
  123. package/interactive/SelectionHelper.d.cts +17 -0
  124. package/interactive/SelectionHelper.d.ts +2 -2
  125. package/libs/MeshoptDecoder.d.cts +12 -0
  126. package/libs/MeshoptDecoder.d.ts +1 -1
  127. package/libs/MotionControllers.d.cts +176 -0
  128. package/libs/MotionControllers.d.ts +1 -1
  129. package/libs/zstddec.d.cts +8 -0
  130. package/libs/zstddec.d.ts +1 -1
  131. package/lights/LightProbeGenerator.d.cts +6 -0
  132. package/lights/LightProbeGenerator.d.ts +2 -2
  133. package/lights/RectAreaLightUniformsLib.d.cts +3 -0
  134. package/lights/RectAreaLightUniformsLib.d.ts +1 -1
  135. package/lines/Line2.d.cts +11 -0
  136. package/lines/Line2.d.ts +3 -3
  137. package/lines/LineGeometry.d.cts +10 -0
  138. package/lines/LineGeometry.d.ts +2 -2
  139. package/lines/LineMaterial.d.cts +31 -0
  140. package/lines/LineMaterial.d.ts +1 -1
  141. package/lines/LineSegments2.d.cts +14 -0
  142. package/lines/LineSegments2.d.ts +3 -3
  143. package/lines/LineSegmentsGeometry.d.cts +16 -0
  144. package/lines/LineSegmentsGeometry.d.ts +1 -1
  145. package/lines/Wireframe.d.cts +11 -0
  146. package/lines/Wireframe.d.ts +3 -3
  147. package/lines/WireframeGeometry2.d.cts +8 -0
  148. package/lines/WireframeGeometry2.d.ts +2 -2
  149. package/loaders/3DMLoader.d.cts +17 -0
  150. package/loaders/3DMLoader.d.ts +1 -1
  151. package/loaders/3MFLoader.d.cts +16 -0
  152. package/loaders/3MFLoader.d.ts +1 -1
  153. package/loaders/AMFLoader.d.cts +14 -0
  154. package/loaders/AMFLoader.d.ts +1 -1
  155. package/loaders/AssimpLoader.d.cts +19 -0
  156. package/loaders/AssimpLoader.d.ts +1 -1
  157. package/loaders/BVHLoader.d.cts +21 -0
  158. package/loaders/BVHLoader.d.ts +1 -1
  159. package/loaders/BasisTextureLoader.d.cts +32 -0
  160. package/loaders/BasisTextureLoader.d.ts +1 -1
  161. package/loaders/ColladaLoader.d.cts +20 -0
  162. package/loaders/ColladaLoader.d.ts +1 -1
  163. package/loaders/DDSLoader.d.cts +16 -0
  164. package/loaders/DDSLoader.d.ts +1 -1
  165. package/loaders/DRACOLoader.d.cts +18 -0
  166. package/loaders/DRACOLoader.d.ts +1 -1
  167. package/loaders/EXRLoader.d.cts +18 -0
  168. package/loaders/EXRLoader.d.ts +1 -1
  169. package/loaders/FBXLoader.d.cts +14 -0
  170. package/loaders/FBXLoader.d.ts +1 -1
  171. package/loaders/FontLoader.d.cts +37 -0
  172. package/loaders/FontLoader.d.ts +4 -4
  173. package/loaders/GCodeLoader.d.cts +15 -0
  174. package/loaders/GCodeLoader.d.ts +1 -1
  175. package/loaders/GLTFLoader.d.cts +155 -0
  176. package/loaders/GLTFLoader.d.ts +3 -3
  177. package/loaders/HDRCubeTextureLoader.d.cts +18 -0
  178. package/loaders/HDRCubeTextureLoader.d.ts +2 -2
  179. package/loaders/KMZLoader.d.cts +16 -0
  180. package/loaders/KMZLoader.d.ts +2 -2
  181. package/loaders/KTX2Loader.d.cts +10 -0
  182. package/loaders/KTX2Loader.d.ts +1 -1
  183. package/loaders/KTXLoader.d.cts +16 -0
  184. package/loaders/KTXLoader.d.ts +1 -1
  185. package/loaders/LDrawLoader.d.cts +26 -0
  186. package/loaders/LDrawLoader.d.ts +1 -1
  187. package/loaders/LUT3dlLoader.d.cts +20 -0
  188. package/loaders/LUT3dlLoader.d.ts +1 -1
  189. package/loaders/LUTCubeLoader.d.cts +23 -0
  190. package/loaders/LUTCubeLoader.d.ts +1 -1
  191. package/loaders/LWOLoader.d.cts +26 -0
  192. package/loaders/LWOLoader.d.ts +1 -1
  193. package/loaders/LottieLoader.d.cts +15 -0
  194. package/loaders/LottieLoader.d.ts +1 -1
  195. package/loaders/MD2Loader.d.cts +14 -0
  196. package/loaders/MD2Loader.d.ts +1 -1
  197. package/loaders/MDDLoader.d.cts +19 -0
  198. package/loaders/MDDLoader.d.ts +1 -1
  199. package/loaders/MMDLoader.d.cts +63 -0
  200. package/loaders/MMDLoader.d.ts +1 -1
  201. package/loaders/MTLLoader.d.cts +100 -0
  202. package/loaders/MTLLoader.d.ts +1 -1
  203. package/loaders/NRRDLoader.d.cts +22 -0
  204. package/loaders/NRRDLoader.d.ts +2 -2
  205. package/loaders/OBJLoader.d.cts +17 -0
  206. package/loaders/OBJLoader.d.ts +2 -2
  207. package/loaders/PCDLoader.d.cts +15 -0
  208. package/loaders/PCDLoader.d.ts +1 -1
  209. package/loaders/PDBLoader.d.cts +22 -0
  210. package/loaders/PDBLoader.d.ts +1 -1
  211. package/loaders/PLYLoader.d.cts +16 -0
  212. package/loaders/PLYLoader.d.ts +1 -1
  213. package/loaders/PRWMLoader.d.cts +16 -0
  214. package/loaders/PRWMLoader.d.ts +1 -1
  215. package/loaders/PVRLoader.d.cts +16 -0
  216. package/loaders/PVRLoader.d.ts +1 -1
  217. package/loaders/RGBELoader.d.cts +20 -0
  218. package/loaders/RGBELoader.d.ts +1 -1
  219. package/loaders/RGBMLoader.d.cts +32 -0
  220. package/loaders/RGBMLoader.d.ts +1 -1
  221. package/loaders/STLLoader.d.cts +14 -0
  222. package/loaders/STLLoader.d.ts +1 -1
  223. package/loaders/SVGLoader.d.cts +63 -0
  224. package/loaders/SVGLoader.d.ts +1 -1
  225. package/loaders/TDSLoader.d.cts +42 -0
  226. package/loaders/TDSLoader.d.ts +1 -1
  227. package/loaders/TGALoader.d.cts +14 -0
  228. package/loaders/TGALoader.d.ts +1 -1
  229. package/loaders/TTFLoader.d.cts +15 -0
  230. package/loaders/TTFLoader.d.ts +1 -1
  231. package/loaders/TiltLoader.d.cts +14 -0
  232. package/loaders/TiltLoader.d.ts +1 -1
  233. package/loaders/VOXLoader.d.cts +29 -0
  234. package/loaders/VOXLoader.d.ts +1 -1
  235. package/loaders/VRMLLoader.d.cts +14 -0
  236. package/loaders/VRMLLoader.d.ts +1 -1
  237. package/loaders/VRMLoader.d.cts +19 -0
  238. package/loaders/VRMLoader.d.ts +3 -3
  239. package/loaders/VTKLoader.d.cts +14 -0
  240. package/loaders/VTKLoader.d.ts +1 -1
  241. package/loaders/XLoader.d.cts +19 -0
  242. package/loaders/XLoader.d.ts +1 -1
  243. package/loaders/XYZLoader.d.cts +14 -0
  244. package/loaders/XYZLoader.d.ts +1 -1
  245. package/math/Capsule.d.cts +27 -0
  246. package/math/Capsule.d.ts +1 -1
  247. package/math/ColorConverter.d.cts +21 -0
  248. package/math/ColorConverter.d.ts +2 -2
  249. package/math/ConvexHull.d.cts +89 -0
  250. package/math/ConvexHull.d.ts +1 -1
  251. package/math/ImprovedNoise.d.cts +4 -0
  252. package/math/Lut.d.cts +27 -0
  253. package/math/Lut.d.ts +1 -1
  254. package/math/MeshSurfaceSampler.d.cts +18 -0
  255. package/math/MeshSurfaceSampler.d.ts +1 -1
  256. package/math/OBB.d.cts +24 -0
  257. package/math/OBB.d.ts +1 -1
  258. package/math/Octree.d.cts +24 -0
  259. package/math/Octree.d.ts +2 -2
  260. package/math/SimplexNoise.d.cts +21 -0
  261. package/math/SimplexNoise.d.ts +1 -1
  262. package/misc/ConvexObjectBreaker.d.cts +25 -0
  263. package/misc/ConvexObjectBreaker.d.ts +1 -1
  264. package/misc/GPUComputationRenderer.d.cts +53 -0
  265. package/misc/GPUComputationRenderer.d.ts +1 -1
  266. package/misc/Gyroscope.d.cts +5 -0
  267. package/misc/Gyroscope.d.ts +1 -1
  268. package/misc/MD2Character.d.cts +33 -0
  269. package/misc/MD2Character.d.ts +1 -1
  270. package/misc/MD2CharacterComplex.d.cts +47 -0
  271. package/misc/MD2CharacterComplex.d.ts +1 -1
  272. package/misc/MorphAnimMesh.d.cts +13 -0
  273. package/misc/MorphAnimMesh.d.ts +1 -1
  274. package/misc/MorphBlendMesh.d.cts +21 -0
  275. package/misc/MorphBlendMesh.d.ts +1 -1
  276. package/misc/ProgressiveLightmap.d.cts +60 -0
  277. package/misc/ProgressiveLightmap.d.ts +1 -1
  278. package/misc/RollerCoaster.d.cts +21 -0
  279. package/misc/RollerCoaster.d.ts +1 -1
  280. package/misc/Timer.d.cts +27 -0
  281. package/misc/Timer.d.ts +1 -1
  282. package/misc/TubePainter.d.cts +10 -0
  283. package/misc/TubePainter.d.ts +1 -1
  284. package/misc/Volume.d.cts +37 -0
  285. package/misc/Volume.d.ts +2 -2
  286. package/misc/VolumeSlice.d.cts +28 -0
  287. package/misc/VolumeSlice.d.ts +2 -2
  288. package/misc/WebGL.d.cts +5 -0
  289. package/misc/WebGL.d.ts +5 -5
  290. package/modifiers/CurveModifier.d.cts +91 -0
  291. package/modifiers/CurveModifier.d.ts +7 -7
  292. package/modifiers/EdgeSplitModifier.d.cts +19 -0
  293. package/modifiers/EdgeSplitModifier.d.ts +2 -2
  294. package/modifiers/SimplifyModifier.d.cts +19 -0
  295. package/modifiers/SimplifyModifier.d.ts +2 -2
  296. package/modifiers/TessellateModifier.d.cts +11 -0
  297. package/modifiers/TessellateModifier.d.ts +2 -2
  298. package/objects/BatchedMesh.d.cts +48 -0
  299. package/objects/BatchedMesh.d.ts +2 -2
  300. package/objects/GroundProjectedEnv.d.cts +12 -0
  301. package/objects/GroundProjectedEnv.d.ts +2 -2
  302. package/objects/Lensflare.d.cts +17 -0
  303. package/objects/Lensflare.d.ts +1 -1
  304. package/objects/LightningStorm.d.cts +32 -0
  305. package/objects/LightningStorm.d.ts +2 -2
  306. package/objects/MarchingCubes.d.cts +76 -0
  307. package/objects/MarchingCubes.d.ts +1 -1
  308. package/objects/Reflector.d.cts +23 -0
  309. package/objects/Reflector.d.ts +2 -2
  310. package/objects/ReflectorForSSRPass.d.cts +48 -0
  311. package/objects/ReflectorForSSRPass.d.ts +1 -1
  312. package/objects/ReflectorRTT.d.cts +6 -0
  313. package/objects/ReflectorRTT.d.ts +3 -3
  314. package/objects/Refractor.d.cts +23 -0
  315. package/objects/Refractor.d.ts +2 -2
  316. package/objects/ShadowMesh.d.cts +10 -0
  317. package/objects/ShadowMesh.d.ts +1 -1
  318. package/objects/Sky.d.cts +18 -0
  319. package/objects/Sky.d.ts +2 -2
  320. package/objects/Water.d.cts +22 -0
  321. package/objects/Water.d.ts +1 -1
  322. package/objects/Water2.d.cts +23 -0
  323. package/objects/Water2.d.ts +2 -2
  324. package/package.json +11 -5
  325. package/physics/AmmoPhysics.d.cts +7 -0
  326. package/physics/AmmoPhysics.d.ts +1 -1
  327. package/postprocessing/AdaptiveToneMappingPass.d.cts +29 -0
  328. package/postprocessing/AdaptiveToneMappingPass.d.ts +2 -2
  329. package/postprocessing/AfterimagePass.d.cts +15 -0
  330. package/postprocessing/AfterimagePass.d.ts +3 -3
  331. package/postprocessing/BloomPass.d.cts +29 -0
  332. package/postprocessing/BloomPass.d.ts +4 -4
  333. package/postprocessing/BokehPass.d.cts +26 -0
  334. package/postprocessing/BokehPass.d.ts +3 -3
  335. package/postprocessing/ClearPass.d.cts +10 -0
  336. package/postprocessing/ClearPass.d.ts +3 -3
  337. package/postprocessing/CubeTexturePass.d.cts +14 -0
  338. package/postprocessing/CubeTexturePass.d.ts +2 -2
  339. package/postprocessing/DotScreenPass.d.cts +11 -0
  340. package/postprocessing/DotScreenPass.d.ts +4 -4
  341. package/postprocessing/EffectComposer.d.cts +28 -0
  342. package/postprocessing/EffectComposer.d.ts +3 -3
  343. package/postprocessing/FilmPass.d.cts +11 -0
  344. package/postprocessing/FilmPass.d.ts +4 -4
  345. package/postprocessing/GlitchPass.d.cts +16 -0
  346. package/postprocessing/GlitchPass.d.ts +4 -4
  347. package/postprocessing/HalftonePass.d.cts +26 -0
  348. package/postprocessing/HalftonePass.d.ts +3 -3
  349. package/postprocessing/LUTPass.d.cts +13 -0
  350. package/postprocessing/LUTPass.d.ts +2 -2
  351. package/postprocessing/MaskPass.d.cts +14 -0
  352. package/postprocessing/MaskPass.d.ts +3 -3
  353. package/postprocessing/OutlinePass.d.cts +53 -0
  354. package/postprocessing/OutlinePass.d.ts +3 -3
  355. package/postprocessing/Pass.d.cts +21 -0
  356. package/postprocessing/Pass.d.ts +2 -2
  357. package/postprocessing/RenderPass.d.cts +14 -0
  358. package/postprocessing/RenderPass.d.ts +3 -3
  359. package/postprocessing/RenderPixelatedPass.d.cts +34 -0
  360. package/postprocessing/RenderPixelatedPass.d.ts +2 -2
  361. package/postprocessing/SAOPass.d.cts +78 -0
  362. package/postprocessing/SAOPass.d.ts +2 -2
  363. package/postprocessing/SMAAPass.d.cts +21 -0
  364. package/postprocessing/SMAAPass.d.ts +2 -2
  365. package/postprocessing/SSAARenderPass.d.cts +17 -0
  366. package/postprocessing/SSAARenderPass.d.ts +2 -2
  367. package/postprocessing/SSAOPass.d.cts +70 -0
  368. package/postprocessing/SSAOPass.d.ts +2 -2
  369. package/postprocessing/SSRPass.d.cts +123 -0
  370. package/postprocessing/SSRPass.d.ts +3 -3
  371. package/postprocessing/SavePass.d.cts +12 -0
  372. package/postprocessing/SavePass.d.ts +2 -2
  373. package/postprocessing/ShaderPass.d.cts +13 -0
  374. package/postprocessing/ShaderPass.d.ts +4 -4
  375. package/postprocessing/TAARenderPass.d.cts +8 -0
  376. package/postprocessing/TAARenderPass.d.ts +2 -2
  377. package/postprocessing/TexturePass.d.cts +12 -0
  378. package/postprocessing/TexturePass.d.ts +2 -2
  379. package/postprocessing/UnrealBloomPass.d.cts +31 -0
  380. package/postprocessing/UnrealBloomPass.d.ts +2 -2
  381. package/postprocessing/WaterPass.d.cts +35 -0
  382. package/postprocessing/WaterPass.d.ts +3 -3
  383. package/renderers/CSS2DRenderer.d.cts +23 -0
  384. package/renderers/CSS2DRenderer.d.ts +1 -1
  385. package/renderers/CSS3DRenderer.d.cts +26 -0
  386. package/renderers/CSS3DRenderer.d.ts +1 -1
  387. package/renderers/Projector.d.cts +60 -0
  388. package/renderers/Projector.d.ts +1 -1
  389. package/renderers/SVGRenderer.d.cts +25 -0
  390. package/renderers/SVGRenderer.d.ts +1 -1
  391. package/shaders/ACESFilmicToneMappingShader.d.cts +16 -0
  392. package/shaders/ACESFilmicToneMappingShader.d.ts +2 -2
  393. package/shaders/AfterimageShader.d.cts +15 -0
  394. package/shaders/AfterimageShader.d.ts +2 -2
  395. package/shaders/BasicShader.d.cts +8 -0
  396. package/shaders/BasicShader.d.ts +2 -2
  397. package/shaders/BleachBypassShader.d.cts +14 -0
  398. package/shaders/BleachBypassShader.d.ts +2 -2
  399. package/shaders/BlendShader.d.cts +21 -0
  400. package/shaders/BlendShader.d.ts +1 -1
  401. package/shaders/BokehShader.d.cts +24 -0
  402. package/shaders/BokehShader.d.ts +2 -2
  403. package/shaders/BokehShader2.d.cts +50 -0
  404. package/shaders/BokehShader2.d.ts +3 -3
  405. package/shaders/BrightnessContrastShader.d.cts +21 -0
  406. package/shaders/BrightnessContrastShader.d.ts +1 -1
  407. package/shaders/ColorCorrectionShader.d.cts +22 -0
  408. package/shaders/ColorCorrectionShader.d.ts +2 -2
  409. package/shaders/ColorifyShader.d.cts +16 -0
  410. package/shaders/ColorifyShader.d.ts +2 -2
  411. package/shaders/ConvolutionShader.d.cts +21 -0
  412. package/shaders/ConvolutionShader.d.ts +3 -3
  413. package/shaders/CopyShader.d.cts +12 -0
  414. package/shaders/CopyShader.d.ts +2 -2
  415. package/shaders/DOFMipMapShader.d.cts +23 -0
  416. package/shaders/DOFMipMapShader.d.ts +1 -1
  417. package/shaders/DepthLimitedBlurShader.d.cts +28 -0
  418. package/shaders/DepthLimitedBlurShader.d.ts +4 -4
  419. package/shaders/DigitalGlitch.d.cts +39 -0
  420. package/shaders/DigitalGlitch.d.ts +1 -1
  421. package/shaders/DotScreenShader.d.cts +27 -0
  422. package/shaders/DotScreenShader.d.ts +2 -2
  423. package/shaders/FXAAShader.d.cts +19 -0
  424. package/shaders/FXAAShader.d.ts +2 -2
  425. package/shaders/FilmShader.d.cts +43 -0
  426. package/shaders/FilmShader.d.ts +1 -1
  427. package/shaders/FocusShader.d.cts +26 -0
  428. package/shaders/FocusShader.d.ts +1 -1
  429. package/shaders/FreiChenShader.d.cts +19 -0
  430. package/shaders/FreiChenShader.d.ts +2 -2
  431. package/shaders/FresnelShader.d.cts +24 -0
  432. package/shaders/FresnelShader.d.ts +1 -1
  433. package/shaders/GammaCorrectionShader.d.cts +12 -0
  434. package/shaders/GammaCorrectionShader.d.ts +2 -2
  435. package/shaders/GodRaysShader.d.cts +97 -0
  436. package/shaders/GodRaysShader.d.ts +5 -5
  437. package/shaders/HalftoneShader.d.cts +51 -0
  438. package/shaders/HalftoneShader.d.ts +1 -1
  439. package/shaders/HorizontalBlurShader.d.cts +18 -0
  440. package/shaders/HorizontalBlurShader.d.ts +2 -2
  441. package/shaders/HorizontalTiltShiftShader.d.cts +23 -0
  442. package/shaders/HorizontalTiltShiftShader.d.ts +1 -1
  443. package/shaders/HueSaturationShader.d.cts +21 -0
  444. package/shaders/HueSaturationShader.d.ts +1 -1
  445. package/shaders/KaleidoShader.d.cts +24 -0
  446. package/shaders/KaleidoShader.d.ts +1 -1
  447. package/shaders/LuminosityHighPassShader.d.cts +27 -0
  448. package/shaders/LuminosityHighPassShader.d.ts +2 -2
  449. package/shaders/LuminosityShader.d.cts +13 -0
  450. package/shaders/LuminosityShader.d.ts +1 -1
  451. package/shaders/MirrorShader.d.cts +18 -0
  452. package/shaders/MirrorShader.d.ts +1 -1
  453. package/shaders/NormalMapShader.d.cts +23 -0
  454. package/shaders/NormalMapShader.d.ts +2 -2
  455. package/shaders/ParallaxShader.d.cts +28 -0
  456. package/shaders/ParallaxShader.d.ts +1 -1
  457. package/shaders/PixelShader.d.cts +18 -0
  458. package/shaders/PixelShader.d.ts +1 -1
  459. package/shaders/RGBShiftShader.d.cts +24 -0
  460. package/shaders/RGBShiftShader.d.ts +1 -1
  461. package/shaders/SAOShader.d.cts +25 -0
  462. package/shaders/SAOShader.d.ts +3 -3
  463. package/shaders/SMAAShader.d.cts +60 -0
  464. package/shaders/SMAAShader.d.ts +4 -4
  465. package/shaders/SSAOShader.d.cts +86 -0
  466. package/shaders/SSAOShader.d.ts +4 -4
  467. package/shaders/SSRShader.d.cts +94 -0
  468. package/shaders/SSRShader.d.ts +4 -4
  469. package/shaders/SepiaShader.d.cts +17 -0
  470. package/shaders/SepiaShader.d.ts +1 -1
  471. package/shaders/SobelOperatorShader.d.cts +19 -0
  472. package/shaders/SobelOperatorShader.d.ts +2 -2
  473. package/shaders/SubsurfaceScatteringShader.d.cts +5 -0
  474. package/shaders/SubsurfaceScatteringShader.d.ts +1 -1
  475. package/shaders/TechnicolorShader.d.cts +15 -0
  476. package/shaders/TechnicolorShader.d.ts +1 -1
  477. package/shaders/ToneMapShader.d.cts +27 -0
  478. package/shaders/ToneMapShader.d.ts +1 -1
  479. package/shaders/ToonShader.d.cts +108 -0
  480. package/shaders/ToonShader.d.ts +5 -5
  481. package/shaders/TriangleBlurShader.d.cts +22 -0
  482. package/shaders/TriangleBlurShader.d.ts +2 -2
  483. package/shaders/UnpackDepthRGBAShader.d.cts +16 -0
  484. package/shaders/UnpackDepthRGBAShader.d.ts +1 -1
  485. package/shaders/VerticalBlurShader.d.cts +18 -0
  486. package/shaders/VerticalBlurShader.d.ts +2 -2
  487. package/shaders/VerticalTiltShiftShader.d.cts +23 -0
  488. package/shaders/VerticalTiltShiftShader.d.ts +1 -1
  489. package/shaders/VignetteShader.d.cts +20 -0
  490. package/shaders/VignetteShader.d.ts +1 -1
  491. package/shaders/VolumeShader.d.cts +30 -0
  492. package/shaders/VolumeShader.d.ts +2 -2
  493. package/shaders/WaterRefractionShader.d.cts +21 -0
  494. package/shaders/WaterRefractionShader.d.ts +1 -1
  495. package/shaders/types.d.cts +13 -0
  496. package/textures/FlakesTexture.d.cts +4 -0
  497. package/textures/FlakesTexture.d.ts +1 -1
  498. package/types/helpers.d.cts +1 -0
  499. package/types/helpers.d.ts +1 -1
  500. package/types/shared.d.cts +9 -0
  501. package/types/shared.d.ts +1 -1
  502. package/types/utils.d.cts +3 -0
  503. package/utils/BufferGeometryUtils.d.cts +63 -0
  504. package/utils/BufferGeometryUtils.d.ts +9 -9
  505. package/utils/GeometryCompressionUtils.d.cts +7 -0
  506. package/utils/GeometryCompressionUtils.d.ts +2 -2
  507. package/utils/GeometryUtils.d.cts +6 -0
  508. package/utils/GeometryUtils.d.ts +2 -2
  509. package/utils/LDrawUtils.d.cts +5 -0
  510. package/utils/LDrawUtils.d.ts +2 -2
  511. package/utils/RoughnessMipmapper.d.cts +8 -0
  512. package/utils/RoughnessMipmapper.d.ts +1 -1
  513. package/utils/SceneUtils.d.cts +9 -0
  514. package/utils/SceneUtils.d.ts +2 -2
  515. package/utils/ShadowMapViewer.d.cts +24 -0
  516. package/utils/ShadowMapViewer.d.ts +1 -1
  517. package/utils/SkeletonUtils.d.cts +14 -0
  518. package/utils/SkeletonUtils.d.ts +2 -2
  519. package/utils/UVsDebug.d.cts +3 -0
  520. package/utils/UVsDebug.d.ts +1 -1
  521. package/webxr/ARButton.d.cts +6 -0
  522. package/webxr/ARButton.d.ts +2 -2
  523. package/webxr/OculusHandModel.d.cts +23 -0
  524. package/webxr/OculusHandModel.d.ts +3 -3
  525. package/webxr/OculusHandPointerModel.d.cts +65 -0
  526. package/webxr/OculusHandPointerModel.d.ts +1 -1
  527. package/webxr/Text2D.d.cts +3 -0
  528. package/webxr/Text2D.d.ts +1 -1
  529. package/webxr/VRButton.d.cts +11 -0
  530. package/webxr/VRButton.d.ts +2 -2
  531. package/webxr/XRControllerModelFactory.d.cts +23 -0
  532. package/webxr/XRControllerModelFactory.d.ts +4 -4
  533. package/webxr/XREstimatedLight.d.cts +33 -0
  534. package/webxr/XREstimatedLight.d.ts +1 -1
  535. package/webxr/XRHandMeshModel.d.cts +9 -0
  536. package/webxr/XRHandMeshModel.d.ts +2 -2
  537. package/webxr/XRHandModelFactory.d.cts +25 -0
  538. package/webxr/XRHandModelFactory.d.ts +3 -3
  539. package/webxr/XRHandPrimitiveModel.d.cts +24 -0
  540. package/webxr/XRHandPrimitiveModel.d.ts +2 -2
package/index.d.ts CHANGED
@@ -1,262 +1,262 @@
1
- export * from './misc/MD2CharacterComplex';
2
- export * from './misc/ConvexObjectBreaker';
3
- export * from './misc/MorphBlendMesh';
4
- export * from './misc/GPUComputationRenderer';
5
- export * from './misc/Gyroscope';
6
- export * from './misc/MorphAnimMesh';
7
- export * from './misc/RollerCoaster';
8
- export * from './misc/Timer';
9
- export * from './misc/WebGL';
10
- export * from './misc/MD2Character';
11
- export * from './misc/VolumeSlice';
12
- export * from './misc/TubePainter';
13
- export * from './misc/Volume';
14
- export * from './misc/ProgressiveLightmap';
15
- export * from './renderers/CSS2DRenderer';
16
- export * from './renderers/CSS3DRenderer';
17
- export * from './renderers/Projector';
18
- export * from './renderers/SVGRenderer';
19
- export * from './textures/FlakesTexture';
20
- export * from './modifiers/CurveModifier';
21
- export * from './modifiers/SimplifyModifier';
22
- export * from './modifiers/EdgeSplitModifier';
23
- export * from './modifiers/TessellateModifier';
24
- export * from './exporters/GLTFExporter';
25
- export * from './exporters/USDZExporter';
26
- export * from './exporters/PLYExporter';
27
- export * from './exporters/DRACOExporter';
28
- export * from './exporters/ColladaExporter';
29
- export * from './exporters/MMDExporter';
30
- export * from './exporters/STLExporter';
31
- export * from './exporters/OBJExporter';
32
- export * from './environments/RoomEnvironment';
33
- export * from './animation/AnimationClipCreator';
34
- export * from './animation/CCDIKSolver';
35
- export * from './animation/MMDPhysics';
36
- export * from './animation/MMDAnimationHelper';
37
- export * from './objects/BatchedMesh';
38
- export * from './objects/Reflector';
39
- export * from './objects/Refractor';
40
- export * from './objects/ShadowMesh';
41
- export * from './objects/Lensflare';
42
- export * from './objects/Water';
43
- export * from './objects/MarchingCubes';
44
- export * from './objects/LightningStorm';
45
- export * from './objects/ReflectorRTT';
46
- export * from './objects/ReflectorForSSRPass';
47
- export * from './objects/Sky';
48
- export * from './objects/Water2';
49
- export * from './objects/GroundProjectedEnv';
50
- export * from './utils/SceneUtils';
51
- export * from './utils/UVsDebug';
52
- export * from './utils/GeometryUtils';
53
- export * from './utils/RoughnessMipmapper';
54
- export * from './utils/SkeletonUtils';
55
- export * from './utils/ShadowMapViewer';
56
- export * from './utils/BufferGeometryUtils';
57
- export * from './utils/GeometryCompressionUtils';
58
- export * from './cameras/CinematicCamera';
59
- export * from './math/ConvexHull';
60
- export * from './math/MeshSurfaceSampler';
61
- export * from './math/SimplexNoise';
62
- export * from './math/OBB';
63
- export * from './math/Capsule';
64
- export * from './math/ColorConverter';
65
- export * from './math/ImprovedNoise';
66
- export * from './math/Octree';
67
- export * from './math/Lut';
68
- export * from './controls/experimental/CameraControls';
69
- export * from './controls/FirstPersonControls';
70
- export * from './controls/TransformControls';
71
- export * from './controls/DragControls';
72
- export * from './controls/PointerLockControls';
73
- export * from './controls/DeviceOrientationControls';
74
- export * from './controls/TrackballControls';
75
- export * from './controls/OrbitControls';
76
- export * from './controls/ArcballControls';
77
- export * from './controls/FlyControls';
78
- export * from './postprocessing/LUTPass';
79
- export * from './postprocessing/ClearPass';
80
- export * from './postprocessing/GlitchPass';
81
- export * from './postprocessing/HalftonePass';
82
- export * from './postprocessing/SMAAPass';
83
- export * from './postprocessing/FilmPass';
84
- export * from './postprocessing/OutlinePass';
85
- export * from './postprocessing/SSAOPass';
86
- export * from './postprocessing/SavePass';
87
- export * from './postprocessing/BokehPass';
88
- export * from './postprocessing/Pass';
89
- export * from './postprocessing/TexturePass';
90
- export * from './postprocessing/AdaptiveToneMappingPass';
91
- export * from './postprocessing/UnrealBloomPass';
92
- export * from './postprocessing/CubeTexturePass';
93
- export * from './postprocessing/SAOPass';
94
- export * from './postprocessing/AfterimagePass';
95
- export * from './postprocessing/MaskPass';
96
- export * from './postprocessing/EffectComposer';
97
- export * from './postprocessing/DotScreenPass';
98
- export * from './postprocessing/SSRPass';
99
- export * from './postprocessing/TAARenderPass';
100
- export * from './postprocessing/ShaderPass';
101
- export * from './postprocessing/SSAARenderPass';
102
- export * from './postprocessing/RenderPass';
103
- export * from './postprocessing/RenderPixelatedPass';
104
- export * from './postprocessing/BloomPass';
105
- export * from './postprocessing/WaterPass';
106
- export * from './webxr/ARButton';
107
- export * from './webxr/OculusHandModel';
108
- export * from './webxr/OculusHandPointerModel';
109
- export * from './webxr/Text2D';
110
- export * from './webxr/VRButton';
111
- export * from './webxr/XRControllerModelFactory';
112
- export * from './webxr/XREstimatedLight';
113
- export * from './webxr/XRHandMeshModel';
114
- export * from './webxr/XRHandModelFactory';
115
- export * from './webxr/XRHandPrimitiveModel';
116
- export * from './geometries/ParametricGeometries';
117
- export * from './geometries/ParametricGeometry';
118
- export * from './geometries/ConvexGeometry';
119
- export * from './geometries/LightningStrike';
120
- export * from './geometries/RoundedBoxGeometry';
121
- export * from './geometries/BoxLineGeometry';
122
- export * from './geometries/DecalGeometry';
123
- export * from './geometries/TeapotGeometry';
124
- export * from './geometries/TextGeometry';
125
- export * from './csm/CSM';
126
- export * from './csm/CSMFrustum';
127
- export * from './csm/CSMHelper';
128
- export * from './csm/CSMShader';
129
- export * from './shaders/types';
130
- export * from './shaders/ACESFilmicToneMappingShader';
131
- export * from './shaders/AfterimageShader';
132
- export * from './shaders/BasicShader';
133
- export * from './shaders/BleachBypassShader';
134
- export * from './shaders/BlendShader';
135
- export * from './shaders/BokehShader';
136
- export * from './shaders/BokehShader2';
137
- export * from './shaders/BrightnessContrastShader';
138
- export * from './shaders/ColorCorrectionShader';
139
- export * from './shaders/ColorifyShader';
140
- export * from './shaders/ConvolutionShader';
141
- export * from './shaders/CopyShader';
142
- export * from './shaders/DOFMipMapShader';
143
- export * from './shaders/DepthLimitedBlurShader';
144
- export * from './shaders/DigitalGlitch';
145
- export * from './shaders/DotScreenShader';
146
- export * from './shaders/FXAAShader';
147
- export * from './shaders/FilmShader';
148
- export * from './shaders/FocusShader';
149
- export * from './shaders/FreiChenShader';
150
- export * from './shaders/FresnelShader';
151
- export * from './shaders/GammaCorrectionShader';
152
- export * from './shaders/GodRaysShader';
153
- export * from './shaders/HalftoneShader';
154
- export * from './shaders/HorizontalBlurShader';
155
- export * from './shaders/HorizontalTiltShiftShader';
156
- export * from './shaders/HueSaturationShader';
157
- export * from './shaders/KaleidoShader';
158
- export * from './shaders/LuminosityHighPassShader';
159
- export * from './shaders/LuminosityShader';
160
- export * from './shaders/MirrorShader';
161
- export * from './shaders/NormalMapShader';
162
- export * from './shaders/ParallaxShader';
163
- export * from './shaders/PixelShader';
164
- export * from './shaders/RGBShiftShader';
165
- export * from './shaders/SAOShader';
166
- export * from './shaders/SMAAShader';
167
- export * from './shaders/SSAOShader';
168
- export * from './shaders/SSRShader';
169
- export * from './shaders/SepiaShader';
170
- export * from './shaders/SobelOperatorShader';
171
- export * from './shaders/SubsurfaceScatteringShader';
172
- export * from './shaders/TechnicolorShader';
173
- export * from './shaders/ToneMapShader';
174
- export * from './shaders/ToonShader';
175
- export * from './shaders/TriangleBlurShader';
176
- export * from './shaders/UnpackDepthRGBAShader';
177
- export * from './shaders/VerticalBlurShader';
178
- export * from './shaders/VerticalTiltShiftShader';
179
- export * from './shaders/VignetteShader';
180
- export * from './shaders/VolumeShader';
181
- export * from './shaders/WaterRefractionShader';
182
- export * from './interactive/HTMLMesh';
183
- export * from './interactive/InteractiveGroup';
184
- export * from './interactive/SelectionHelper';
185
- export * from './interactive/SelectionBox';
186
- export * from './physics/AmmoPhysics';
187
- export * from './effects/ParallaxBarrierEffect';
188
- export * from './effects/PeppersGhostEffect';
189
- export * from './effects/OutlineEffect';
190
- export * from './effects/AnaglyphEffect';
191
- export * from './effects/AsciiEffect';
192
- export * from './effects/StereoEffect';
193
- export * from './loaders/FBXLoader';
194
- export * from './loaders/FontLoader';
195
- export * from './loaders/TGALoader';
196
- export * from './loaders/LUTCubeLoader';
197
- export * from './loaders/NRRDLoader';
198
- export * from './loaders/STLLoader';
199
- export * from './loaders/MTLLoader';
200
- export * from './loaders/XLoader';
201
- export * from './loaders/BVHLoader';
202
- export * from './loaders/KMZLoader';
203
- export * from './loaders/VRMLoader';
204
- export * from './loaders/VRMLLoader';
205
- export * from './loaders/KTX2Loader';
206
- export * from './loaders/LottieLoader';
207
- export * from './loaders/TTFLoader';
208
- export * from './loaders/RGBELoader';
209
- export * from './loaders/AssimpLoader';
210
- export * from './loaders/ColladaLoader';
211
- export * from './loaders/MDDLoader';
212
- export * from './loaders/EXRLoader';
213
- export * from './loaders/3MFLoader';
214
- export * from './loaders/XYZLoader';
215
- export * from './loaders/VTKLoader';
216
- export * from './loaders/LUT3dlLoader';
217
- export * from './loaders/DDSLoader';
218
- export * from './loaders/PVRLoader';
219
- export * from './loaders/GCodeLoader';
220
- export * from './loaders/BasisTextureLoader';
221
- export * from './loaders/TDSLoader';
222
- export * from './loaders/LDrawLoader';
223
- export * from './loaders/GLTFLoader';
224
- export * from './loaders/SVGLoader';
225
- export * from './loaders/3DMLoader';
226
- export * from './loaders/OBJLoader';
227
- export * from './loaders/AMFLoader';
228
- export * from './loaders/MMDLoader';
229
- export * from './loaders/MD2Loader';
230
- export * from './loaders/KTXLoader';
231
- export * from './loaders/TiltLoader';
232
- export * from './loaders/DRACOLoader';
233
- export * from './loaders/HDRCubeTextureLoader';
234
- export * from './loaders/PDBLoader';
235
- export * from './loaders/PRWMLoader';
236
- export * from './loaders/RGBMLoader';
237
- export * from './loaders/VOXLoader';
238
- export * from './loaders/PCDLoader';
239
- export * from './loaders/LWOLoader';
240
- export * from './loaders/PLYLoader';
241
- export * from './lines/LineSegmentsGeometry';
242
- export * from './lines/LineGeometry';
243
- export * from './lines/Wireframe';
244
- export * from './lines/WireframeGeometry2';
245
- export * from './lines/Line2';
246
- export * from './lines/LineMaterial';
247
- export * from './lines/LineSegments2';
248
- export * from './helpers/LightProbeHelper';
249
- export * from './helpers/RaycasterHelper';
250
- export * from './helpers/VertexTangentsHelper';
251
- export * from './helpers/PositionalAudioHelper';
252
- export * from './helpers/VertexNormalsHelper';
253
- export * from './helpers/RectAreaLightHelper';
254
- export * from './lights/RectAreaLightUniformsLib';
255
- export * from './lights/LightProbeGenerator';
256
- export * from './curves/NURBSUtils';
257
- export * from './curves/NURBSCurve';
258
- export * from './curves/NURBSSurface';
259
- export * from './curves/CurveExtras';
260
- export * from './deprecated/Geometry';
261
- export * from './libs/MeshoptDecoder';
262
- export * from './libs/MotionControllers';
1
+ export type * from './misc/MD2CharacterComplex.d.ts';
2
+ export type * from './misc/ConvexObjectBreaker.d.ts';
3
+ export type * from './misc/MorphBlendMesh.d.ts';
4
+ export type * from './misc/GPUComputationRenderer.d.ts';
5
+ export type * from './misc/Gyroscope.d.ts';
6
+ export type * from './misc/MorphAnimMesh.d.ts';
7
+ export type * from './misc/RollerCoaster.d.ts';
8
+ export type * from './misc/Timer.d.ts';
9
+ export type * from './misc/WebGL.d.ts';
10
+ export type * from './misc/MD2Character.d.ts';
11
+ export type * from './misc/VolumeSlice.d.ts';
12
+ export type * from './misc/TubePainter.d.ts';
13
+ export type * from './misc/Volume.d.ts';
14
+ export type * from './misc/ProgressiveLightmap.d.ts';
15
+ export type * from './renderers/CSS2DRenderer.d.ts';
16
+ export type * from './renderers/CSS3DRenderer.d.ts';
17
+ export type * from './renderers/Projector.d.ts';
18
+ export type * from './renderers/SVGRenderer.d.ts';
19
+ export type * from './textures/FlakesTexture.d.ts';
20
+ export type * from './modifiers/CurveModifier.d.ts';
21
+ export type * from './modifiers/SimplifyModifier.d.ts';
22
+ export type * from './modifiers/EdgeSplitModifier.d.ts';
23
+ export type * from './modifiers/TessellateModifier.d.ts';
24
+ export type * from './exporters/GLTFExporter.d.ts';
25
+ export type * from './exporters/USDZExporter.d.ts';
26
+ export type * from './exporters/PLYExporter.d.ts';
27
+ export type * from './exporters/DRACOExporter.d.ts';
28
+ export type * from './exporters/ColladaExporter.d.ts';
29
+ export type * from './exporters/MMDExporter.d.ts';
30
+ export type * from './exporters/STLExporter.d.ts';
31
+ export type * from './exporters/OBJExporter.d.ts';
32
+ export type * from './environments/RoomEnvironment.d.ts';
33
+ export type * from './animation/AnimationClipCreator.d.ts';
34
+ export type * from './animation/CCDIKSolver.d.ts';
35
+ export type * from './animation/MMDPhysics.d.ts';
36
+ export type * from './animation/MMDAnimationHelper.d.ts';
37
+ export type * from './objects/BatchedMesh.d.ts';
38
+ export type * from './objects/Reflector.d.ts';
39
+ export type * from './objects/Refractor.d.ts';
40
+ export type * from './objects/ShadowMesh.d.ts';
41
+ export type * from './objects/Lensflare.d.ts';
42
+ export type * from './objects/Water.d.ts';
43
+ export type * from './objects/MarchingCubes.d.ts';
44
+ export type * from './objects/LightningStorm.d.ts';
45
+ export type * from './objects/ReflectorRTT.d.ts';
46
+ export type * from './objects/ReflectorForSSRPass.d.ts';
47
+ export type * from './objects/Sky.d.ts';
48
+ export type * from './objects/Water2.d.ts';
49
+ export type * from './objects/GroundProjectedEnv.d.ts';
50
+ export type * from './utils/SceneUtils.d.ts';
51
+ export type * from './utils/UVsDebug.d.ts';
52
+ export type * from './utils/GeometryUtils.d.ts';
53
+ export type * from './utils/RoughnessMipmapper.d.ts';
54
+ export type * from './utils/SkeletonUtils.d.ts';
55
+ export type * from './utils/ShadowMapViewer.d.ts';
56
+ export type * from './utils/BufferGeometryUtils.d.ts';
57
+ export type * from './utils/GeometryCompressionUtils.d.ts';
58
+ export type * from './cameras/CinematicCamera.d.ts';
59
+ export type * from './math/ConvexHull.d.ts';
60
+ export type * from './math/MeshSurfaceSampler.d.ts';
61
+ export type * from './math/SimplexNoise.d.ts';
62
+ export type * from './math/OBB.d.ts';
63
+ export type * from './math/Capsule.d.ts';
64
+ export type * from './math/ColorConverter.d.ts';
65
+ export type * from './math/ImprovedNoise.d.ts';
66
+ export type * from './math/Octree.d.ts';
67
+ export type * from './math/Lut.d.ts';
68
+ export type * from './controls/experimental/CameraControls.d.ts';
69
+ export type * from './controls/FirstPersonControls.d.ts';
70
+ export type * from './controls/TransformControls.d.ts';
71
+ export type * from './controls/DragControls.d.ts';
72
+ export type * from './controls/PointerLockControls.d.ts';
73
+ export type * from './controls/DeviceOrientationControls.d.ts';
74
+ export type * from './controls/TrackballControls.d.ts';
75
+ export type * from './controls/OrbitControls.d.ts';
76
+ export type * from './controls/ArcballControls.d.ts';
77
+ export type * from './controls/FlyControls.d.ts';
78
+ export type * from './postprocessing/LUTPass.d.ts';
79
+ export type * from './postprocessing/ClearPass.d.ts';
80
+ export type * from './postprocessing/GlitchPass.d.ts';
81
+ export type * from './postprocessing/HalftonePass.d.ts';
82
+ export type * from './postprocessing/SMAAPass.d.ts';
83
+ export type * from './postprocessing/FilmPass.d.ts';
84
+ export type * from './postprocessing/OutlinePass.d.ts';
85
+ export type * from './postprocessing/SSAOPass.d.ts';
86
+ export type * from './postprocessing/SavePass.d.ts';
87
+ export type * from './postprocessing/BokehPass.d.ts';
88
+ export type * from './postprocessing/Pass.d.ts';
89
+ export type * from './postprocessing/TexturePass.d.ts';
90
+ export type * from './postprocessing/AdaptiveToneMappingPass.d.ts';
91
+ export type * from './postprocessing/UnrealBloomPass.d.ts';
92
+ export type * from './postprocessing/CubeTexturePass.d.ts';
93
+ export type * from './postprocessing/SAOPass.d.ts';
94
+ export type * from './postprocessing/AfterimagePass.d.ts';
95
+ export type * from './postprocessing/MaskPass.d.ts';
96
+ export type * from './postprocessing/EffectComposer.d.ts';
97
+ export type * from './postprocessing/DotScreenPass.d.ts';
98
+ export type * from './postprocessing/SSRPass.d.ts';
99
+ export type * from './postprocessing/TAARenderPass.d.ts';
100
+ export type * from './postprocessing/ShaderPass.d.ts';
101
+ export type * from './postprocessing/SSAARenderPass.d.ts';
102
+ export type * from './postprocessing/RenderPass.d.ts';
103
+ export type * from './postprocessing/RenderPixelatedPass.d.ts';
104
+ export type * from './postprocessing/BloomPass.d.ts';
105
+ export type * from './postprocessing/WaterPass.d.ts';
106
+ export type * from './webxr/ARButton.d.ts';
107
+ export type * from './webxr/OculusHandModel.d.ts';
108
+ export type * from './webxr/OculusHandPointerModel.d.ts';
109
+ export type * from './webxr/Text2D.d.ts';
110
+ export type * from './webxr/VRButton.d.ts';
111
+ export type * from './webxr/XRControllerModelFactory.d.ts';
112
+ export type * from './webxr/XREstimatedLight.d.ts';
113
+ export type * from './webxr/XRHandMeshModel.d.ts';
114
+ export type * from './webxr/XRHandModelFactory.d.ts';
115
+ export type * from './webxr/XRHandPrimitiveModel.d.ts';
116
+ export type * from './geometries/ParametricGeometries.d.ts';
117
+ export type * from './geometries/ParametricGeometry.d.ts';
118
+ export type * from './geometries/ConvexGeometry.d.ts';
119
+ export type * from './geometries/LightningStrike.d.ts';
120
+ export type * from './geometries/RoundedBoxGeometry.d.ts';
121
+ export type * from './geometries/BoxLineGeometry.d.ts';
122
+ export type * from './geometries/DecalGeometry.d.ts';
123
+ export type * from './geometries/TeapotGeometry.d.ts';
124
+ export type * from './geometries/TextGeometry.d.ts';
125
+ export type * from './csm/CSM.d.ts';
126
+ export type * from './csm/CSMFrustum.d.ts';
127
+ export type * from './csm/CSMHelper.d.ts';
128
+ export type * from './csm/CSMShader.d.ts';
129
+ export type * from './shaders/types.d.ts';
130
+ export type * from './shaders/ACESFilmicToneMappingShader.d.ts';
131
+ export type * from './shaders/AfterimageShader.d.ts';
132
+ export type * from './shaders/BasicShader.d.ts';
133
+ export type * from './shaders/BleachBypassShader.d.ts';
134
+ export type * from './shaders/BlendShader.d.ts';
135
+ export type * from './shaders/BokehShader.d.ts';
136
+ export type * from './shaders/BokehShader2.d.ts';
137
+ export type * from './shaders/BrightnessContrastShader.d.ts';
138
+ export type * from './shaders/ColorCorrectionShader.d.ts';
139
+ export type * from './shaders/ColorifyShader.d.ts';
140
+ export type * from './shaders/ConvolutionShader.d.ts';
141
+ export type * from './shaders/CopyShader.d.ts';
142
+ export type * from './shaders/DOFMipMapShader.d.ts';
143
+ export type * from './shaders/DepthLimitedBlurShader.d.ts';
144
+ export type * from './shaders/DigitalGlitch.d.ts';
145
+ export type * from './shaders/DotScreenShader.d.ts';
146
+ export type * from './shaders/FXAAShader.d.ts';
147
+ export type * from './shaders/FilmShader.d.ts';
148
+ export type * from './shaders/FocusShader.d.ts';
149
+ export type * from './shaders/FreiChenShader.d.ts';
150
+ export type * from './shaders/FresnelShader.d.ts';
151
+ export type * from './shaders/GammaCorrectionShader.d.ts';
152
+ export type * from './shaders/GodRaysShader.d.ts';
153
+ export type * from './shaders/HalftoneShader.d.ts';
154
+ export type * from './shaders/HorizontalBlurShader.d.ts';
155
+ export type * from './shaders/HorizontalTiltShiftShader.d.ts';
156
+ export type * from './shaders/HueSaturationShader.d.ts';
157
+ export type * from './shaders/KaleidoShader.d.ts';
158
+ export type * from './shaders/LuminosityHighPassShader.d.ts';
159
+ export type * from './shaders/LuminosityShader.d.ts';
160
+ export type * from './shaders/MirrorShader.d.ts';
161
+ export type * from './shaders/NormalMapShader.d.ts';
162
+ export type * from './shaders/ParallaxShader.d.ts';
163
+ export type * from './shaders/PixelShader.d.ts';
164
+ export type * from './shaders/RGBShiftShader.d.ts';
165
+ export type * from './shaders/SAOShader.d.ts';
166
+ export type * from './shaders/SMAAShader.d.ts';
167
+ export type * from './shaders/SSAOShader.d.ts';
168
+ export type * from './shaders/SSRShader.d.ts';
169
+ export type * from './shaders/SepiaShader.d.ts';
170
+ export type * from './shaders/SobelOperatorShader.d.ts';
171
+ export type * from './shaders/SubsurfaceScatteringShader.d.ts';
172
+ export type * from './shaders/TechnicolorShader.d.ts';
173
+ export type * from './shaders/ToneMapShader.d.ts';
174
+ export type * from './shaders/ToonShader.d.ts';
175
+ export type * from './shaders/TriangleBlurShader.d.ts';
176
+ export type * from './shaders/UnpackDepthRGBAShader.d.ts';
177
+ export type * from './shaders/VerticalBlurShader.d.ts';
178
+ export type * from './shaders/VerticalTiltShiftShader.d.ts';
179
+ export type * from './shaders/VignetteShader.d.ts';
180
+ export type * from './shaders/VolumeShader.d.ts';
181
+ export type * from './shaders/WaterRefractionShader.d.ts';
182
+ export type * from './interactive/HTMLMesh.d.ts';
183
+ export type * from './interactive/InteractiveGroup.d.ts';
184
+ export type * from './interactive/SelectionHelper.d.ts';
185
+ export type * from './interactive/SelectionBox.d.ts';
186
+ export type * from './physics/AmmoPhysics.d.ts';
187
+ export type * from './effects/ParallaxBarrierEffect.d.ts';
188
+ export type * from './effects/PeppersGhostEffect.d.ts';
189
+ export type * from './effects/OutlineEffect.d.ts';
190
+ export type * from './effects/AnaglyphEffect.d.ts';
191
+ export type * from './effects/AsciiEffect.d.ts';
192
+ export type * from './effects/StereoEffect.d.ts';
193
+ export type * from './loaders/FBXLoader.d.ts';
194
+ export type * from './loaders/FontLoader.d.ts';
195
+ export type * from './loaders/TGALoader.d.ts';
196
+ export type * from './loaders/LUTCubeLoader.d.ts';
197
+ export type * from './loaders/NRRDLoader.d.ts';
198
+ export type * from './loaders/STLLoader.d.ts';
199
+ export type * from './loaders/MTLLoader.d.ts';
200
+ export type * from './loaders/XLoader.d.ts';
201
+ export type * from './loaders/BVHLoader.d.ts';
202
+ export type * from './loaders/KMZLoader.d.ts';
203
+ export type * from './loaders/VRMLoader.d.ts';
204
+ export type * from './loaders/VRMLLoader.d.ts';
205
+ export type * from './loaders/KTX2Loader.d.ts';
206
+ export type * from './loaders/LottieLoader.d.ts';
207
+ export type * from './loaders/TTFLoader.d.ts';
208
+ export type * from './loaders/RGBELoader.d.ts';
209
+ export type * from './loaders/AssimpLoader.d.ts';
210
+ export type * from './loaders/ColladaLoader.d.ts';
211
+ export type * from './loaders/MDDLoader.d.ts';
212
+ export type * from './loaders/EXRLoader.d.ts';
213
+ export type * from './loaders/3MFLoader.d.ts';
214
+ export type * from './loaders/XYZLoader.d.ts';
215
+ export type * from './loaders/VTKLoader.d.ts';
216
+ export type * from './loaders/LUT3dlLoader.d.ts';
217
+ export type * from './loaders/DDSLoader.d.ts';
218
+ export type * from './loaders/PVRLoader.d.ts';
219
+ export type * from './loaders/GCodeLoader.d.ts';
220
+ export type * from './loaders/BasisTextureLoader.d.ts';
221
+ export type * from './loaders/TDSLoader.d.ts';
222
+ export type * from './loaders/LDrawLoader.d.ts';
223
+ export type * from './loaders/GLTFLoader.d.ts';
224
+ export type * from './loaders/SVGLoader.d.ts';
225
+ export type * from './loaders/3DMLoader.d.ts';
226
+ export type * from './loaders/OBJLoader.d.ts';
227
+ export type * from './loaders/AMFLoader.d.ts';
228
+ export type * from './loaders/MMDLoader.d.ts';
229
+ export type * from './loaders/MD2Loader.d.ts';
230
+ export type * from './loaders/KTXLoader.d.ts';
231
+ export type * from './loaders/TiltLoader.d.ts';
232
+ export type * from './loaders/DRACOLoader.d.ts';
233
+ export type * from './loaders/HDRCubeTextureLoader.d.ts';
234
+ export type * from './loaders/PDBLoader.d.ts';
235
+ export type * from './loaders/PRWMLoader.d.ts';
236
+ export type * from './loaders/RGBMLoader.d.ts';
237
+ export type * from './loaders/VOXLoader.d.ts';
238
+ export type * from './loaders/PCDLoader.d.ts';
239
+ export type * from './loaders/LWOLoader.d.ts';
240
+ export type * from './loaders/PLYLoader.d.ts';
241
+ export type * from './lines/LineSegmentsGeometry.d.ts';
242
+ export type * from './lines/LineGeometry.d.ts';
243
+ export type * from './lines/Wireframe.d.ts';
244
+ export type * from './lines/WireframeGeometry2.d.ts';
245
+ export type * from './lines/Line2.d.ts';
246
+ export type * from './lines/LineMaterial.d.ts';
247
+ export type * from './lines/LineSegments2.d.ts';
248
+ export type * from './helpers/LightProbeHelper.d.ts';
249
+ export type * from './helpers/RaycasterHelper.d.ts';
250
+ export type * from './helpers/VertexTangentsHelper.d.ts';
251
+ export type * from './helpers/PositionalAudioHelper.d.ts';
252
+ export type * from './helpers/VertexNormalsHelper.d.ts';
253
+ export type * from './helpers/RectAreaLightHelper.d.ts';
254
+ export type * from './lights/RectAreaLightUniformsLib.d.ts';
255
+ export type * from './lights/LightProbeGenerator.d.ts';
256
+ export type * from './curves/NURBSUtils.d.ts';
257
+ export type * from './curves/NURBSCurve.d.ts';
258
+ export type * from './curves/NURBSSurface.d.ts';
259
+ export type * from './curves/CurveExtras.d.ts';
260
+ export type * from './deprecated/Geometry.d.ts';
261
+ export type * from './libs/MeshoptDecoder.d.ts';
262
+ export type * from './libs/MotionControllers.d.ts';
@@ -0,0 +1,6 @@
1
+ import type { Mesh } from 'three'
2
+
3
+ export class HTMLMesh extends Mesh {
4
+ constructor(dom: HTMLElement)
5
+ dispose(): void
6
+ }
@@ -1,4 +1,4 @@
1
- import { Mesh } from 'three'
1
+ import type { Mesh } from 'three'
2
2
 
3
3
  export class HTMLMesh extends Mesh {
4
4
  constructor(dom: HTMLElement)
@@ -0,0 +1,5 @@
1
+ import type { WebGLRenderer, Camera, Group } from 'three'
2
+
3
+ export class InteractiveGroup extends Group {
4
+ constructor(renderer: WebGLRenderer, camera: Camera)
5
+ }
@@ -1,4 +1,4 @@
1
- import { WebGLRenderer, Camera, Group } from 'three'
1
+ import type { WebGLRenderer, Camera, Group } from 'three'
2
2
 
3
3
  export class InteractiveGroup extends Group {
4
4
  constructor(renderer: WebGLRenderer, camera: Camera)
@@ -0,0 +1,15 @@
1
+ import type { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from 'three'
2
+
3
+ export class SelectionBox {
4
+ constructor(camera: Camera, scene: Scene, deep?: number)
5
+ camera: Camera
6
+ collection: Mesh[]
7
+ deep: number
8
+ endPoint: Vector3
9
+ scene: Scene
10
+ startPoint: Vector3
11
+
12
+ select(startPoint?: Vector3, endPoint?: Vector3): Mesh[]
13
+ updateFrustum(startPoint: Vector3, endPoint: Vector3): void
14
+ searchChildInFrustum(frustum: Frustum, object: Object3D): void
15
+ }
@@ -1,4 +1,4 @@
1
- import { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from 'three'
1
+ import type { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from 'three'
2
2
 
3
3
  export class SelectionBox {
4
4
  constructor(camera: Camera, scene: Scene, deep?: number)
@@ -0,0 +1,17 @@
1
+ import type { WebGLRenderer, Vector2 } from 'three'
2
+
3
+ import type { SelectionBox } from './SelectionBox.d.cts'
4
+
5
+ export class SelectionHelper {
6
+ constructor(selectionBox: SelectionBox, renderer: WebGLRenderer, cssClassName: string)
7
+ element: HTMLElement
8
+ isDown: boolean
9
+ pointBottomRight: Vector2
10
+ pointTopLeft: Vector2
11
+ renderer: WebGLRenderer
12
+ startPoint: Vector2
13
+
14
+ onSelectStart(event: Event): void
15
+ onSelectMove(event: Event): void
16
+ onSelectOver(event: Event): void
17
+ }
@@ -1,6 +1,6 @@
1
- import { WebGLRenderer, Vector2 } from 'three'
1
+ import type { WebGLRenderer, Vector2 } from 'three'
2
2
 
3
- import { SelectionBox } from './SelectionBox'
3
+ import type { SelectionBox } from './SelectionBox.d.ts'
4
4
 
5
5
  export class SelectionHelper {
6
6
  constructor(selectionBox: SelectionBox, renderer: WebGLRenderer, cssClassName: string)