BabylonJS / Babylon.js

Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
http://www.babylonjs.com
Apache License 2.0
23k stars 3.41k forks source link

Improve teleportation parabolic ray #10591

Open RaananW opened 3 years ago

RaananW commented 3 years ago

The XR parabolic ray's distance calculation is not accurate under certain conditions. It is currently constructed from 2 points that are calculated based on the provided radius. The praabolic radius should be the max distance between the user and the end point, but it is right now the distance between the user and the first point in the air (from which another ray is sent until it hits the ground).

github-actions[bot] commented 5 months ago

This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".