projects
/
xonotic
/
xonotic-maps.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15a3c1
)
removed alphafunc from shader, and addded blendfunc
author
cbrutail <ruszkai.akos@gmail.com>
Wed, 15 Jun 2011 07:15:42 +0000
(09:15 +0200)
committer
cbrutail <ruszkai.akos@gmail.com>
Wed, 15 Jun 2011 07:15:42 +0000
(09:15 +0200)
scripts/model_tree.shader
patch
|
blob
|
history
diff --git
a/scripts/model_tree.shader
b/scripts/model_tree.shader
index 261881a24063fac6d0290d1228c489ffd270b698..05f9e97764b0199368ce063c43a4fef06e7c7eaa 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
}
}