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
For large point clouds (>10000) the game thread hangs for some time. When comparing the distance driven by using the current velocity and the distance covered in the simulator, these will start to deviate.
Using the async line trace function will allow the gamethread and it's physics to keep running at a constant rate amd reduce/eliminate this issue
Smaller Details:
I found an article where they explain how to use it. Unfortunately I don't know much about unreal engine, so I have no custom implementation.
Nature of Request:
Change
Why would this feature be useful?
This would increase the performance of the simulator and make it easier for people to use larger pointclouds without the drawbacks of having the simulator slowing down as much as it is doing now.
The text was updated successfully, but these errors were encountered:
What feature are you suggesting?
Overview:
For large point clouds (>10000) the game thread hangs for some time. When comparing the distance driven by using the current velocity and the distance covered in the simulator, these will start to deviate.
Using the async line trace function will allow the gamethread and it's physics to keep running at a constant rate amd reduce/eliminate this issue
Smaller Details:
I found an article where they explain how to use it. Unfortunately I don't know much about unreal engine, so I have no custom implementation.
Nature of Request:
Why would this feature be useful?
This would increase the performance of the simulator and make it easier for people to use larger pointclouds without the drawbacks of having the simulator slowing down as much as it is doing now.
The text was updated successfully, but these errors were encountered: