home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / interpolate-cast.vs < prev    next >
Text File  |  2004-06-18  |  479b  |  29 lines

  1. vs_1_1
  2.  
  3. ; c13: x=inter1X2 y=inter1X1 z=inter2X2 w=inter2X1
  4. ; c14: x=interY1 y=interY2
  5.  
  6. dcl_position0 v0
  7. dcl_position1 v1
  8. dcl_position2 v2
  9. dcl_position3 v3
  10. dcl_normal0 v4
  11. dcl_normal1 v5
  12. dcl_normal2 v6
  13. dcl_normal3 v7
  14. dcl_color v8
  15. dcl_texcoord v9
  16.  
  17. mul r0, v0, c13.y
  18. mad r0, v1, c13.x, r0
  19. mul r1, v2, c13.w
  20. mad r1, v3, c13.z, r1
  21. mul r0, r0, c14.x
  22. mad r0, r1, c14.y, r0
  23. ; r0 = interpolated object space position
  24.  
  25. m4x4 oPos, r0, c0
  26. mov oT0, v9
  27. mov oD0, v8
  28.  
  29.