projects
/
xonotic
/
xonotic-maps.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed alphafunc from shader, and addded blendfunc
[xonotic/xonotic-maps.pk3dir.git]
/
scripts
/
model_tree.shader
diff --git
a/scripts/model_tree.shader
b/scripts/model_tree.shader
index
261881a
..
05f9e97
100644
(file)
--- a/
scripts/model_tree.shader
+++ b/
scripts/model_tree.shader
@@
-29,7
+29,7
@@
cull none
deformVertexes wave 128 sin 0 1 0 0.4
{
map models/leaves6.tga
- alphaFunc GT0
+ blendFunc blend
rgbGen vertex
}
}
@@
-46,7
+46,7
@@
cull none
deformVertexes wave 128 sin 0 1 0 0.5
{
map models/leaves7.tga
- alphaFunc GT0
+ blendFunc blend
rgbGen vertex
}
}