11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
{
|
|
SubShader
|
|
{
|
|
Cull Off
|
|
|
|
${VFXInclude("Shaders/VFXParticleHeader.template")}
|
|
${VFXInclude("Shaders/ParticleMeshes/PassForward.template")}
|
|
${VFXInclude("Shaders/ParticleMeshes/PassShadowCaster.template"),USE_CAST_SHADOWS_PASS}
|
|
}
|
|
}
|