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
{{ message }}
This repository has been archived by the owner on May 4, 2024. It is now read-only.
The framerate drops significantly when the number of LIDAR scans is large. Consider batching the line trace queries or find a way to parallelize them.
Currently all such queries are executed in the main thread. Locking issues may exist as the raytracing locks the Unreal World.
The text was updated successfully, but these errors were encountered: