10000 Known Issues in glTF Rendering Tests · Issue #910 · pygfx/pygfx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Known Issues in glTF Rendering Tests #910

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

Open
panxinmiao opened this issue Dec 18, 2024 · 0 comments
Open

Known Issues in glTF Rendering Tests #910

panxinmiao opened this issue Dec 18, 2024 · 0 comments

Comments

@panxinmiao
Copy link
Contributor

In #895, an example gltf_viewer.py was added, which uses the KhronosGroup glTF Sample Assets for rendering tests. Below are the test cases that have not passed yet.

Test Case Type Cause
Alpha Blend Mode Test pygfx capabilities not yet supported alpha_mode and alpha_test are not yet supported.
Compare Alpha Coverage pygfx capabilities not yet supported 1. MSAA and alphaToCoverage related features are not yet supported.
2. alpha_mode and alpha_test are not yet supported.
Interpolation Test Bug/pygfx capabilities not yet supported 1. Bug in pylinalg, error message: numpy.linalg.LinAlgError: SVD did not converge, causing the program to crash.
2. glTF CubicSplineInterpolant is not yet supported.
Simple Sparse Accessor glTF loader not implemented The glTF loader does not yet support loading Sparse Accessor data.
Texture Linear Interpolation Test Non-conforming implementation Interpolation occurs in the sRGB space. A temporary workaround was added after #906 , but this issue still needs further resolution.
Vertex Color Test Non-conforming implementation The current logic for handling Vertex Colors has issues and does not conform to the glTF specification.
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

1 participant
0