23 lines
242 B
Text
23 lines
242 B
Text
|
debugcone
|
||
|
{
|
||
|
cull none
|
||
|
|
||
|
{
|
||
|
rgbGen vertex
|
||
|
alphaGen vertex
|
||
|
blendFunc blend
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// the engine in Half-Life appears to hard-code hiding `TRIGGER`
|
||
|
trigger
|
||
|
{
|
||
|
surfaceParm nodraw
|
||
|
}
|
||
|
|
||
|
// ... and `AAATRIGGER`
|
||
|
aaatrigger
|
||
|
{
|
||
|
surfaceParm nodraw
|
||
|
}
|