Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas7770 committed Oct 9, 2024
1 parent a0d1044 commit 2ac8c9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Orthographic Camera component (#1182, **@mkuritsu**).
- Importer plugin (#1299, **@Scarface1809**).
- Handle body rotation on penetration solving (#1272, **&fallenatlas**).
- Cascaded shadow maps (#1187, **@tomas7770**).

### Changed

Expand All @@ -33,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Spot light angle mismatch between light and shadows (#1310, **@tomas7770**).
- Spot shadows cause light range cutoff (#1312, **@tomas7770**).
- Precision error in split screen size calculations (**@mkuritsu**).
- Incorrect loop condition in createTexture2DArray (**@tomas7770**).
- Use glTexImage3D instead of glTexStorage3D in createTexture2DArray (**@tomas7770**).


## [v0.3.0] - 2024-08-02
Expand Down

0 comments on commit 2ac8c9d

Please sign in to comment.