three-stdlib 2.35.8 → 2.35.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/_polyfill/constants.d.cts +1 -1
  2. package/_polyfill/constants.d.ts +1 -1
  3. package/_polyfill/uv1.d.cts +1 -1
  4. package/_polyfill/uv1.d.ts +1 -1
  5. package/controls/ArcballControls.d.cts +1 -1
  6. package/controls/ArcballControls.d.ts +1 -1
  7. package/controls/DeviceOrientationControls.d.cts +1 -1
  8. package/controls/DeviceOrientationControls.d.ts +1 -1
  9. package/controls/DragControls.d.cts +1 -1
  10. package/controls/DragControls.d.ts +1 -1
  11. package/controls/EventDispatcher.d.cts +1 -1
  12. package/controls/EventDispatcher.d.ts +1 -1
  13. package/controls/FirstPersonControls.d.cts +1 -1
  14. package/controls/FirstPersonControls.d.ts +1 -1
  15. package/controls/FlyControls.d.cts +1 -1
  16. package/controls/FlyControls.d.ts +1 -1
  17. package/controls/OrbitControls.d.cts +1 -1
  18. package/controls/OrbitControls.d.ts +1 -1
  19. package/controls/PointerLockControls.d.cts +1 -1
  20. package/controls/PointerLockControls.d.ts +1 -1
  21. package/controls/TrackballControls.d.cts +1 -1
  22. package/controls/TrackballControls.d.ts +1 -1
  23. package/controls/TransformControls.d.cts +1 -1
  24. package/controls/TransformControls.d.ts +1 -1
  25. package/controls/experimental/CameraControls.d.cts +2 -2
  26. package/controls/experimental/CameraControls.d.ts +2 -2
  27. package/csm/CSMFrustum.d.cts +1 -1
  28. package/csm/CSMFrustum.d.ts +1 -1
  29. package/environments/RoomEnvironment.d.cts +1 -1
  30. package/environments/RoomEnvironment.d.ts +1 -1
  31. package/exporters/ColladaExporter.d.cts +1 -1
  32. package/exporters/ColladaExporter.d.ts +1 -1
  33. package/exporters/DRACOExporter.d.cts +1 -1
  34. package/exporters/DRACOExporter.d.ts +1 -1
  35. package/exporters/GLTFExporter.d.cts +3 -3
  36. package/exporters/GLTFExporter.d.ts +3 -3
  37. package/exporters/MMDExporter.d.cts +1 -1
  38. package/exporters/MMDExporter.d.ts +1 -1
  39. package/exporters/OBJExporter.d.cts +1 -1
  40. package/exporters/OBJExporter.d.ts +1 -1
  41. package/exporters/PLYExporter.d.cts +1 -1
  42. package/exporters/PLYExporter.d.ts +1 -1
  43. package/exporters/STLExporter.d.cts +1 -1
  44. package/exporters/STLExporter.d.ts +1 -1
  45. package/exporters/USDZExporter.d.cts +1 -1
  46. package/exporters/USDZExporter.d.ts +1 -1
  47. package/geometries/ParametricGeometries.d.cts +1 -1
  48. package/geometries/ParametricGeometries.d.ts +1 -1
  49. package/geometries/ParametricGeometry.d.cts +1 -1
  50. package/geometries/ParametricGeometry.d.ts +1 -1
  51. package/geometries/TextGeometry.d.cts +2 -2
  52. package/geometries/TextGeometry.d.ts +2 -2
  53. package/helpers/RaycasterHelper.d.cts +1 -1
  54. package/helpers/RaycasterHelper.d.ts +1 -1
  55. package/index.d.cts +262 -262
  56. package/index.d.ts +262 -262
  57. package/libs/MeshoptDecoder.d.cts +1 -1
  58. package/libs/MeshoptDecoder.d.ts +1 -1
  59. package/libs/MotionControllers.d.cts +1 -1
  60. package/libs/MotionControllers.d.ts +1 -1
  61. package/libs/zstddec.d.cts +1 -1
  62. package/libs/zstddec.d.ts +1 -1
  63. package/lights/LightProbeGenerator.d.cts +1 -1
  64. package/lights/LightProbeGenerator.d.ts +1 -1
  65. package/lights/RectAreaLightUniformsLib.d.cts +1 -1
  66. package/lights/RectAreaLightUniformsLib.d.ts +1 -1
  67. package/loaders/FontLoader.d.cts +3 -3
  68. package/loaders/FontLoader.d.ts +3 -3
  69. package/math/ColorConverter.d.cts +1 -1
  70. package/math/ColorConverter.d.ts +1 -1
  71. package/math/SimplexNoise.d.cts +1 -1
  72. package/math/SimplexNoise.d.ts +1 -1
  73. package/misc/Timer.d.cts +1 -1
  74. package/misc/Timer.d.ts +1 -1
  75. package/misc/WebGL.d.cts +5 -5
  76. package/misc/WebGL.d.ts +5 -5
  77. package/modifiers/CurveModifier.d.cts +6 -6
  78. package/modifiers/CurveModifier.d.ts +6 -6
  79. package/modifiers/EdgeSplitModifier.d.cts +1 -1
  80. package/modifiers/EdgeSplitModifier.d.ts +1 -1
  81. package/modifiers/SimplifyModifier.d.cts +1 -1
  82. package/modifiers/SimplifyModifier.d.ts +1 -1
  83. package/modifiers/TessellateModifier.d.cts +1 -1
  84. package/modifiers/TessellateModifier.d.ts +1 -1
  85. package/objects/BatchedMesh.d.cts +1 -1
  86. package/objects/BatchedMesh.d.ts +1 -1
  87. package/objects/GroundProjectedEnv.d.cts +1 -1
  88. package/objects/GroundProjectedEnv.d.ts +1 -1
  89. package/objects/ReflectorRTT.d.cts +1 -1
  90. package/objects/ReflectorRTT.d.ts +1 -1
  91. package/objects/Sky.d.cts +1 -1
  92. package/objects/Sky.d.ts +1 -1
  93. package/package.json +1 -1
  94. package/postprocessing/AfterimagePass.d.cts +1 -1
  95. package/postprocessing/AfterimagePass.d.ts +1 -1
  96. package/postprocessing/BloomPass.d.cts +1 -1
  97. package/postprocessing/BloomPass.d.ts +1 -1
  98. package/postprocessing/BokehPass.d.cts +1 -1
  99. package/postprocessing/BokehPass.d.ts +1 -1
  100. package/postprocessing/ClearPass.d.cts +1 -1
  101. package/postprocessing/ClearPass.d.ts +1 -1
  102. package/postprocessing/DotScreenPass.d.cts +1 -1
  103. package/postprocessing/DotScreenPass.d.ts +1 -1
  104. package/postprocessing/EffectComposer.d.cts +1 -1
  105. package/postprocessing/EffectComposer.d.ts +1 -1
  106. package/postprocessing/FilmPass.d.cts +1 -1
  107. package/postprocessing/FilmPass.d.ts +1 -1
  108. package/postprocessing/GlitchPass.d.cts +1 -1
  109. package/postprocessing/GlitchPass.d.ts +1 -1
  110. package/postprocessing/HalftonePass.d.cts +1 -1
  111. package/postprocessing/HalftonePass.d.ts +1 -1
  112. package/postprocessing/MaskPass.d.cts +1 -1
  113. package/postprocessing/MaskPass.d.ts +1 -1
  114. package/postprocessing/OutlinePass.d.cts +1 -1
  115. package/postprocessing/OutlinePass.d.ts +1 -1
  116. package/postprocessing/Pass.d.cts +1 -1
  117. package/postprocessing/Pass.d.ts +1 -1
  118. package/postprocessing/RenderPass.d.cts +1 -1
  119. package/postprocessing/RenderPass.d.ts +1 -1
  120. package/postprocessing/ShaderPass.d.cts +1 -1
  121. package/postprocessing/ShaderPass.d.ts +1 -1
  122. package/postprocessing/WaterPass.d.cts +1 -1
  123. package/postprocessing/WaterPass.d.ts +1 -1
  124. package/shaders/ACESFilmicToneMappingShader.d.cts +1 -1
  125. package/shaders/ACESFilmicToneMappingShader.d.ts +1 -1
  126. package/shaders/AfterimageShader.d.cts +1 -1
  127. package/shaders/AfterimageShader.d.ts +1 -1
  128. package/shaders/BasicShader.d.cts +1 -1
  129. package/shaders/BasicShader.d.ts +1 -1
  130. package/shaders/BleachBypassShader.d.cts +1 -1
  131. package/shaders/BleachBypassShader.d.ts +1 -1
  132. package/shaders/BlendShader.d.cts +1 -1
  133. package/shaders/BlendShader.d.ts +1 -1
  134. package/shaders/BokehShader.d.cts +1 -1
  135. package/shaders/BokehShader.d.ts +1 -1
  136. package/shaders/BokehShader2.d.cts +2 -2
  137. package/shaders/BokehShader2.d.ts +2 -2
  138. package/shaders/BrightnessContrastShader.d.cts +1 -1
  139. package/shaders/BrightnessContrastShader.d.ts +1 -1
  140. package/shaders/ColorCorrectionShader.d.cts +1 -1
  141. package/shaders/ColorCorrectionShader.d.ts +1 -1
  142. package/shaders/ColorifyShader.d.cts +1 -1
  143. package/shaders/ColorifyShader.d.ts +1 -1
  144. package/shaders/ConvolutionShader.d.cts +1 -1
  145. package/shaders/ConvolutionShader.d.ts +1 -1
  146. package/shaders/CopyShader.d.cts +1 -1
  147. package/shaders/CopyShader.d.ts +1 -1
  148. package/shaders/DOFMipMapShader.d.cts +1 -1
  149. package/shaders/DOFMipMapShader.d.ts +1 -1
  150. package/shaders/DepthLimitedBlurShader.d.cts +2 -2
  151. package/shaders/DepthLimitedBlurShader.d.ts +2 -2
  152. package/shaders/DigitalGlitch.d.cts +1 -1
  153. package/shaders/DigitalGlitch.d.ts +1 -1
  154. package/shaders/DotScreenShader.d.cts +1 -1
  155. package/shaders/DotScreenShader.d.ts +1 -1
  156. package/shaders/FXAAShader.d.cts +1 -1
  157. package/shaders/FXAAShader.d.ts +1 -1
  158. package/shaders/FilmShader.d.cts +1 -1
  159. package/shaders/FilmShader.d.ts +1 -1
  160. package/shaders/FocusShader.d.cts +1 -1
  161. package/shaders/FocusShader.d.ts +1 -1
  162. package/shaders/FreiChenShader.d.cts +1 -1
  163. package/shaders/FreiChenShader.d.ts +1 -1
  164. package/shaders/FresnelShader.d.cts +1 -1
  165. package/shaders/FresnelShader.d.ts +1 -1
  166. package/shaders/GammaCorrectionShader.d.cts +1 -1
  167. package/shaders/GammaCorrectionShader.d.ts +1 -1
  168. package/shaders/GodRaysShader.d.cts +4 -4
  169. package/shaders/GodRaysShader.d.ts +4 -4
  170. package/shaders/HalftoneShader.d.cts +1 -1
  171. package/shaders/HalftoneShader.d.ts +1 -1
  172. package/shaders/HorizontalBlurShader.d.cts +1 -1
  173. package/shaders/HorizontalBlurShader.d.ts +1 -1
  174. package/shaders/HorizontalTiltShiftShader.d.cts +1 -1
  175. package/shaders/HorizontalTiltShiftShader.d.ts +1 -1
  176. package/shaders/HueSaturationShader.d.cts +1 -1
  177. package/shaders/HueSaturationShader.d.ts +1 -1
  178. package/shaders/KaleidoShader.d.cts +1 -1
  179. package/shaders/KaleidoShader.d.ts +1 -1
  180. package/shaders/LuminosityHighPassShader.d.cts +1 -1
  181. package/shaders/LuminosityHighPassShader.d.ts +1 -1
  182. package/shaders/LuminosityShader.d.cts +1 -1
  183. package/shaders/LuminosityShader.d.ts +1 -1
  184. package/shaders/MirrorShader.d.cts +1 -1
  185. package/shaders/MirrorShader.d.ts +1 -1
  186. package/shaders/NormalMapShader.d.cts +1 -1
  187. package/shaders/NormalMapShader.d.ts +1 -1
  188. package/shaders/ParallaxShader.d.cts +1 -1
  189. package/shaders/ParallaxShader.d.ts +1 -1
  190. package/shaders/PixelShader.d.cts +1 -1
  191. package/shaders/PixelShader.d.ts +1 -1
  192. package/shaders/RGBShiftShader.d.cts +1 -1
  193. package/shaders/RGBShiftShader.d.ts +1 -1
  194. package/shaders/SAOShader.d.cts +1 -1
  195. package/shaders/SAOShader.d.ts +1 -1
  196. package/shaders/SMAAShader.d.cts +3 -3
  197. package/shaders/SMAAShader.d.ts +3 -3
  198. package/shaders/SSAOShader.d.cts +3 -3
  199. package/shaders/SSAOShader.d.ts +3 -3
  200. package/shaders/SSRShader.d.cts +3 -3
  201. package/shaders/SSRShader.d.ts +3 -3
  202. package/shaders/SepiaShader.d.cts +1 -1
  203. package/shaders/SepiaShader.d.ts +1 -1
  204. package/shaders/SobelOperatorShader.d.cts +1 -1
  205. package/shaders/SobelOperatorShader.d.ts +1 -1
  206. package/shaders/SubsurfaceScatteringShader.d.cts +1 -1
  207. package/shaders/SubsurfaceScatteringShader.d.ts +1 -1
  208. package/shaders/TechnicolorShader.d.cts +1 -1
  209. package/shaders/TechnicolorShader.d.ts +1 -1
  210. package/shaders/ToneMapShader.d.cts +1 -1
  211. package/shaders/ToneMapShader.d.ts +1 -1
  212. package/shaders/ToonShader.d.cts +4 -4
  213. package/shaders/ToonShader.d.ts +4 -4
  214. package/shaders/TriangleBlurShader.d.cts +1 -1
  215. package/shaders/TriangleBlurShader.d.ts +1 -1
  216. package/shaders/UnpackDepthRGBAShader.d.cts +1 -1
  217. package/shaders/UnpackDepthRGBAShader.d.ts +1 -1
  218. package/shaders/VerticalBlurShader.d.cts +1 -1
  219. package/shaders/VerticalBlurShader.d.ts +1 -1
  220. package/shaders/VerticalTiltShiftShader.d.cts +1 -1
  221. package/shaders/VerticalTiltShiftShader.d.ts +1 -1
  222. package/shaders/VignetteShader.d.cts +1 -1
  223. package/shaders/VignetteShader.d.ts +1 -1
  224. package/shaders/VolumeShader.d.cts +1 -1
  225. package/shaders/VolumeShader.d.ts +1 -1
  226. package/shaders/WaterRefractionShader.d.cts +1 -1
  227. package/shaders/WaterRefractionShader.d.ts +1 -1
  228. package/textures/FlakesTexture.d.cts +1 -1
  229. package/textures/FlakesTexture.d.ts +1 -1
  230. package/types/helpers.d.cts +1 -1
  231. package/types/helpers.d.ts +1 -1
  232. package/types/shared.d.cts +1 -1
  233. package/types/shared.d.ts +1 -1
  234. package/utils/BufferGeometryUtils.d.cts +8 -8
  235. package/utils/BufferGeometryUtils.d.ts +8 -8
  236. package/utils/GeometryCompressionUtils.d.cts +1 -1
  237. package/utils/GeometryCompressionUtils.d.ts +1 -1
  238. package/utils/GeometryUtils.d.cts +1 -1
  239. package/utils/GeometryUtils.d.ts +1 -1
  240. package/utils/LDrawUtils.d.cts +1 -1
  241. package/utils/LDrawUtils.d.ts +1 -1
  242. package/utils/SceneUtils.d.cts +1 -1
  243. package/utils/SceneUtils.d.ts +1 -1
  244. package/utils/SkeletonUtils.d.cts +1 -1
  245. package/utils/SkeletonUtils.d.ts +1 -1
  246. package/webxr/ARButton.d.cts +1 -1
  247. package/webxr/ARButton.d.ts +1 -1
  248. package/webxr/OculusHandModel.d.cts +1 -1
  249. package/webxr/OculusHandModel.d.ts +1 -1
  250. package/webxr/VRButton.d.cts +1 -1
  251. package/webxr/VRButton.d.ts +1 -1
  252. package/webxr/XRControllerModelFactory.d.cts +1 -1
  253. package/webxr/XRControllerModelFactory.d.ts +1 -1
  254. package/webxr/XRHandMeshModel.d.cts +1 -1
  255. package/webxr/XRHandMeshModel.d.ts +1 -1
package/index.d.ts CHANGED
@@ -1,262 +1,262 @@
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';
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';
@@ -9,4 +9,4 @@ type API = {
9
9
  declare const MeshoptDecoder: () => API | {
10
10
  supported: boolean;
11
11
  };
12
- export { type MeshoptDecoder };
12
+ export type { MeshoptDecoder };
@@ -9,4 +9,4 @@ type API = {
9
9
  declare const MeshoptDecoder: () => API | {
10
10
  supported: boolean;
11
11
  };
12
- export { type MeshoptDecoder };
12
+ export type { MeshoptDecoder };
@@ -173,4 +173,4 @@ declare class MotionController {
173
173
  */
174
174
  updateFromGamepad(): void;
175
175
  }
176
- export { type MotionControllerConstants, MotionController, fetchProfile, fetchProfilesList };
176
+ export type { MotionControllerConstants, MotionController, fetchProfile, fetchProfilesList };
@@ -173,4 +173,4 @@ declare class MotionController {
173
173
  */
174
174
  updateFromGamepad(): void;
175
175
  }
176
- export { type MotionControllerConstants, MotionController, fetchProfile, fetchProfilesList };
176
+ export type { MotionControllerConstants, MotionController, fetchProfile, fetchProfilesList };
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * ZSTD (Zstandard) decoder.
3
3
  */
4
- export declare class ZSTDDecoder {
4
+ export type declare class ZSTDDecoder {
5
5
  init(): Promise<void>;
6
6
  _init(result: WebAssembly.WebAssemblyInstantiatedSource): void;
7
7
  decode(array: Uint8Array, uncompressedSize?: number): Uint8Array;
package/libs/zstddec.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * ZSTD (Zstandard) decoder.
3
3
  */
4
- export declare class ZSTDDecoder {
4
+ export type declare class ZSTDDecoder {
5
5
  init(): Promise<void>;
6
6
  _init(result: WebAssembly.WebAssemblyInstantiatedSource): void;
7
7
  decode(array: Uint8Array, uncompressedSize?: number): Uint8Array;
@@ -1,6 +1,6 @@
1
1
  import type { CubeTexture, LightProbe, WebGLRenderer, WebGLCubeRenderTarget } from 'three'
2
2
 
3
- export namespace LightProbeGenerator {
3
+ export type namespace LightProbeGenerator {
4
4
  function fromCubeTexture(cubeTexture: CubeTexture): LightProbe
5
5
  function fromCubeRenderTarget(renderer: WebGLRenderer, cubeRenderTarget: WebGLCubeRenderTarget): LightProbe
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import type { CubeTexture, LightProbe, WebGLRenderer, WebGLCubeRenderTarget } from 'three'
2
2
 
3
- export namespace LightProbeGenerator {
3
+ export type namespace LightProbeGenerator {
4
4
  function fromCubeTexture(cubeTexture: CubeTexture): LightProbe
5
5
  function fromCubeRenderTarget(renderer: WebGLRenderer, cubeRenderTarget: WebGLCubeRenderTarget): LightProbe
6
6
  }
@@ -1,3 +1,3 @@
1
- export namespace RectAreaLightUniformsLib {
1
+ export type namespace RectAreaLightUniformsLib {
2
2
  function init(): void
3
3
  }
@@ -1,3 +1,3 @@
1
- export namespace RectAreaLightUniformsLib {
1
+ export type namespace RectAreaLightUniformsLib {
2
2
  function init(): void
3
3
  }