Skip to content

Commit

Permalink
chore: release 0.29.0 (#66)
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 1, 2024
1 parent c7bc88b commit 00f1c9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.29.0](https://github.com/wowserhq/scene/compare/v0.28.0...v0.29.0) (2024-02-01)


### Features

* **map:** pause doodad animations when doodads aren't visible ([89ba316](https://github.com/wowserhq/scene/commit/89ba316048f451d752854995419014aee5b52dbc))
* **model:** use track types to determine interpolation mode ([9026ae6](https://github.com/wowserhq/scene/commit/9026ae67afeacfb6f4744860691a5d56087957a0))


### Bug Fixes

* **map:** avoid loading multiple copies of the same doodad ([d7e7323](https://github.com/wowserhq/scene/commit/d7e73236e378502b68a7f6319793455d7d1f6d4f))
* **model:** account for sequence bounds when culling models ([7f9e0e6](https://github.com/wowserhq/scene/commit/7f9e0e62ffe7b7cb962a8a049589d052a19e142e))
* **model:** correct light calculations for double-sided materials ([f7021b0](https://github.com/wowserhq/scene/commit/f7021b073a3b6d007ac4a9f7db2e4e2747dc3156))

## [0.28.0](https://github.com/wowserhq/scene/compare/v0.27.0...v0.28.0) (2024-01-27)


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.28.0",
"version": "0.29.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 00f1c9b

Please sign in to comment.