8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
{
|
|
inherit ParticleBlend
|
|
hlsl_vp {
|
|
#include "particle_vp.inc"
|
|
result.color.xyz = vertColor.xyz * $exposure.xyz;
|
|
result.color.w = vertColor.w * fade;
|
|
}
|
|
} |