You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's a dumb implementation that uses 5 m radius check for obstacles at the spawn point. This might work well for cars, but it might be an issue for bigger helicopters (as their model center might be outside check radius, but blades will still be in range) or planes (which we don't have at the moment).
It should get replaced at some point, sizeOf was proposed during initial implementation in #63, but it's not ideal.
Currently there's a dumb implementation that uses 5 m radius check for obstacles at the spawn point. This might work well for cars, but it might be an issue for bigger helicopters (as their model center might be outside check radius, but blades will still be in range) or planes (which we don't have at the moment).
It should get replaced at some point,
sizeOf
was proposed during initial implementation in #63, but it's not ideal.The text was updated successfully, but these errors were encountered: