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

GLTF loader add preprocessor like calculate tangent #1081

Closed
yangfengzzz opened this issue Sep 27, 2022 · 1 comment
Closed

GLTF loader add preprocessor like calculate tangent #1081

yangfengzzz opened this issue Sep 27, 2022 · 1 comment

Comments

@yangfengzzz
Copy link
Member

There is BufferMeshUtil in Three.js, Some model should preprocess before upload to GPU like generate Tangent and so on.

The tangent space generation should use MikkTSpace, which used by UE, Unity blender and other DCC tools. There are rust version and wasm compiled package https://github.com/donmccurdy/mikktspace-wasm to support these calculation.

@GuoLei1990
Copy link
Member

Resolved in editor!

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

No branches or pull requests

2 participants