; I-Imagine Xbox Bone Shadow Shader ; ; Author: Dan Wagner ; ; v0 = position x,y,z ; v5 = diffuse color ; v7 = texture coordinates tu, tv ; ; c[88]..c[91] = concatanated world, view, projection matrix xvs.1.1 m4x4 oPos, v0, c88 ;transform the position mov oD0, v5 ;copy over the color mov oT0, v7 ;copy over the texture coordinate