Some examples tweaks

This commit is contained in:
Ray
2020-01-30 12:27:04 +01:00
parent be7f717a24
commit cacd4a9d90
4 changed files with 163 additions and 151 deletions

View File

@ -32,7 +32,6 @@ vec3 Hsv2rgb(vec3 c)
return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
}
void main()
{
/**********************************************************************************************