diff options
author | sanine-a <sanine.not@pm.me> | 2020-05-20 20:51:05 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-05-20 20:51:05 -0500 |
commit | 040ba6826237eb124aaa4576fc302e2e07dd40c5 (patch) | |
tree | c35f1c3c4a63f307ac8a0f6beac346e3d08b6b7d /demo.fs | |
parent | 447c3de585cca51013b17017d968e3aee53f5c87 (diff) |
add honey_mesh and assorted related functions
Diffstat (limited to 'demo.fs')
-rw-r--r-- | demo.fs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ uniform sampler2D happyTexture; void main() { - FragColor = mix(texture(boxTexture, outTexCoord), texture(happyTexture, outTexCoord), 0.2); + FragColor = vec4(outColor.xyz, 1.0); //mix(texture(boxTexture, outTexCoord), texture(happyTexture, outTexCoord), 0.2); } |