Hello Guest

Author Topic: How can I change tint of all sprites globally?  (Read 18111 times)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
How can I change tint of all sprites globally?
« on: February 06, 2012, 09:30:29 pm »
The built in shaders do not support a global tint value - they use vertex colors to tint individual sprites while still maintaining good draw call count. Use the attached shaders when you need a global tint value, for example, to fake a day-night cycle.