We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
If a .off file is imported if the face have some alpha in the color of the face the alpha is ignored by the importer.
.off
To Reproduce
Here is a cube_with_alpha.off sample with alpha included in the last 3 faces.
cube_with_alpha.off
OFF # cube_with_alpha.off # A cube 8 6 12 1.0 0.0 1.4142 0.0 1.0 1.4142 -1.0 0.0 1.4142 0.0 -1.0 1.4142 1.0 0.0 0.0 0.0 1.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 4 0 1 2 3 255 0 0 #red 4 7 4 0 3 0 255 0 #green 4 4 5 1 0 0 0 255 #blue 4 5 6 2 1 0 255 0 100 4 3 2 6 7 0 0 255 100 4 6 5 4 7 255 0 0 100
Expected behavior
The imported file should include the alpha in the material.
The importeroff.js does not have that implemented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If a
.off
file is imported if the face have some alpha in the color of the face the alpha is ignored by the importer.To Reproduce
Here is a
cube_with_alpha.off
sample with alpha included in the last 3 faces.Expected behavior
The imported file should include the alpha in the material.
The importeroff.js does not have that implemented.
The text was updated successfully, but these errors were encountered: