Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

kil-pos.txt 167B

123456789
  1. !!ARBfp1.0
  2. TEMP R0;
  3. SUB R0.xy, fragment.position, {125}.x;
  4. MOV R0.zw, {0}.x;
  5. DP3 R0, R0, R0;
  6. SUB R0.x, R0, {10000}.x;
  7. KIL -R0.x;
  8. MOV result.color, fragment.color;
  9. END