Get rid of the .pk3dir, use alternative building method
This commit is contained in:
parent
d3e22907b5
commit
3924d63fcc
1767 changed files with 430 additions and 789 deletions
15
scripts/wireframe.shader
Normal file
15
scripts/wireframe.shader
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Overriding this material
|
||||
// so that r_wireframe being
|
||||
// 2 means that we'll have an overlay
|
||||
// of triangle lines instead of
|
||||
// wall hacks
|
||||
wireframe
|
||||
{
|
||||
program wireframe
|
||||
|
||||
{
|
||||
if r_wireframe == 1
|
||||
nodepthtest
|
||||
endif
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue