Skip to content

Commit

Permalink
latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Oct 11, 2023
1 parent d85f405 commit f906814
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## version 0.10.13
- Add support for more emitter shapes (circle, hemisphere) and shapes example

## version 0.10.12
- failed publish

## version 0.10.11
- Add support for count function on burst emission

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "three.quarks",
"version": "0.10.11",
"version": "0.10.13",
"description": "A General-Purpose Particle System for three.js",
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/BatchedRenderer.ts
Expand Up @@ -22,6 +22,8 @@ export interface IParticleSystem {
speedFactor: number;
worldSpace: boolean;
particleNum: number;
duration: number;
looping: boolean;
particles: Array<IParticle>;
emitter: ParticleEmitter<any>;
_renderer?: BatchedRenderer;
Expand Down

0 comments on commit f906814

Please sign in to comment.