Files
2026-08-09 04:23:10 -07:00

11 lines
198 B
Plaintext

{
inherit interSkin
hlsl_fp {
#include "includes/interaction.inc"
#include "includes/wrinklemap.inc"
#define INTERWRINKLE
float shadow = 1.0;
INTERACTION_FRAGMENT_SKIN( shadow );
}
}