Fix decals not projecting when loading prefabs

• Add support for regex shader blacklisting
• Re-allow projecting onto transparentFX
This commit is contained in:
2022-03-13 14:02:39 -07:00
parent 4948818065
commit 3cd229bc23
5 changed files with 45 additions and 18 deletions

View File

@ -0,0 +1,7 @@
// Prevent projection onto Waterfall plumes
CONFORMALDECALS:NEEDS[Waterfall] {
SHADERBLACKLIST {
shaderRegex = Waterfall/.*
}
}