@types/three 0.161.2 → 0.163.0

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 (382) hide show
  1. three/README.md +2 -2
  2. three/build/three.d.cts +0 -1
  3. three/build/three.module.d.ts +0 -1
  4. three/build/three.module.min.d.ts +0 -1
  5. three/examples/jsm/animation/AnimationClipCreator.d.ts +1 -1
  6. three/examples/jsm/animation/CCDIKSolver.d.ts +1 -1
  7. three/examples/jsm/animation/MMDAnimationHelper.d.ts +1 -11
  8. three/examples/jsm/animation/MMDPhysics.d.ts +1 -1
  9. three/examples/jsm/cameras/CinematicCamera.d.ts +1 -8
  10. three/examples/jsm/controls/ArcballControls.d.ts +1 -1
  11. three/examples/jsm/controls/DragControls.d.ts +80 -10
  12. three/examples/jsm/controls/FirstPersonControls.d.ts +1 -1
  13. three/examples/jsm/controls/FlyControls.d.ts +1 -1
  14. three/examples/jsm/controls/MapControls.d.ts +1 -1
  15. three/examples/jsm/controls/OrbitControls.d.ts +2 -2
  16. three/examples/jsm/controls/PointerLockControls.d.ts +1 -1
  17. three/examples/jsm/controls/TrackballControls.d.ts +1 -1
  18. three/examples/jsm/controls/TransformControls.d.ts +6 -1
  19. three/examples/jsm/csm/CSM.d.ts +1 -1
  20. three/examples/jsm/csm/CSMFrustum.d.ts +1 -1
  21. three/examples/jsm/csm/CSMHelper.d.ts +1 -1
  22. three/examples/jsm/curves/CurveExtras.d.ts +1 -1
  23. three/examples/jsm/curves/NURBSCurve.d.ts +1 -1
  24. three/examples/jsm/curves/NURBSSurface.d.ts +1 -1
  25. three/examples/jsm/curves/NURBSUtils.d.ts +1 -1
  26. three/examples/jsm/curves/NURBSVolume.d.ts +1 -1
  27. three/examples/jsm/deprecated/Geometry.d.ts +1 -1
  28. three/examples/jsm/effects/AnaglyphEffect.d.ts +1 -1
  29. three/examples/jsm/effects/AsciiEffect.d.ts +1 -1
  30. three/examples/jsm/effects/OutlineEffect.d.ts +1 -9
  31. three/examples/jsm/effects/ParallaxBarrierEffect.d.ts +1 -1
  32. three/examples/jsm/effects/PeppersGhostEffect.d.ts +1 -1
  33. three/examples/jsm/effects/StereoEffect.d.ts +1 -1
  34. three/examples/jsm/environments/DebugEnvironment.d.ts +1 -1
  35. three/examples/jsm/environments/RoomEnvironment.d.ts +1 -1
  36. three/examples/jsm/exporters/DRACOExporter.d.ts +1 -1
  37. three/examples/jsm/exporters/EXRExporter.d.ts +1 -1
  38. three/examples/jsm/exporters/GLTFExporter.d.ts +1 -1
  39. three/examples/jsm/exporters/KTX2Exporter.d.ts +1 -1
  40. three/examples/jsm/exporters/MMDExporter.d.ts +1 -1
  41. three/examples/jsm/exporters/OBJExporter.d.ts +1 -1
  42. three/examples/jsm/exporters/PLYExporter.d.ts +1 -1
  43. three/examples/jsm/exporters/STLExporter.d.ts +1 -1
  44. three/examples/jsm/exporters/USDZExporter.d.ts +1 -1
  45. three/examples/jsm/geometries/BoxLineGeometry.d.ts +1 -1
  46. three/examples/jsm/geometries/ConvexGeometry.d.ts +1 -1
  47. three/examples/jsm/geometries/DecalGeometry.d.ts +1 -1
  48. three/examples/jsm/geometries/ParametricGeometries.d.ts +1 -1
  49. three/examples/jsm/geometries/ParametricGeometry.d.ts +1 -1
  50. three/examples/jsm/geometries/RoundedBoxGeometry.d.ts +1 -1
  51. three/examples/jsm/geometries/SDFGeometryGenerator.d.ts +1 -1
  52. three/examples/jsm/geometries/TeapotGeometry.d.ts +1 -1
  53. three/examples/jsm/geometries/TextGeometry.d.ts +9 -1
  54. three/examples/jsm/helpers/LightProbeHelper.d.ts +1 -1
  55. three/examples/jsm/helpers/OctreeHelper.d.ts +1 -1
  56. three/examples/jsm/helpers/PositionalAudioHelper.d.ts +1 -1
  57. three/examples/jsm/helpers/RectAreaLightHelper.d.ts +1 -1
  58. three/examples/jsm/helpers/TextureHelper.d.ts +1 -1
  59. three/examples/jsm/helpers/VertexNormalsHelper.d.ts +1 -1
  60. three/examples/jsm/helpers/VertexTangentsHelper.d.ts +1 -1
  61. three/examples/jsm/helpers/ViewHelper.d.ts +1 -1
  62. three/examples/jsm/interactive/InteractiveGroup.d.ts +4 -2
  63. three/examples/jsm/interactive/SelectionBox.d.ts +1 -1
  64. three/examples/jsm/interactive/SelectionHelper.d.ts +1 -1
  65. three/examples/jsm/libs/tween.module.d.ts +2 -219
  66. three/examples/jsm/lights/LightProbeGenerator.d.ts +1 -1
  67. three/examples/jsm/lines/LineGeometry.d.ts +1 -1
  68. three/examples/jsm/lines/LineMaterial.d.ts +1 -1
  69. three/examples/jsm/lines/LineSegments2.d.ts +1 -1
  70. three/examples/jsm/lines/LineSegmentsGeometry.d.ts +1 -8
  71. three/examples/jsm/lines/Wireframe.d.ts +1 -1
  72. three/examples/jsm/lines/WireframeGeometry2.d.ts +1 -1
  73. three/examples/jsm/loaders/3DMLoader.d.ts +1 -1
  74. three/examples/jsm/loaders/3MFLoader.d.ts +1 -1
  75. three/examples/jsm/loaders/AMFLoader.d.ts +1 -1
  76. three/examples/jsm/loaders/BVHLoader.d.ts +1 -1
  77. three/examples/jsm/loaders/ColladaLoader.d.ts +1 -1
  78. three/examples/jsm/loaders/DDSLoader.d.ts +1 -1
  79. three/examples/jsm/loaders/DRACOLoader.d.ts +1 -1
  80. three/examples/jsm/loaders/EXRLoader.d.ts +2 -8
  81. three/examples/jsm/loaders/FBXLoader.d.ts +1 -1
  82. three/examples/jsm/loaders/FontLoader.d.ts +19 -5
  83. three/examples/jsm/loaders/GCodeLoader.d.ts +1 -1
  84. three/examples/jsm/loaders/GLTFLoader.d.ts +1 -1
  85. three/examples/jsm/loaders/HDRCubeTextureLoader.d.ts +1 -1
  86. three/examples/jsm/loaders/KMZLoader.d.ts +1 -1
  87. three/examples/jsm/loaders/KTX2Loader.d.ts +1 -1
  88. three/examples/jsm/loaders/KTXLoader.d.ts +1 -1
  89. three/examples/jsm/loaders/LDrawLoader.d.ts +1 -1
  90. three/examples/jsm/loaders/LUT3dlLoader.d.ts +1 -2
  91. three/examples/jsm/loaders/LUTCubeLoader.d.ts +1 -10
  92. three/examples/jsm/loaders/LWOLoader.d.ts +1 -1
  93. three/examples/jsm/loaders/LogLuvLoader.d.ts +1 -1
  94. three/examples/jsm/loaders/LottieLoader.d.ts +1 -1
  95. three/examples/jsm/loaders/MD2Loader.d.ts +1 -1
  96. three/examples/jsm/loaders/MDDLoader.d.ts +1 -1
  97. three/examples/jsm/loaders/MMDLoader.d.ts +1 -1
  98. three/examples/jsm/loaders/MTLLoader.d.ts +1 -11
  99. three/examples/jsm/loaders/MaterialXLoader.d.ts +1 -1
  100. three/examples/jsm/loaders/NRRDLoader.d.ts +1 -1
  101. three/examples/jsm/loaders/OBJLoader.d.ts +1 -1
  102. three/examples/jsm/loaders/PCDLoader.d.ts +1 -1
  103. three/examples/jsm/loaders/PDBLoader.d.ts +1 -1
  104. three/examples/jsm/loaders/PLYLoader.d.ts +1 -1
  105. three/examples/jsm/loaders/PVRLoader.d.ts +1 -1
  106. three/examples/jsm/loaders/RGBELoader.d.ts +1 -1
  107. three/examples/jsm/loaders/RGBMLoader.d.ts +6 -1
  108. three/examples/jsm/loaders/STLLoader.d.ts +1 -1
  109. three/examples/jsm/loaders/SVGLoader.d.ts +1 -1
  110. three/examples/jsm/loaders/TDSLoader.d.ts +1 -1
  111. three/examples/jsm/loaders/TGALoader.d.ts +1 -1
  112. three/examples/jsm/loaders/TTFLoader.d.ts +6 -4
  113. three/examples/jsm/loaders/TiltLoader.d.ts +1 -1
  114. three/examples/jsm/loaders/USDZLoader.d.ts +2 -2
  115. three/examples/jsm/loaders/VOXLoader.d.ts +1 -1
  116. three/examples/jsm/loaders/VRMLLoader.d.ts +1 -1
  117. three/examples/jsm/loaders/VTKLoader.d.ts +1 -1
  118. three/examples/jsm/loaders/XYZLoader.d.ts +1 -1
  119. three/examples/jsm/materials/MeshGouraudMaterial.d.ts +1 -1
  120. three/examples/jsm/materials/MeshPostProcessingMaterial.d.ts +1 -1
  121. three/examples/jsm/math/Capsule.d.ts +1 -1
  122. three/examples/jsm/math/ColorConverter.d.ts +1 -1
  123. three/examples/jsm/math/ConvexHull.d.ts +1 -1
  124. three/examples/jsm/math/Lut.d.ts +1 -1
  125. three/examples/jsm/math/MeshSurfaceSampler.d.ts +1 -1
  126. three/examples/jsm/math/OBB.d.ts +1 -1
  127. three/examples/jsm/math/Octree.d.ts +1 -1
  128. three/examples/jsm/misc/ConvexObjectBreaker.d.ts +1 -1
  129. three/examples/jsm/misc/GPUComputationRenderer.d.ts +1 -1
  130. three/examples/jsm/misc/Gyroscope.d.ts +1 -1
  131. three/examples/jsm/misc/MD2Character.d.ts +1 -1
  132. three/examples/jsm/misc/MD2CharacterComplex.d.ts +1 -1
  133. three/examples/jsm/misc/MorphAnimMesh.d.ts +1 -1
  134. three/examples/jsm/misc/MorphBlendMesh.d.ts +1 -1
  135. three/examples/jsm/misc/ProgressiveLightMap.d.ts +1 -1
  136. three/examples/jsm/misc/RollerCoaster.d.ts +1 -1
  137. three/examples/jsm/misc/Timer.d.ts +28 -28
  138. three/examples/jsm/misc/TubePainter.d.ts +1 -1
  139. three/examples/jsm/misc/Volume.d.ts +1 -1
  140. three/examples/jsm/misc/VolumeSlice.d.ts +1 -1
  141. three/examples/jsm/modifiers/CurveModifier.d.ts +1 -10
  142. three/examples/jsm/modifiers/EdgeSplitModifier.d.ts +1 -1
  143. three/examples/jsm/modifiers/SimplifyModifier.d.ts +1 -1
  144. three/examples/jsm/modifiers/TessellateModifier.d.ts +1 -1
  145. three/examples/jsm/nodes/Nodes.d.ts +25 -7
  146. three/examples/jsm/nodes/accessors/AccessorsUtils.d.ts +7 -0
  147. three/examples/jsm/nodes/accessors/BatchNode.d.ts +14 -0
  148. three/examples/jsm/nodes/accessors/BufferNode.d.ts +7 -3
  149. three/examples/jsm/nodes/accessors/CameraNode.d.ts +1 -9
  150. three/examples/jsm/nodes/accessors/ClippingNode.d.ts +16 -0
  151. three/examples/jsm/nodes/accessors/CubeTextureNode.d.ts +1 -1
  152. three/examples/jsm/nodes/accessors/InstanceNode.d.ts +3 -2
  153. three/examples/jsm/nodes/accessors/MaterialReferenceNode.d.ts +1 -1
  154. three/examples/jsm/nodes/accessors/ModelNode.d.ts +2 -2
  155. three/examples/jsm/nodes/accessors/Object3DNode.d.ts +10 -10
  156. three/examples/jsm/nodes/accessors/ReferenceNode.d.ts +16 -4
  157. three/examples/jsm/nodes/accessors/RendererReferenceNode.d.ts +16 -0
  158. three/examples/jsm/nodes/accessors/SkinningNode.d.ts +7 -3
  159. three/examples/jsm/nodes/accessors/StorageBufferNode.d.ts +14 -1
  160. three/examples/jsm/nodes/accessors/TextureNode.d.ts +9 -2
  161. three/examples/jsm/nodes/accessors/UniformsNode.d.ts +25 -0
  162. three/examples/jsm/nodes/core/AssignNode.d.ts +2 -1
  163. three/examples/jsm/nodes/core/Node.d.ts +9 -3
  164. three/examples/jsm/nodes/core/NodeBuilder.d.ts +1 -10
  165. three/examples/jsm/nodes/core/NodeFrame.d.ts +1 -1
  166. three/examples/jsm/nodes/core/NodeUtils.d.ts +2 -2
  167. three/examples/jsm/nodes/core/TempNode.d.ts +1 -1
  168. three/examples/jsm/nodes/display/AnamorphicNode.d.ts +5 -6
  169. three/examples/jsm/nodes/display/ColorSpaceNode.d.ts +1 -1
  170. three/examples/jsm/nodes/display/GaussianBlurNode.d.ts +1 -1
  171. three/examples/jsm/nodes/display/NormalMapNode.d.ts +1 -3
  172. three/examples/jsm/nodes/display/PassNode.d.ts +3 -1
  173. three/examples/jsm/nodes/display/ToneMappingNode.d.ts +13 -1
  174. three/examples/jsm/nodes/display/ViewportDepthTextureNode.d.ts +12 -0
  175. three/examples/jsm/nodes/display/ViewportTextureNode.d.ts +1 -1
  176. three/examples/jsm/nodes/fog/FogNode.d.ts +10 -5
  177. three/examples/jsm/nodes/fog/FogRangeNode.d.ts +9 -5
  178. three/examples/jsm/nodes/geometry/RangeNode.d.ts +1 -1
  179. three/examples/jsm/nodes/lighting/AnalyticLightNode.d.ts +1 -1
  180. three/examples/jsm/nodes/lighting/HemisphereLightNode.d.ts +1 -1
  181. three/examples/jsm/nodes/lighting/LightsNode.d.ts +1 -1
  182. three/examples/jsm/nodes/lighting/PointLightNode.d.ts +1 -1
  183. three/examples/jsm/nodes/lighting/SpotLightNode.d.ts +1 -1
  184. three/examples/jsm/nodes/loaders/NodeLoader.d.ts +1 -1
  185. three/examples/jsm/nodes/loaders/NodeMaterialLoader.d.ts +1 -1
  186. three/examples/jsm/nodes/loaders/NodeObjectLoader.d.ts +1 -1
  187. three/examples/jsm/nodes/materials/LineBasicNodeMaterial.d.ts +13 -3
  188. three/examples/jsm/nodes/materials/Materials.d.ts +1 -0
  189. three/examples/jsm/nodes/materials/MeshBasicNodeMaterial.d.ts +23 -3
  190. three/examples/jsm/nodes/materials/MeshNormalNodeMaterial.d.ts +23 -0
  191. three/examples/jsm/nodes/materials/MeshPhongNodeMaterial.d.ts +41 -5
  192. three/examples/jsm/nodes/materials/MeshPhysicalNodeMaterial.d.ts +58 -18
  193. three/examples/jsm/nodes/materials/MeshSSSNodeMaterial.d.ts +9 -9
  194. three/examples/jsm/nodes/materials/MeshStandardNodeMaterial.d.ts +40 -6
  195. three/examples/jsm/nodes/materials/NodeMaterial.d.ts +48 -15
  196. three/examples/jsm/nodes/materials/PointsNodeMaterial.d.ts +14 -4
  197. three/examples/jsm/nodes/materials/SpriteNodeMaterial.d.ts +17 -6
  198. three/examples/jsm/nodes/math/MathNode.d.ts +11 -0
  199. three/examples/jsm/nodes/pmrem/PMREMNode.d.ts +20 -0
  200. three/examples/jsm/nodes/utils/MaxMipLevelNode.d.ts +1 -1
  201. three/examples/jsm/nodes/utils/ReflectorNode.d.ts +1 -1
  202. three/examples/jsm/nodes/utils/StoargeArrayElementNode.d.ts +25 -0
  203. three/examples/jsm/objects/GroundedSkybox.d.ts +1 -1
  204. three/examples/jsm/objects/Lensflare.d.ts +1 -1
  205. three/examples/jsm/objects/MarchingCubes.d.ts +1 -1
  206. three/examples/jsm/objects/QuadMesh.d.ts +5 -8
  207. three/examples/jsm/objects/Reflector.d.ts +7 -15
  208. three/examples/jsm/objects/ReflectorForSSRPass.d.ts +1 -1
  209. three/examples/jsm/objects/Refractor.d.ts +7 -16
  210. three/examples/jsm/objects/ShadowMesh.d.ts +1 -1
  211. three/examples/jsm/objects/Sky.d.ts +1 -1
  212. three/examples/jsm/objects/Water.d.ts +1 -9
  213. three/examples/jsm/objects/Water2.d.ts +13 -22
  214. three/examples/jsm/physics/AmmoPhysics.d.ts +1 -1
  215. three/examples/jsm/physics/RapierPhysics.d.ts +1 -1
  216. three/examples/jsm/postprocessing/AfterimagePass.d.ts +1 -1
  217. three/examples/jsm/postprocessing/BloomPass.d.ts +1 -1
  218. three/examples/jsm/postprocessing/BokehPass.d.ts +1 -1
  219. three/examples/jsm/postprocessing/ClearPass.d.ts +1 -1
  220. three/examples/jsm/postprocessing/CubeTexturePass.d.ts +1 -1
  221. three/examples/jsm/postprocessing/DotScreenPass.d.ts +1 -1
  222. three/examples/jsm/postprocessing/EffectComposer.d.ts +1 -1
  223. three/examples/jsm/postprocessing/FilmPass.d.ts +1 -1
  224. three/examples/jsm/postprocessing/GTAOPass.d.ts +1 -1
  225. three/examples/jsm/postprocessing/GlitchPass.d.ts +1 -1
  226. three/examples/jsm/postprocessing/HalftonePass.d.ts +1 -1
  227. three/examples/jsm/postprocessing/LUTPass.d.ts +1 -1
  228. three/examples/jsm/postprocessing/MaskPass.d.ts +1 -1
  229. three/examples/jsm/postprocessing/OutlinePass.d.ts +1 -1
  230. three/examples/jsm/postprocessing/OutputPass.d.ts +1 -1
  231. three/examples/jsm/postprocessing/Pass.d.ts +1 -1
  232. three/examples/jsm/postprocessing/RenderPass.d.ts +1 -1
  233. three/examples/jsm/postprocessing/RenderPixelatedPass.d.ts +1 -1
  234. three/examples/jsm/postprocessing/SAOPass.d.ts +1 -1
  235. three/examples/jsm/postprocessing/SMAAPass.d.ts +1 -1
  236. three/examples/jsm/postprocessing/SSAARenderPass.d.ts +1 -1
  237. three/examples/jsm/postprocessing/SSAOPass.d.ts +1 -1
  238. three/examples/jsm/postprocessing/SSRPass.d.ts +1 -1
  239. three/examples/jsm/postprocessing/SavePass.d.ts +1 -1
  240. three/examples/jsm/postprocessing/ShaderPass.d.ts +1 -1
  241. three/examples/jsm/postprocessing/TAARenderPass.d.ts +1 -1
  242. three/examples/jsm/postprocessing/TexturePass.d.ts +1 -1
  243. three/examples/jsm/postprocessing/UnrealBloomPass.d.ts +1 -1
  244. three/examples/jsm/renderers/CSS2DRenderer.d.ts +1 -1
  245. three/examples/jsm/renderers/CSS3DRenderer.d.ts +1 -1
  246. three/examples/jsm/renderers/Projector.d.ts +1 -1
  247. three/examples/jsm/renderers/SVGRenderer.d.ts +1 -1
  248. three/examples/jsm/renderers/common/Backend.d.ts +1 -1
  249. three/examples/jsm/renderers/common/Color4.d.ts +1 -1
  250. three/examples/jsm/renderers/common/Info.d.ts +4 -8
  251. three/examples/jsm/renderers/common/PostProcessing.d.ts +3 -1
  252. three/examples/jsm/renderers/common/Renderer.d.ts +30 -16
  253. three/examples/jsm/renderers/common/StorageTexture.d.ts +1 -1
  254. three/examples/jsm/renderers/common/extras/PMREMGenerator.d.ts +8 -0
  255. three/examples/jsm/renderers/webgl/WebGLBackend.d.ts +5 -1
  256. three/examples/jsm/renderers/webgl/nodes/WebGLNodeBuilder.d.ts +1 -1
  257. three/examples/jsm/renderers/webgpu/WebGPUBackend.d.ts +1 -1
  258. three/examples/jsm/shaders/ACESFilmicToneMappingShader.d.ts +1 -1
  259. three/examples/jsm/shaders/AfterimageShader.d.ts +1 -1
  260. three/examples/jsm/shaders/BleachBypassShader.d.ts +1 -1
  261. three/examples/jsm/shaders/BlendShader.d.ts +1 -1
  262. three/examples/jsm/shaders/BokehShader.d.ts +1 -1
  263. three/examples/jsm/shaders/BokehShader2.d.ts +1 -1
  264. three/examples/jsm/shaders/BrightnessContrastShader.d.ts +1 -1
  265. three/examples/jsm/shaders/ColorCorrectionShader.d.ts +1 -1
  266. three/examples/jsm/shaders/ColorifyShader.d.ts +1 -1
  267. three/examples/jsm/shaders/ConvolutionShader.d.ts +1 -1
  268. three/examples/jsm/shaders/CopyShader.d.ts +1 -1
  269. three/examples/jsm/shaders/DOFMipMapShader.d.ts +1 -1
  270. three/examples/jsm/shaders/DepthLimitedBlurShader.d.ts +1 -1
  271. three/examples/jsm/shaders/DigitalGlitch.d.ts +1 -1
  272. three/examples/jsm/shaders/DotScreenShader.d.ts +1 -1
  273. three/examples/jsm/shaders/ExposureShader.d.ts +1 -1
  274. three/examples/jsm/shaders/FXAAShader.d.ts +1 -1
  275. three/examples/jsm/shaders/FilmShader.d.ts +1 -1
  276. three/examples/jsm/shaders/FocusShader.d.ts +1 -1
  277. three/examples/jsm/shaders/FreiChenShader.d.ts +1 -1
  278. three/examples/jsm/shaders/GTAOShader.d.ts +1 -1
  279. three/examples/jsm/shaders/GammaCorrectionShader.d.ts +1 -1
  280. three/examples/jsm/shaders/GodRaysShader.d.ts +1 -1
  281. three/examples/jsm/shaders/HalftoneShader.d.ts +1 -1
  282. three/examples/jsm/shaders/HorizontalBlurShader.d.ts +1 -1
  283. three/examples/jsm/shaders/HorizontalTiltShiftShader.d.ts +1 -1
  284. three/examples/jsm/shaders/HueSaturationShader.d.ts +1 -1
  285. three/examples/jsm/shaders/KaleidoShader.d.ts +1 -1
  286. three/examples/jsm/shaders/LuminosityHighPassShader.d.ts +1 -1
  287. three/examples/jsm/shaders/LuminosityShader.d.ts +1 -1
  288. three/examples/jsm/shaders/MMDToonShader.d.ts +1 -1
  289. three/examples/jsm/shaders/MirrorShader.d.ts +1 -1
  290. three/examples/jsm/shaders/NormalMapShader.d.ts +1 -1
  291. three/examples/jsm/shaders/OutputShader.d.ts +1 -1
  292. three/examples/jsm/shaders/PoissonDenoiseShader.d.ts +1 -1
  293. three/examples/jsm/shaders/RGBShiftShader.d.ts +1 -1
  294. three/examples/jsm/shaders/SAOShader.d.ts +1 -1
  295. three/examples/jsm/shaders/SMAAShader.d.ts +1 -1
  296. three/examples/jsm/shaders/SSAOShader.d.ts +1 -1
  297. three/examples/jsm/shaders/SSRShader.d.ts +1 -1
  298. three/examples/jsm/shaders/SepiaShader.d.ts +1 -1
  299. three/examples/jsm/shaders/SobelOperatorShader.d.ts +1 -1
  300. three/examples/jsm/shaders/SubsurfaceScatteringShader.d.ts +1 -1
  301. three/examples/jsm/shaders/TechnicolorShader.d.ts +1 -1
  302. three/examples/jsm/shaders/ToonShader.d.ts +1 -1
  303. three/examples/jsm/shaders/TriangleBlurShader.d.ts +1 -1
  304. three/examples/jsm/shaders/UnpackDepthRGBAShader.d.ts +1 -1
  305. three/examples/jsm/shaders/VelocityShader.d.ts +1 -1
  306. three/examples/jsm/shaders/VerticalBlurShader.d.ts +1 -1
  307. three/examples/jsm/shaders/VerticalTiltShiftShader.d.ts +1 -1
  308. three/examples/jsm/shaders/VignetteShader.d.ts +1 -1
  309. three/examples/jsm/shaders/VolumeShader.d.ts +1 -1
  310. three/examples/jsm/shaders/WaterRefractionShader.d.ts +1 -1
  311. three/examples/jsm/utils/BufferGeometryUtils.d.ts +1 -1
  312. three/examples/jsm/utils/CameraUtils.d.ts +1 -1
  313. three/examples/jsm/utils/GeometryCompressionUtils.d.ts +1 -1
  314. three/examples/jsm/utils/GeometryUtils.d.ts +1 -1
  315. three/examples/jsm/utils/LDrawUtils.d.ts +1 -1
  316. three/examples/jsm/utils/PackedPhongMaterial.d.ts +1 -1
  317. three/examples/jsm/utils/SceneUtils.d.ts +1 -1
  318. three/examples/jsm/utils/ShadowMapViewer.d.ts +1 -1
  319. three/examples/jsm/utils/SkeletonUtils.d.ts +1 -1
  320. three/examples/jsm/utils/UVsDebug.d.ts +1 -1
  321. three/examples/jsm/webxr/ARButton.d.ts +1 -1
  322. three/examples/jsm/webxr/OculusHandModel.d.ts +1 -1
  323. three/examples/jsm/webxr/OculusHandPointerModel.d.ts +1 -1
  324. three/examples/jsm/webxr/Text2D.d.ts +1 -1
  325. three/examples/jsm/webxr/VRButton.d.ts +3 -3
  326. three/examples/jsm/webxr/XRButton.d.ts +1 -2
  327. three/examples/jsm/webxr/XRControllerModelFactory.d.ts +6 -5
  328. three/examples/jsm/webxr/XREstimatedLight.d.ts +1 -1
  329. three/examples/jsm/webxr/XRHandMeshModel.d.ts +1 -1
  330. three/examples/jsm/webxr/XRHandModelFactory.d.ts +6 -5
  331. three/examples/jsm/webxr/XRHandPrimitiveModel.d.ts +1 -1
  332. three/examples/jsm/webxr/XRPlanes.d.ts +2 -2
  333. three/index.d.ts +1 -3
  334. three/package.json +5 -4
  335. three/src/Three.Legacy.d.ts +20 -1
  336. three/src/Three.d.ts +0 -2
  337. three/src/cameras/Camera.d.ts +3 -0
  338. three/src/constants.d.ts +13 -55
  339. three/src/core/BufferAttribute.d.ts +0 -32
  340. three/src/core/BufferGeometry.d.ts +6 -4
  341. three/src/core/InstancedBufferAttribute.d.ts +7 -0
  342. three/src/core/Object3D.d.ts +17 -0
  343. three/src/core/Raycaster.d.ts +7 -0
  344. three/src/core/RenderTarget.d.ts +8 -7
  345. three/src/extras/PMREMGenerator.d.ts +5 -4
  346. three/src/helpers/SkeletonHelper.d.ts +1 -1
  347. three/src/lights/LightShadow.d.ts +2 -2
  348. three/src/materials/Material.d.ts +46 -23
  349. three/src/materials/MeshBasicMaterial.d.ts +8 -0
  350. three/src/materials/MeshLambertMaterial.d.ts +8 -1
  351. three/src/materials/MeshPhongMaterial.d.ts +7 -0
  352. three/src/materials/MeshStandardMaterial.d.ts +7 -0
  353. three/src/materials/ShaderMaterial.d.ts +2 -17
  354. three/src/objects/BatchedMesh.d.ts +0 -3
  355. three/src/objects/InstancedMesh.d.ts +29 -5
  356. three/src/objects/SkinnedMesh.d.ts +6 -11
  357. three/src/renderers/WebGL3DRenderTarget.d.ts +6 -7
  358. three/src/renderers/WebGLArrayRenderTarget.d.ts +6 -7
  359. three/src/renderers/WebGLCubeRenderTarget.d.ts +7 -3
  360. three/src/renderers/WebGLRenderTarget.d.ts +1 -4
  361. three/src/renderers/WebGLRenderer.d.ts +5 -20
  362. three/src/renderers/shaders/UniformsLib.d.ts +1 -0
  363. three/src/renderers/webgl/WebGLAttributes.d.ts +1 -2
  364. three/src/renderers/webgl/WebGLBindingStates.d.ts +1 -8
  365. three/src/renderers/webgl/WebGLBufferRenderer.d.ts +0 -3
  366. three/src/renderers/webgl/WebGLCapabilities.d.ts +8 -6
  367. three/src/renderers/webgl/WebGLCubeUVMaps.d.ts +2 -1
  368. three/src/renderers/webgl/WebGLExtensions.d.ts +1 -3
  369. three/src/renderers/webgl/WebGLIndexedBufferRenderer.d.ts +1 -1
  370. three/src/renderers/webgl/WebGLLights.d.ts +1 -2
  371. three/src/renderers/webgl/WebGLPrograms.d.ts +1 -9
  372. three/src/renderers/webgl/WebGLState.d.ts +1 -3
  373. three/src/renderers/webgl/WebGLUtils.d.ts +7 -3
  374. three/src/scenes/Scene.d.ts +20 -1
  375. three/src/textures/Data3DTexture.d.ts +0 -1
  376. three/src/textures/DataArrayTexture.d.ts +0 -1
  377. three/src/textures/DepthTexture.d.ts +0 -3
  378. three/src/textures/Texture.d.ts +13 -22
  379. three/examples/jsm/nodes/core/ArrayUniformNode.d.ts +0 -8
  380. three/examples/jsm/nodes/utils/SpecularMIPLevelNode.d.ts +0 -12
  381. three/src/renderers/WebGL1Renderer.d.ts +0 -6
  382. three/src/renderers/WebGLMultipleRenderTargets.d.ts +0 -15
@@ -1,4 +1,4 @@
1
- import { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from "../../../src/Three.js";
1
+ import { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from "three";
2
2
 
3
3
  export class SelectionBox {
4
4
  constructor(camera: Camera, scene: Scene, deep?: number);
@@ -1,4 +1,4 @@
1
- import { Vector2, WebGLRenderer } from "../../../src/Three.js";
1
+ import { Vector2, WebGLRenderer } from "three";
2
2
 
3
3
  export class SelectionHelper {
4
4
  constructor(renderer: WebGLRenderer, cssClassName: string);
@@ -1,219 +1,2 @@
1
- type EasingFunction = (amount: number) => number;
2
- interface EasingFunctionGroup {
3
- In: EasingFunction;
4
- Out: EasingFunction;
5
- InOut: EasingFunction;
6
- }
7
- /**
8
- * The Ease class provides a collection of easing functions for use with tween.js.
9
- */
10
- declare const Easing: Readonly<{
11
- Linear: Readonly<
12
- EasingFunctionGroup & {
13
- None: EasingFunction;
14
- }
15
- >;
16
- Quadratic: Readonly<EasingFunctionGroup>;
17
- Cubic: Readonly<EasingFunctionGroup>;
18
- Quartic: Readonly<EasingFunctionGroup>;
19
- Quintic: Readonly<EasingFunctionGroup>;
20
- Sinusoidal: Readonly<EasingFunctionGroup>;
21
- Exponential: Readonly<EasingFunctionGroup>;
22
- Circular: Readonly<EasingFunctionGroup>;
23
- Elastic: Readonly<EasingFunctionGroup>;
24
- Back: Readonly<EasingFunctionGroup>;
25
- Bounce: Readonly<EasingFunctionGroup>;
26
- generatePow(power?: number): EasingFunctionGroup;
27
- }>;
28
-
29
- type InterpolationFunction = (v: number[], k: number) => number;
30
- declare const Interpolation: {
31
- Linear: (v: number[], k: number) => number;
32
- Bezier: (v: number[], k: number) => number;
33
- CatmullRom: (v: number[], k: number) => number;
34
- Utils: {
35
- Linear: (p0: number, p1: number, t: number) => number;
36
- Bernstein: (n: number, i: number) => number;
37
- Factorial: (n: number) => number;
38
- CatmullRom: (p0: number, p1: number, p2: number, p3: number, t: number) => number;
39
- };
40
- };
41
-
42
- /**
43
- * Controlling groups of tweens
44
- *
45
- * Using the TWEEN singleton to manage your tweens can cause issues in large apps with many components.
46
- * In these cases, you may want to create your own smaller groups of tween
47
- */
48
- declare class Group {
49
- private _tweens;
50
- private _tweensAddedDuringUpdate;
51
- getAll(): Array<Tween<UnknownProps>>;
52
- removeAll(): void;
53
- add(tween: Tween<UnknownProps>): void;
54
- remove(tween: Tween<UnknownProps>): void;
55
- update(time?: number, preserve?: boolean): boolean;
56
- }
57
-
58
- /**
59
- * Tween.js - Licensed under the MIT license
60
- * https://github.com/tweenjs/tween.js
61
- * ----------------------------------------------
62
- *
63
- * See https://github.com/tweenjs/tween.js/graphs/contributors for the full list of contributors.
64
- * Thank you all, you're awesome!
65
- */
66
-
67
- declare class Tween<T extends UnknownProps> {
68
- private _object;
69
- private _group;
70
- private _isPaused;
71
- private _pauseStart;
72
- private _valuesStart;
73
- private _valuesEnd;
74
- private _valuesStartRepeat;
75
- private _duration;
76
- private _isDynamic;
77
- private _initialRepeat;
78
- private _repeat;
79
- private _repeatDelayTime?;
80
- private _yoyo;
81
- private _isPlaying;
82
- private _reversed;
83
- private _delayTime;
84
- private _startTime;
85
- private _easingFunction;
86
- private _interpolationFunction;
87
- private _chainedTweens;
88
- private _onStartCallback?;
89
- private _onStartCallbackFired;
90
- private _onEveryStartCallback?;
91
- private _onEveryStartCallbackFired;
92
- private _onUpdateCallback?;
93
- private _onRepeatCallback?;
94
- private _onCompleteCallback?;
95
- private _onStopCallback?;
96
- private _id;
97
- private _isChainStopped;
98
- private _propertiesAreSetUp;
99
- constructor(_object: T, _group?: Group | false);
100
- getId(): number;
101
- isPlaying(): boolean;
102
- isPaused(): boolean;
103
- to(target: UnknownProps, duration?: number): this;
104
- duration(duration?: number): this;
105
- dynamic(dynamic?: boolean): this;
106
- start(time?: number, overrideStartingValues?: boolean): this;
107
- startFromCurrentValues(time?: number): this;
108
- private _setupProperties;
109
- stop(): this;
110
- end(): this;
111
- pause(time?: number): this;
112
- resume(time?: number): this;
113
- stopChainedTweens(): this;
114
- group(group?: Group): this;
115
- delay(amount?: number): this;
116
- repeat(times?: number): this;
117
- repeatDelay(amount?: number): this;
118
- yoyo(yoyo?: boolean): this;
119
- easing(easingFunction?: EasingFunction): this;
120
- interpolation(interpolationFunction?: InterpolationFunction): this;
121
- chain(...tweens: Array<Tween<any>>): this;
122
- onStart(callback?: (object: T) => void): this;
123
- onEveryStart(callback?: (object: T) => void): this;
124
- onUpdate(callback?: (object: T, elapsed: number) => void): this;
125
- onRepeat(callback?: (object: T) => void): this;
126
- onComplete(callback?: (object: T) => void): this;
127
- onStop(callback?: (object: T) => void): this;
128
- private _goToEnd;
129
- /**
130
- * @returns true if the tween is still playing after the update, false
131
- * otherwise (calling update on a paused tween still returns true because
132
- * it is still playing, just paused).
133
- */
134
- update(time?: number, autoStart?: boolean): boolean;
135
- private _updateProperties;
136
- private _handleRelativeValue;
137
- private _swapEndStartRepeatValues;
138
- }
139
- type UnknownProps = Record<string, any>;
140
-
141
- declare function now(): number;
142
-
143
- /**
144
- * Utils
145
- */
146
- // tslint:disable-next-line:no-unnecessary-class
147
- declare class Sequence {
148
- private static _nextId;
149
- static nextId(): number;
150
- }
151
-
152
- declare const VERSION = "21.0.0";
153
-
154
- declare const nextId: typeof Sequence.nextId;
155
- declare function getAll(): Array<Tween<UnknownProps>>;
156
- declare function removeAll(): void;
157
- declare function add(tween: Tween<UnknownProps>): void;
158
- declare function remove(tween: Tween<UnknownProps>): void;
159
- declare function update(time?: number, preserve?: boolean): boolean;
160
-
161
- declare const exports: {
162
- Easing: Readonly<{
163
- Linear: Readonly<
164
- EasingFunctionGroup & {
165
- None: EasingFunction;
166
- }
167
- >;
168
- Quadratic: Readonly<EasingFunctionGroup>;
169
- Cubic: Readonly<EasingFunctionGroup>;
170
- Quartic: Readonly<EasingFunctionGroup>;
171
- Quintic: Readonly<EasingFunctionGroup>;
172
- Sinusoidal: Readonly<EasingFunctionGroup>;
173
- Exponential: Readonly<EasingFunctionGroup>;
174
- Circular: Readonly<EasingFunctionGroup>;
175
- Elastic: Readonly<EasingFunctionGroup>;
176
- Back: Readonly<EasingFunctionGroup>;
177
- Bounce: Readonly<EasingFunctionGroup>;
178
- generatePow(power?: number): EasingFunctionGroup;
179
- }>;
180
- Group: typeof Group;
181
- Interpolation: {
182
- Linear: (v: number[], k: number) => number;
183
- Bezier: (v: number[], k: number) => number;
184
- CatmullRom: (v: number[], k: number) => number;
185
- Utils: {
186
- Linear: (p0: number, p1: number, t: number) => number;
187
- Bernstein: (n: number, i: number) => number;
188
- Factorial: (n: number) => number;
189
- CatmullRom: (p0: number, p1: number, p2: number, p3: number, t: number) => number;
190
- };
191
- };
192
- now: () => number;
193
- Sequence: typeof Sequence;
194
- nextId: typeof Sequence.nextId;
195
- Tween: typeof Tween;
196
- VERSION: string;
197
- getAll: () => Array<Tween<UnknownProps>>;
198
- removeAll: () => void;
199
- add: (tween: Tween<UnknownProps>) => void;
200
- remove: (tween: Tween<UnknownProps>) => void;
201
- update: (time?: number, preserve?: boolean) => boolean;
202
- };
203
-
204
- export {
205
- add,
206
- Easing,
207
- exports as default,
208
- getAll,
209
- Group,
210
- Interpolation,
211
- nextId,
212
- now,
213
- remove,
214
- removeAll,
215
- Sequence,
216
- Tween,
217
- update,
218
- VERSION,
219
- };
1
+ export * from "@tweenjs/tween.js";
2
+ export { default as default } from "@tweenjs/tween.js";
@@ -1,4 +1,4 @@
1
- import { CubeTexture, LightProbe, WebGLCubeRenderTarget, WebGLRenderer } from "../../../src/Three.js";
1
+ import { CubeTexture, LightProbe, WebGLCubeRenderTarget, WebGLRenderer } from "three";
2
2
 
3
3
  export namespace LightProbeGenerator {
4
4
  function fromCubeTexture(cubeTexture: CubeTexture): LightProbe;
@@ -1,4 +1,4 @@
1
- import { Line } from "../../../src/Three.js";
1
+ import { Line } from "three";
2
2
 
3
3
  import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Color, ColorRepresentation, MaterialParameters, ShaderMaterial, Vector2 } from "../../../src/Three.js";
1
+ import { Color, ColorRepresentation, MaterialParameters, ShaderMaterial, Vector2 } from "three";
2
2
 
3
3
  export interface LineMaterialParameters extends MaterialParameters {
4
4
  alphaToCoverage?: boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { Mesh } from "../../../src/Three.js";
1
+ import { Mesh } from "three";
2
2
 
3
3
  import { LineMaterial } from "./LineMaterial.js";
4
4
  import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js";
@@ -1,11 +1,4 @@
1
- import {
2
- EdgesGeometry,
3
- InstancedBufferGeometry,
4
- LineSegments,
5
- Matrix4,
6
- Mesh,
7
- WireframeGeometry,
8
- } from "../../../src/Three.js";
1
+ import { EdgesGeometry, InstancedBufferGeometry, LineSegments, Matrix4, Mesh, WireframeGeometry } from "three";
9
2
 
10
3
  export class LineSegmentsGeometry extends InstancedBufferGeometry {
11
4
  constructor();
@@ -1,4 +1,4 @@
1
- import { Mesh } from "../../../src/Three.js";
1
+ import { Mesh } from "three";
2
2
 
3
3
  import { LineMaterial } from "./LineMaterial.js";
4
4
  import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js";
@@ -1,4 +1,4 @@
1
- import { BufferGeometry } from "../../../src/Three.js";
1
+ import { BufferGeometry } from "three";
2
2
 
3
3
  import { LineSegmentsGeometry } from "./LineSegmentsGeometry.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager, Object3D } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager, Object3D } from "three";
2
2
 
3
3
  export class Rhino3dmLoader extends Loader<Object3D> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class ThreeMFLoader extends Loader<Group> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class AMFLoader extends Loader<Group> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { AnimationClip, Loader, LoadingManager, Skeleton } from "../../../src/Three.js";
1
+ import { AnimationClip, Loader, LoadingManager, Skeleton } from "three";
2
2
 
3
3
  export interface BVH {
4
4
  clip: AnimationClip;
@@ -1,4 +1,4 @@
1
- import { Loader, Scene } from "../../../src/Three.js";
1
+ import { Loader, Scene } from "three";
2
2
 
3
3
  export interface Collada {
4
4
  kinematics: object;
@@ -1,4 +1,4 @@
1
- import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager, PixelFormat } from "../../../src/Three.js";
1
+ import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager, PixelFormat } from "three";
2
2
 
3
3
  export interface DDS {
4
4
  mipmaps: object[];
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class DRACOLoader extends Loader<BufferGeometry> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,10 +1,4 @@
1
- import {
2
- DataTextureLoader,
3
- LoadingManager,
4
- PixelFormat,
5
- TextureDataType,
6
- TextureEncoding,
7
- } from "../../../src/Three.js";
1
+ import { ColorSpace, DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "three";
8
2
 
9
3
  export interface EXR {
10
4
  header: object;
@@ -12,7 +6,7 @@ export interface EXR {
12
6
  height: number;
13
7
  data: Float32Array | Uint16Array;
14
8
  format: PixelFormat;
15
- encoding: TextureEncoding;
9
+ colorSpace: ColorSpace;
16
10
  type: TextureDataType;
17
11
  }
18
12
 
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class FBXLoader extends Loader<Group> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,16 @@
1
- import { Loader, LoadingManager, Shape } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager, Shape } from "three";
2
+
3
+ export interface FontData {
4
+ glyphs: Record<string, { ha: number; x_min: number; x_max: number; o: string }>;
5
+ familyName: string;
6
+ ascender: number;
7
+ descender: number;
8
+ underlinePosition: number;
9
+ underlineThickness: number;
10
+ boundingBox: { yMin: number; xMin: number; yMax: number; xMax: number };
11
+ resolution: number;
12
+ original_font_information: Record<string, string>;
13
+ }
2
14
 
3
15
  export class FontLoader extends Loader<Font> {
4
16
  constructor(manager?: LoadingManager);
@@ -10,18 +22,20 @@ export class FontLoader extends Loader<Font> {
10
22
  onError?: (err: unknown) => void,
11
23
  ): void;
12
24
 
13
- parse(json: any): Font;
25
+ parse(json: FontData): Font;
14
26
  }
15
27
 
16
28
  export class Font {
17
- constructor(jsondata: any);
29
+ readonly isFont: true;
18
30
 
19
31
  /**
20
32
  * @default 'Font'
21
33
  */
22
34
  type: string;
23
35
 
24
- data: string;
36
+ data: FontData;
37
+
38
+ constructor(data: FontData);
25
39
 
26
- generateShapes(text: string, size: number): Shape[];
40
+ generateShapes(text: string, size?: number): Shape[];
27
41
  }
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class GCodeLoader extends Loader<Group> {
4
4
  constructor(manager?: LoadingManager);
@@ -17,7 +17,7 @@ import {
17
17
  SkinnedMesh,
18
18
  Texture,
19
19
  TextureLoader,
20
- } from "../../../src/Three.js";
20
+ } from "three";
21
21
 
22
22
  import { DRACOLoader } from "./DRACOLoader.js";
23
23
  import { KTX2Loader } from "./KTX2Loader.js";
@@ -1,4 +1,4 @@
1
- import { CubeTexture, Loader, LoadingManager, TextureDataType } from "../../../src/Three.js";
1
+ import { CubeTexture, Loader, LoadingManager, TextureDataType } from "three";
2
2
 
3
3
  import { RGBELoader } from "./RGBELoader.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager } from "three";
2
2
 
3
3
  import { Collada } from "./ColladaLoader.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { CompressedTexture, Loader, LoadingManager, WebGLRenderer } from "../../../src/Three.js";
1
+ import { CompressedTexture, Loader, LoadingManager, WebGLRenderer } from "three";
2
2
  import Renderer from "../renderers/common/Renderer.js";
3
3
  import WebGPURenderer from "../renderers/webgpu/WebGPURenderer.js";
4
4
  import { WorkerPool } from "../utils/WorkerPool.js";
@@ -1,4 +1,4 @@
1
- import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager, PixelFormat } from "../../../src/Three.js";
1
+ import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager, PixelFormat } from "three";
2
2
 
3
3
  export interface KTX {
4
4
  mipmaps: object[];
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager, Material } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager, Material } from "three";
2
2
 
3
3
  export class LDrawLoader extends Loader<Group> {
4
4
  materials: Material[];
@@ -1,8 +1,7 @@
1
- import { Data3DTexture, DataTexture, FloatType, Loader, LoadingManager, UnsignedByteType } from "../../../src/Three.js";
1
+ import { Data3DTexture, FloatType, Loader, LoadingManager, UnsignedByteType } from "three";
2
2
 
3
3
  export interface LUT3dlResult {
4
4
  size: number;
5
- texture: DataTexture;
6
5
  texture3D: Data3DTexture;
7
6
  }
8
7
 
@@ -1,19 +1,10 @@
1
- import {
2
- Data3DTexture,
3
- DataTexture,
4
- FloatType,
5
- Loader,
6
- LoadingManager,
7
- UnsignedByteType,
8
- Vector3,
9
- } from "../../../src/Three.js";
1
+ import { Data3DTexture, FloatType, Loader, LoadingManager, UnsignedByteType, Vector3 } from "three";
10
2
 
11
3
  export interface LUTCubeResult {
12
4
  title: string;
13
5
  size: number;
14
6
  domainMin: Vector3;
15
7
  domainMax: Vector3;
16
- texture: DataTexture;
17
8
  texture3D: Data3DTexture;
18
9
  }
19
10
 
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager, Material, Object3D } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager, Material, Object3D } from "three";
2
2
 
3
3
  export interface LWO {
4
4
  materials: Material[];
@@ -1,4 +1,4 @@
1
- import { DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "../../../src/Three.js";
1
+ import { DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "three";
2
2
 
3
3
  export interface LogLuv {
4
4
  width: number;
@@ -1,4 +1,4 @@
1
- import { CanvasTexture, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { CanvasTexture, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class LottieLoader extends Loader<CanvasTexture> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class MD2Loader extends Loader<BufferGeometry> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { AnimationClip, BufferAttribute, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { AnimationClip, BufferAttribute, Loader, LoadingManager } from "three";
2
2
 
3
3
  export interface MDD {
4
4
  morphTargets: BufferAttribute[];
@@ -1,4 +1,4 @@
1
- import { AnimationClip, Camera, FileLoader, Loader, LoadingManager, SkinnedMesh } from "../../../src/Three.js";
1
+ import { AnimationClip, Camera, FileLoader, Loader, LoadingManager, SkinnedMesh } from "three";
2
2
 
3
3
  export interface MMDLoaderAnimationObject {
4
4
  animation: AnimationClip;
@@ -1,14 +1,4 @@
1
- import {
2
- BufferGeometry,
3
- Loader,
4
- LoadingManager,
5
- Mapping,
6
- Material,
7
- Side,
8
- Texture,
9
- Vector2,
10
- Wrapping,
11
- } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager, Mapping, Material, Side, Texture, Vector2, Wrapping } from "three";
12
2
 
13
3
  export interface MaterialCreatorOptions {
14
4
  /**
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager } from "three";
2
2
  import { MeshPhysicalNodeMaterial } from "../nodes/Nodes.js";
3
3
 
4
4
  export class MaterialXLoader extends Loader<{ materials: Record<string, MeshPhysicalNodeMaterial> }> {
@@ -1,4 +1,4 @@
1
- import { Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Loader, LoadingManager } from "three";
2
2
 
3
3
  import { Volume } from "../misc/Volume.js";
4
4
 
@@ -1,4 +1,4 @@
1
- import { Group, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { Group, Loader, LoadingManager } from "three";
2
2
  import { MTLLoader } from "./MTLLoader.js";
3
3
 
4
4
  export class OBJLoader extends Loader<Group> {
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager, Points, PointsMaterial } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager, Points, PointsMaterial } from "three";
2
2
 
3
3
  export class PCDLoader extends Loader<Points<BufferGeometry, PointsMaterial>> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager } from "three";
2
2
 
3
3
  export interface PDB {
4
4
  geometryAtoms: BufferGeometry;
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class PLYLoader extends Loader<BufferGeometry> {
4
4
  constructor(manager?: LoadingManager);
@@ -1,4 +1,4 @@
1
- import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager } from "../../../src/Three.js";
1
+ import { CompressedPixelFormat, CompressedTextureLoader, LoadingManager } from "three";
2
2
 
3
3
  export interface PVR {
4
4
  mipmaps: object[];
@@ -1,4 +1,4 @@
1
- import { DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "../../../src/Three.js";
1
+ import { DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "three";
2
2
 
3
3
  export interface RGBE {
4
4
  width: number;
@@ -1,4 +1,4 @@
1
- import { CubeTexture, DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "../../../src/Three.js";
1
+ import { CubeTexture, DataTextureLoader, LoadingManager, PixelFormat, TextureDataType } from "three";
2
2
 
3
3
  export interface RGBM {
4
4
  width: number;
@@ -24,6 +24,11 @@ export class RGBMLoader extends DataTextureLoader {
24
24
  onError?: (event: ErrorEvent) => void,
25
25
  ): CubeTexture;
26
26
 
27
+ loadCubemapAsync(
28
+ urls: string[],
29
+ onProgress?: (event: ProgressEvent) => void,
30
+ ): Promise<CubeTexture>;
31
+
27
32
  parse(buffer: ArrayBuffer): RGBM;
28
33
 
29
34
  setDataType(dataType: TextureDataType): this;
@@ -1,4 +1,4 @@
1
- import { BufferGeometry, Loader, LoadingManager } from "../../../src/Three.js";
1
+ import { BufferGeometry, Loader, LoadingManager } from "three";
2
2
 
3
3
  export class STLLoader extends Loader<BufferGeometry> {
4
4
  constructor(manager?: LoadingManager);