Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intepret glTF colors as linear instead of sRGB (bevyengine#6828)
# Objective Fixes bevyengine#6827 ## Solution Use the `Color::rgba_linear` function instead of the `Color::rgba` function to correctly interpret colors from glTF files in the linear color space rather than the incorrect sRGB color space
- Loading branch information