This release contains internal dependency updates only.
This release contains internal dependency updates only.
This release contains internal dependency updates only.
- Fixed depth test when logarithmic depth is used with
postprocessing >= 6.38.0, #100.
- Fixed clouds not appearing when logarithmic depth is used, #102.
- Updated the peer dependency for
postprocessingto>= 6.38.0. CloudsEffect: Removed deprecatedskyIrradianceScale,groundIrradianceScaleandaccurateSunSkyIrradianceoptions.- Updated dependencies.
- Fixed logarithmic depth when used with
postprocessing >= 6.38.0.
- Migrated types to
@types/three@0.181.0. - Updated dependencies.
- Removed
three-stdlibfrom dependencies to fix compatibility with importmaps. - Reverted the TS target to
es2017to fix incorrect code generation.
- Removed module augmentation from type definitions.
- Updated dependencies.
- Removed
ellipsoidCenterandellipsoidMatrix. They have been replaced byworldToECEFMatrix(breaking change). - Updated dependencies.
- Improved the reprojection during temporal upscaling.
- Fixed noise in the velocity vector during temporal upscaling.
- Updated the dependency to atmosphere.
CloudsEffect: AddedsingleMieScatteringTextureandhigherOrderScatteringTextureprops.
- Removed
photometricoptions and props. It outputs luminance only now. - Removed the shadow length attenuation hack.
- React components no longer trigger React state changes when textures are loaded.
CloudsEffect: Deprecated and renamedskyIrradianceScale,groundIrradianceScaleandaccurateSunSkyIrradiancetoskyLightScale,groundBounceScaleandaccurateSunSkyLight.- Migrated to core API changes.
- Updated dependencies.
- Fixed unnecessary side effects of type-only imports.
- Added support for absorption in haze.
CloudsMaterial: Changed the default values of bothskyIrradianceScaleandgroundIrradianceScaleto 1.CloudsMaterial: AddedhazeScatteringCoefficientandhazeAbsorptionCoefficientwhich are separated from those of the clouds.- Removed the use of
forwardRefand added it in props.
- Adjusted the scaling of irradiance for cloud particles to better reflect isotropic scattering.
- Added a workaround so that the unlit rays towards far clouds appear orange.
- Fixed incorrect handling of cloud transmittance and inscattered light when compositing into the render buffer.
- Changed the behavior of unlit rays through haze so that they don't occlude sky light.
- Improved approximation of the haze integral to reduce unnatural gradient just above the clouds at the horizon.
- Fixed scene depth conversion when logarithmic depth is used, #66.
- Removed
process.env.NODE_ENVfrom the ES build output.
CloudsEffect: Fixed the camera provided in the constructor was not applied to the internal passes.- Fixed artifacts due to insufficient precision of linear interpolation, #41.
Updated peer dependencies to React 19 and R3F v9. For React 18 and R3F v8, use version 0.1.x, which will continue to receive fixes.
- Migrated types and internal fields to R3F v9.
- Removed deprecated classes and properties.
Compatibility release to continue support for React 18 and R3F v8.
- Deprecated
useHalfFloat, as it is now always true. - Increased step resolution in
ultraquality preset. - Updated dependencies.
Initial release