I have a problem with my fragment shader. I want to implement per frament lighting in 2d. I use distance function to measure distance to light source. to It works fine if my object is near to origin (0, 0). If my object is away from there (let's say (5000, 0)) then I have imprecision which is very visible. I tried highp but it didn't help. Which is a good way to measure distance from arbitrary point in model coordinates to fragment?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||
|