mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
@@ -471,7 +471,7 @@ Material that glows from red to white:
|
||||
|
||||
::
|
||||
|
||||
DIFFUSE = vec3(1,0,0) + vec(1,1,1) * mod(TIME, 1.0);
|
||||
DIFFUSE = vec3(1,0,0) + vec3(1,1,1) * mod(TIME, 1.0);
|
||||
|
||||
Standard Blinn Lighting Shader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user