Open zwqnju opened 2 years ago
Why the height of ground plane is computed like this?
Your code: zz = (-plane[0] * xx - plane[1] * yy - plane[3]) / plane[2]
zz = (-plane[0] * xx - plane[1] * yy - plane[3]) / plane[2]
Why the height of ground plane is computed like this?
Your code:
zz = (-plane[0] * xx - plane[1] * yy - plane[3]) / plane[2]