Closed stefanvonderkrone closed 9 years ago
I had the problem, that a repeating background texture suddenly ends within the viewport at a certain scaling of the viewport. Fixed it by increasing the range of texture repetition by the p.repeatH as well as p.repeatW
p.repeatH
p.repeatW
Good fix -thanks @stefanvonderkrone
You're welcome :)
I had the problem, that a repeating background texture suddenly ends within the viewport at a certain scaling of the viewport. Fixed it by increasing the range of texture repetition by the
p.repeatH
as well asp.repeatW