21 lines
384 B
Plaintext
21 lines
384 B
Plaintext
{
|
|
inherit interSkin_parallel
|
|
hlsl_fp {
|
|
#include "includes/interaction.inc"
|
|
#include "includes/wrinklemap.inc"
|
|
|
|
#define INTERWRINKLE
|
|
|
|
#ifdef PC
|
|
#include "includes/shadow.inc"
|
|
|
|
float shadow;
|
|
SAMPLE_PARALLEL_LIGHT_SHADOW( shadow, fragment.texcoord5, fragment.texcoord2.w );
|
|
|
|
#else
|
|
float shadow = 1.0;
|
|
#endif
|
|
|
|
INTERACTION_FRAGMENT_SKIN( shadow );
|
|
}
|
|
} |