diff options
Diffstat (limited to 'progs/vp/flr.txt')
-rw-r--r-- | progs/vp/flr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/flr.txt b/progs/vp/flr.txt new file mode 100644 index 0000000000..c33280da97 --- /dev/null +++ b/progs/vp/flr.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +TEMP R0; +ADD R0, vertex.color, {0.5}.x; +FLR result.color, R0; +MOV result.position, vertex.position; +END |