home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bitfellas Bitjam
/
bitfellasbitjamcdbitfellas2007.iso
/
interface
/
intro
/
particle.ps
< prev
next >
Wrap
Text File
|
2007-08-08
|
154b
|
5 lines
sampler Particle;
float4 main(float2 texCoord:TEXCOORD0, float color:TEXCOORD1, float a:COLOR): COLOR {
return(tex2D(Particle, texCoord) * color);
}