Closed xwojtuss closed 3 hours ago
error in intersect_plane
ND is < or > than 0 in that cases so we just needed to change the if statement from ND <= 0 to ND == 0
error in intersect_plane