Open stainedcreek opened 2 years ago
Why add 200 to the height of this line? Does the camera angle affect this parameter?
if not (downoid[0] > width or downoid[0] < 0 or downoid[1] > height+200 or downoid[1] < 0 )
Thanks for the answer.
Why add 200 to the height of this line? Does the camera angle affect this parameter?
if not (downoid[0] > width or downoid[0] < 0 or downoid[1] > height+200 or downoid[1] < 0 )
Thanks for the answer.