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
Verify the output of brtutor8. Is the duck meant to be green?
brtutor8
This may be a state issue in glrend, perhaps the material colour isn't meant to be applied in this case?
glrend
Currently:
With colour manually removed:
duck->material->colour = 0xFFFFFFFF; BrMaterialUpdate(duck->material, BR_MATU_ALL);
Converted texture:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify the output of
brtutor8
. Is the duck meant to be green?This may be a state issue in
glrend
, perhaps the material colour isn't meant to be applied in this case?Currently:
With colour manually removed:
Converted texture:
The text was updated successfully, but these errors were encountered: