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

Fix animations #129

Open
sornas opened this issue Aug 19, 2020 · 1 comment
Open

Fix animations #129

sornas opened this issue Aug 19, 2020 · 1 comment
Labels

Comments

@sornas
Copy link
Collaborator

sornas commented Aug 19, 2020

Rendering animations isn't as robust as we want it to be. The supported formats are limited and we can't really import everything we want to in a meaningful way.

When rendering an animation lighting normals don't work, since we can't average the normals, we need tangent and bi-tangent spaces to be transformed for the normal to work properly.

@sornas sornas added the render label Aug 19, 2020
@sornas sornas mentioned this issue Aug 19, 2020
9 tasks
@FredTheDino
Copy link
Owner

FredTheDino commented Sep 27, 2020

My current idea for this is to pull in https://github.com/assimp/assimp and use that loading. Unfortunately the python library (https://pypi.org/project/pyassimp/) doesn't really seam to work for me, haven't looked into it that much but we might have to rewrite part of the asset pipeline in C++...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants