home *** CD-ROM | disk | FTP | other *** search
/ Bitfellas Bitjam / bitfellasbitjamcdbitfellas2007.iso / interface / intro / particle.ps < prev    next >
Text File  |  2007-08-08  |  154b  |  5 lines

  1. sampler Particle;
  2. float4 main(float2 texCoord:TEXCOORD0, float color:TEXCOORD1, float a:COLOR): COLOR {
  3.     return(tex2D(Particle, texCoord) * color);
  4. }
  5.