You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.alpha_mode
andalpha_test
are not yet supported.alphaToCoverage
related features are not yet supported.2.
alpha_mode
andalpha_test
are not yet supported.pylinalg
, error message:numpy.linalg.LinAlgError: SVD did not converge
, causing the program to crash.2.
glTF CubicSplineInterpolant
is not yet supported.glTF
loader does not yet support loading Sparse Accessor data.sRGB
space. A temporary workaround was added after #906 , but this issue still needs further resolution.glTF
specification.The text was updated successfully, but these errors were encountered: