-
Notifications
You must be signed in to change notification settings - Fork 17
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
Using effekseer with Post process #100
Comments
Which rendering library do you use? |
i use three js |
I understood this problem. But I don't know enough about three.js |
Do you have time to look into this? If not, can you point me into the right direction. I am not sure where to look at, I don't know much about webgl context etc.. |
I don't have a time to fix it now and I need to get knowledge about three.js if I suggest it. |
I added a sample to use EffectComposer |
Effekseer doesn't work well with post process. Some effects not showing at all, some of them working. I am not sure what is causing this.
Laser effect is working but the problem is effekseer renders after the Effect composer so it doesn't get effected from post process effects. If i render it before effect composer, it is not showing at all since effect composer just overrides it. Is there any way to add effekseer into effect composer as a pass or something, so it get effected by post processing? Is such a thing doable?
The text was updated successfully, but these errors were encountered: