Skip to content

feat(Emitter): add ParticleEmitter#3

Open
mcgivrer wants to merge 1 commit intomasterfrom
feature/add-particle-emitter
Open

feat(Emitter): add ParticleEmitter#3
mcgivrer wants to merge 1 commit intomasterfrom
feature/add-particle-emitter

Conversation

@mcgivrer
Copy link
Copy Markdown
Collaborator

Add a new component to the Particle System to handle the particle emitter side.

  • create ParticleEmitter interface to generate particles for ParticleGoup.
  • add an emitters list attribute to the ParticleSystem
  • add initialization phase to ParticleSystem, ParticleGroup to split concern from create ParticleGroup and generate Particle's.
  • add emit() method to the ParticleGroup to activate its internal emitter.

@mcgivrer mcgivrer added the enhancement New feature or request label Mar 17, 2020
@mcgivrer mcgivrer added this to the Alpha 1.0 milestone Mar 17, 2020
@mcgivrer mcgivrer self-assigned this Mar 17, 2020
@mcgivrer mcgivrer linked an issue Mar 17, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a Particle emitter component

1 participant