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
The transparency when reading in .mtl files is not set.
See: https://github.com/dicarlolab/ThreeDWorld/blob/master/Assets/Scripts/Editor/MaterialProcessor.cs#L86-L93
The "d" value corresponds to the transparency in the .mtl file. The "alpha" channel of the Albedo corresponds to the transparency in Unity.
Thus, the Albedo alpha channel in Unity should be set to the d value of the .mtl file to reflect transparency correctly.
This should happen in line 128. Just check if it works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The transparency when reading in .mtl files is not set.
See:
https://github.com/dicarlolab/ThreeDWorld/blob/master/Assets/Scripts/Editor/MaterialProcessor.cs#L86-L93
The "d" value corresponds to the transparency in the .mtl file.
The "alpha" channel of the Albedo corresponds to the transparency in Unity.
Thus, the Albedo alpha channel in Unity should be set to the d value of the .mtl file to reflect transparency correctly.
This should happen in line 128. Just check if it works.
The text was updated successfully, but these errors were encountered: