tesseract frame
This commit is contained in:
@@ -13,7 +13,7 @@ vec3 hsv2rgb(vec3 c) {
|
||||
void main() {
|
||||
float h = pos.w / 3 + .6;
|
||||
float s = 1;
|
||||
float v = smoothstep(2, -2, pos.z);
|
||||
float v = smoothstep(3, -3, pos.z) / 2;
|
||||
|
||||
fcolor = vec4(hsv2rgb(vec3(h, s, v)), 1);
|
||||
}
|
||||
Reference in New Issue
Block a user