Skip to content

Commit d3c4ffa

Browse files
authored
Update CHANGELOG.md
1 parent 46b66e2 commit d3c4ffa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
### Fixed
99
- Three.js semver package version.
1010
- Removed 3 texture sampler units to add room for future features, background map.
11+
- Texture memory leak in `BlurredEnvMapGenerator`.
1112

1213
### Added
1314
- `GradientEquirectTexture` class for generating an equirect background texture with a gradient.
@@ -16,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1617
### Removed
1718
- Removed `FEATURE_GRADIENT_BG` define and bgGradientTop, bgGradientBottom uniforms. Use the new GradientEquirectTexture class instead.
1819
- PhysicalPathTracingMaterial: Removed `normalAttribute`, `tangentAttribute`, `uvAttribute`, and `colorAttribute` uniforms. Use `attributesArray` to store those parameters, instead.
20+
- `MaterialsTexture.setSide` function.
21+
22+
### Changed
23+
- `MaterialsTexture` automatically uses the specified material side unless the object is transmissive - in which case double-sided is used.
1924

2025
## [0.0.7] - 2022-10-15
2126
### Added

0 commit comments

Comments
 (0)