mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated shader (markdown)
parent
9327189731
commit
989373dd18
@ -227,7 +227,7 @@ Material that reads a texture, a color and multiples them, fragment program:
|
||||
uniform color modulate;
|
||||
uniform texture source;
|
||||
|
||||
DIFFUSE = color.rgb * tex(source,UV).rgb;
|
||||
DIFFUSE = modulate.rgb * tex(source,UV).rgb;
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user