home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bitfellas Bitjam
/
bitfellasbitjamcdbitfellas2007.iso
/
interface
/
intro
/
borders.ps
< prev
next >
Wrap
Text File
|
2007-08-06
|
201b
|
8 lines
float pos;
float color;
sampler2D texture1;
float4 main(float2 x:texcoord):color {
if((x.y < (.083 - pos)) || (x.y > (.667 + pos))) return(0);
else return(tex2D(texture1, x) * color);
}