improve lighting - grass shader
This commit is contained in:
@@ -95,6 +95,7 @@ void vertex() {
|
||||
}
|
||||
|
||||
void fragment() {
|
||||
|
||||
vec2 shifted_uv = UV + texture_offset;
|
||||
vec4 tex = texture(alpha_texture, shifted_uv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user