Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle for Terrain collision detection, to disable it #5004

Open
birkskyum opened this issue Nov 6, 2024 · 0 comments
Open

Toggle for Terrain collision detection, to disable it #5004

birkskyum opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement New feature or request PR is more than welcomed Extra attention is needed terrain

Comments

@birkskyum
Copy link
Member

birkskyum commented Nov 6, 2024

Suggested here by @Samarth1696

I would like to disable this feature for the use case for aircraft. Currently motion control works with jumpTo() in every frame. From what I have seen from my work of motion control that the camera goes under the terrain regardless of elevateCameraIfInsideTerrain is being called, this is because of jumpTo() I think. This feature would be correct for the use case for normal users but things might go wrong for aircraft motion control use case.

We can have a on and off switch for this feature where the user can choose between going under the terrain and not going under it. I know for the default UX no one wants to go under the Terrain but we have to find a solution for the aircraft use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR is more than welcomed Extra attention is needed terrain
Projects
None yet
Development

No branches or pull requests

2 participants