BabylonPolymorph icon indicating copy to clipboard operation
BabylonPolymorph copied to clipboard

Change LinearRGB conversion to no longer use 2.2 approximation

Open PolygonalSun opened this issue 6 years ago • 0 comments

In the SimpleMath class, we use 2.2 for our gamma correction when the glTF SDK has a function that will handle this without having to use an approximation. Since we don't need to worry about the speed costs, we should convert our colors to use the glTF SDK's function.

PolygonalSun avatar Jan 23 '20 00:01 PolygonalSun