-
Notifications
You must be signed in to change notification settings - Fork 277
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
How we can get this efficiently running with lower computational power ? #22
Comments
The BarracudaRunner functionalities are the ones that require computational power. They are called every Update cycle at function "UpdateVNectModel()" from that script. I have been trying to call that function not every Update cycle, but once after some Update cycles. This way, we could decrease the lag at the cost of the model being updated with less frequency. However, I get this error when I try to reduce the frequency of the calls: " Would anyone have any idea on how to do it? |
Hi, does anyone have any update on this? |
Ok, guess I found a possible solution. If anyone is still interested, just let me know here and I can explain it. |
@alezuky Hello, I'm interested in your solution; I'm trying to get a proof of concept working using this on a mobile device so any tips are welcome |
How we can increase the fps and reduce the lag, on devices with less computational power(<=1050)?
The text was updated successfully, but these errors were encountered: