LLFF icon indicating copy to clipboard operation
LLFF copied to clipboard

Awkward flickering while using opengl_viewer

Open hubert0527 opened this issue 4 years ago • 2 comments

Thanks for sharing your code!

I have built the environment without any issue, and the results generated from cuda_renderer looks perfect to me. However, when I turn to use opengl_viewer, I found that some parts of the MPIs keep appearing and disappearing when I move my mouse, which causes annoying flickering. Do you have idea on what is happening? Thanks!

hubert0527 avatar Dec 04 '19 20:12 hubert0527

Is the flickering at the edges of the window? If so it's probably because the set of MPIs being used to render the new view switches as the new view pose moves around. The cuda renderer avoids this by reducing the field of view 20%.

bmild avatar Dec 07 '19 00:12 bmild

Thanks for the reply! Yes but no, in most cases, the flicking happens on the edges of the window, but in some cases, it happens in the view. However, as those cases happen on the edges of some MPIs, I feel like it is possible due to the same rendering behavior you mentioned.

It seems like cuda rendering is more stable than OpenGL?

hubert0527 avatar Dec 07 '19 02:12 hubert0527