-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
OutlinePass animation problem #68
Labels
bug
Something isn't working
Comments
Hi, thanks for the report! The I'll take a closer look at this tomorrow. Stay tuned 😄 |
vanruesc
added a commit
that referenced
this issue
Feb 24, 2018
Fixed in
|
You are awesome! Thanks a lot! |
Thank you, the code example you provided helped a lot! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
first of all thank you for your hard work on this library.
When I tried to use the
OutlinePass
effect, I found that it works well for static meshes, but when I try to play an animation, the outline does not follow the moving mesh parts. Is there any way to resolve this?A minimal project for reproducing the problem is here: https://github.com/erosb/outlinepass-bug
After cloning,
npm install && npm run-script build
playAnim("attack_3")
You can find it running here: http://erosb.github.io/outlinepass-bug/
Environment:
Thank you for your time.
The text was updated successfully, but these errors were encountered: