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
I press 'Wait' button, and wait a short while. it works normally.
I don't know why this window pops up.
This is part of the output in the terminal when the program blocks. submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 4) u_color /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 5) u_scale /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 6) u_active_point /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 7) u_rotation
The text was updated successfully, but these errors were encountered:
What size is your point cloud? That window pops up because the main thread is busy doing something else and can't get to the rendering/windowing tasks in time.
Run ./studio ./data/cloud.ply
I press 'Wait' button, and wait a short while. it works normally.
I don't know why this window pops up.
This is part of the output in the terminal when the program blocks.
submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 4) u_color /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 5) u_scale /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 6) u_active_point /submodules/bgfx/bgfx/src/bgfx_p.h (4636): BGFX Creating uniform (handle 7) u_rotation
The text was updated successfully, but these errors were encountered: