2025-06-10 13:16:36 +00:00
|
|
|
shader_type spatial;
|
2025-06-27 05:12:53 +00:00
|
|
|
render_mode blend_mix, depth_draw_opaque, cull_disabled, diffuse_burley, specular_schlick_ggx, depth_prepass_alpha;
|
2025-06-10 13:16:36 +00:00
|
|
|
|
2025-06-27 05:12:53 +00:00
|
|
|
//#define USE_ALPHA_DISCARD
|
2025-06-10 13:16:36 +00:00
|
|
|
#include "res://addons/rokojori_action_library/Runtime/Reallusion/Shaders/Hair/CCHairBase.gdshaderinc"
|