mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 19:23:48 +00:00
parent
fae0e961d7
commit
5ef3e64413
42 changed files with 1306 additions and 900 deletions
|
|
@ -15,7 +15,7 @@ default_input_values = [0, 0.0, 1, 1.0]
|
|||
|
||||
[resource]
|
||||
code = "shader_type spatial;
|
||||
render_mode blend_mix, depth_draw_opaque, depth_test_default, cull_back, diffuse_lambert, specular_schlick_ggx;
|
||||
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx;
|
||||
|
||||
uniform vec4 ColorParameter : source_color = vec4(0.000000, 0.000000, 0.000000, 1.000000);
|
||||
uniform sampler2D depth_tex_frg_4 : hint_depth_texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue