From 4d3065acffab4f10adf0eb36574a8931bdbfafa0 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 27 Jan 2020 16:14:50 +0100 Subject: [PATCH] minor fixes --- index.html | 4 ++-- src/main.ts | 34 ++++------------------------------ 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/index.html b/index.html index a40c1cb..8a4ba7b 100644 --- a/index.html +++ b/index.html @@ -143,9 +143,9 @@ //vec3 lightColor = vec3(1.,1.,1.); //gl_FragColor = vec4(mix(waterColor, vec3(1.,1.,1.),fresnel).xyz, 1.); - //gl_FragColor = vec4(result,1.0); + gl_FragColor = vec4(result,1.0); //gl_FragColor = vec4(normal,1.0); - gl_FragColor = vec4(displace.x,displace.x,displace.x,1.0); //Show Perlin Noise texture deactivate vertex distrotion before + //gl_FragColor = vec4(displace.x,displace.x,displace.x,1.0); //Show Perlin Noise texture deactivate vertex distrotion before }