Skip to content

Commit

Permalink
chore: release 0.32.0 (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent e11a718 commit cbe1211
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.32.0](https://github.com/wowserhq/scene/compare/v0.31.0...v0.32.0) (2024-02-14)


### Features

* **map:** reduce cost of doodad culling ([c9059d9](https://github.com/wowserhq/scene/commit/c9059d9f69f0f8f0d96832b894aa91fbcb421bd6))
* **map:** use defines to control layer blends in terrain fragment shader ([29e2d15](https://github.com/wowserhq/scene/commit/29e2d152e442c8e08c8a17f0de51fb08bffe3675))
* **model:** cap model vertex shader bone influences based on model skin section details ([6819fcd](https://github.com/wowserhq/scene/commit/6819fcde57e0adcd214bb69574a69be245841743))
* **model:** optimize normal transformation in vertex shader ([bffa6a6](https://github.com/wowserhq/scene/commit/bffa6a63a48586576d7a53f447e7af89597df374))
* **model:** reduce overhead of animation mixer updates ([33730d1](https://github.com/wowserhq/scene/commit/33730d18c2ee5db7026814567d228c5932a4d7ae))

## [0.31.0](https://github.com/wowserhq/scene/compare/v0.30.0...v0.31.0) (2024-02-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wowserhq/scene",
"version": "0.31.0",
"version": "0.32.0",
"description": "Three.js rendering classes for World of Warcraft model formats",
"author": "Wowser Contributors",
"repository": "github:wowserhq/scene",
Expand Down

0 comments on commit cbe1211

Please sign in to comment.