ps_2_0
// maps texture on spheres
//  tex0 - u
//  tex1 - v
//  tex2 - map
dcl t0
dcl_2d s0
dcl_2d s1
dcl_2d s2
texld r0,t0,s0
texld r1,t0,s1
mov r0.y,r1.y
texld r0,r0,s2
mov oC0,r0
