Skip to content

Commit f33fbde

Browse files
authored
Update CHANGELOG.md
1 parent f427ba7 commit f33fbde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## Unreleased
88
### Fixed
99
- Three.js semver package version.
10+
- Removed 3 texture sampler units to add room for future features, background map.
11+
12+
### Added
13+
- `GradientEquirectTexture` class for generating an equirect background texture with a gradient.
14+
- `AttributesTextureArray` class for storing multiple vertex attribute buffers in a sampler array to save texture units.
15+
16+
### Removed
17+
- Removed `FEATURE_GRADIENT_BG` define and bgGradientTop, bgGradientBottom uniforms. Use the new GradientEquirectTexture class instead.
18+
- PhysicalPathTracingMaterial: Removed `normalAttribute`, `tangentAttribute`, `uvAttribute`, and `colorAttribute` uniforms. Use `attributesArray` to store those parameters, instead.
1019

1120
## [0.0.7] - 2022-10-15
1221
### Added

0 commit comments

Comments
 (0)