Advertisement
Ember

old shader

Apr 6th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ps.1.4
  2. def c0, 0.3, 0.6, 0.1, 1
  3. def c1, 0, 0, 0, 1
  4. def c2, 1, 1, 1, 1
  5. texld r0, t0
  6. mov r2, r0
  7. cnd r1, r0,c2,c1
  8. cmp r0.rgb, r1_bias,c2,r0
  9. mul r0.rgb, r0,r2
  10. dp3_sat r1.rgb, r0,c0
  11. lrp r0.rgb, c0.g,r0,r1
  12. mul r0.rgb, r0,v0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement