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

Adjust Raycast interval #26

Open
thkruz opened this issue Dec 18, 2023 · 3 comments
Open

Adjust Raycast interval #26

thkruz opened this issue Dec 18, 2023 · 3 comments
Labels
performance applied to issues relative to performance problems

Comments

@thkruz
Copy link

thkruz commented Dec 18, 2023

Selecting the debris group makes the whole app totally unresponsive for me. onHover is taking ~350ms and firing every frame. It looks like it is the raycast issue I was mentioning here #20 (comment)_

@ajmas
Copy link
Owner

ajmas commented Dec 19, 2023

I'll look at addressing issue #20 first and if this is still an issue after, then we can see what else can be done to address the performance hit of the debris group, beyond disabling it completely.

@ajmas ajmas added the performance applied to issues relative to performance problems label Dec 20, 2023
@ajmas
Copy link
Owner

ajmas commented Jan 8, 2024

This happens for the Starlink group as well, so as soon as a group has more than a certain number of objects this becomes an issue.

@ajmas ajmas changed the title Debris Group Adjust Raycast interval Jan 8, 2024
@ajmas
Copy link
Owner

ajmas commented Jan 8, 2024

We will use this ticket to adjust the raycast interval and then open any other tickets to address other performance problems and solutions.

ajmas added a commit that referenced this issue Jan 8, 2024
ajmas added a commit that referenced this issue Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance applied to issues relative to performance problems
Projects
None yet
Development

No branches or pull requests

2 participants