Releases: takram-design-engineering/three-geospatial
[email protected]
Changed
- Updated dependencies.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.4.1
[email protected]
Added
Ellipsoid
: AddedgetNorthUpEastFrame
.
Changed
- Updated dependencies.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.4.0
[email protected]
Changed
- Removed
ellipsoidCenter
andellipsoidMatrix
. They have been replaced byworldToECEFMatrix
(breaking change). - Updated dependencies.
Fixed
- Improved the reprojection during temporal upscaling.
- Fixed noise in the velocity vector during temporal upscaling.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.5.0
[email protected]
Added
AerialPerspectiveEffect
,SkyMaterial
: Addedground
option.
Changed
- Removed
ellipsoidCenter
andellipsoidMatrix
. They have been replaced byworldToECEFMatrix
(breaking change). Atmosphere
: RenamedrotationMatrix
toinertialToECEFMatrix
(breaking change).- Updated dependencies.
Fixed
- Atmosphere now correctly renders the surface below the ellipsoid surface, 5.
- Fixed the nutation and precession that were incorrectly accounted for in the celestial directions.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.14.0
[email protected]
Changed
- Updated the dependency to atmosphere.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.4.2
[email protected]
Fixed
- Fixed
PrecomputedTexturesGenerator
incorrectly reads FP32 values from half-float textures on the CPU.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.13.2
[email protected]
Changed
- Updated the dependency to atmosphere.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.4.1
[email protected]
Fixed
- Fixed the transmittance values underflow to zero in half-float precision at the precomputation stage.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.13.1
[email protected]
Changed
- Migrated to core API changes.
- Updated dependencies.
Fixed
- Fixed unnecessary side effects of type-only imports.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.4.0
[email protected]
Changed
- Removed loader factory functions and changed loaders to be configurable, since
useLoader
can now accept loader instances. - Renamed
DataLoader
toDataTextureLoader
. - Renamed
EXR3DLoader
toEXR3DTextureLoader
. - Added
EXRTextureLoader
. - Removed
Texture3DLoader
. - Updated dependencies.
Fixed
- Fixed unnecessary side effects of type-only imports.
Full Changelog: https://github.com/takram-design-engineering/three-geospatial/compare/[email protected]@0.3.0