Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

파티클 플러그인 추가 #97

Closed
izure1 opened this issue Jun 21, 2021 · 2 comments
Closed

파티클 플러그인 추가 #97

izure1 opened this issue Jun 21, 2021 · 2 comments

Comments

@izure1
Copy link
Owner

izure1 commented Jun 21, 2021

#90

BaseScene에서 지원하기에는, 씬 파렛트 기능에서도 사용해야하므로 공용성있는 플러그인으로 처리하는게 나을 것으로 보임.

파티클은 프로그래밍으로 생성과 제거를 할 수 있어야 함.
alias 지원 필요
gravityX, gravityY, scale(start, end), emitRadius 필요

기본적으로 지원되는 파티클 목록은 다음과 같음.

glitter

반짝임 효과. 쯔꾸르에서 특정 지역에 반짝이는 것과 같음

firefly

반딧불 효과. 아래에서 위로 좌우로 움직이며 사라지는 불빛

smoke

연기 효과. 아래에서 생겨서 올라감

jet

snow

rain

spark

explode

burn

@izure1
Copy link
Owner Author

izure1 commented Jun 24, 2021

액터에 붙는 파티클 효과는 이 플러그인을 사용하여 좀 더 효율적으로 사용할 수 있음.

actor.particle.addExists(this.particle.addSomeParticle(0, 0))

@izure1 izure1 closed this as completed Jun 24, 2021
izure1 pushed a commit to izure1/eriengine-core-plugins that referenced this issue Jun 24, 2021
@izure1
Copy link
Owner Author

izure1 commented Jun 30, 2021

jetSmoke 파티클 효과 추가 필요

@izure1 izure1 reopened this Jun 30, 2021
izure1 pushed a commit to izure1/eriengine-core-plugins that referenced this issue Jun 30, 2021
@izure1 izure1 closed this as completed Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant