Skip to content

Commit

Permalink
release 0.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Oct 22, 2023
1 parent 361eac1 commit c51b0b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## version 0.10.17
- Fix stretched Billboard shader so it rotates billboard correctly
- Add euler order option in eular generator, because threejs uses intrinsic eular angles, and unity
uses extrinsic eular angles.

## version 0.10.16
- Hot fix frame over life

## version 0.10.15
- Fix interval value on frame over life
- Better support for noise generation
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "three.quarks",
"version": "0.10.16",
"version": "0.10.17",
"description": "A General-Purpose Particle System for three.js",
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit c51b0b5

Please sign in to comment.