updated Physics mod support

for water waves, and snow and stuff.
This commit is contained in:
Xonk
2023-04-25 20:08:21 -04:00
parent b59cd5d5a9
commit b12c2491cf
9 changed files with 191 additions and 43 deletions

View File

@ -20,7 +20,7 @@ vec3 toLinear(vec3 sRGB){
void main() {
vec3 albedo = (texture2D(texture, texcoord).rgb * color.rgb);
vec3 albedo = texture2D(texture, texcoord).rgb * color.rgb;
gl_FragData[0].rgb = albedo;