f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Fullscreen related issues

Open mwestphal opened this issue 3 years ago • 1 comments

  • [ ] Linux fullscreen issue :
    Starting in fullscreen and then pressing L will not create a window of the right size
  • f3d cow.vtp -f
  • press f
  • window is 300*300
  • press f again window disapear
  • [ ] Linux fullscreen issue :
    Fullscreen with multiple screens cover both screens

  • [ ] Linux fullscreen issue :
    Starting in fullscreen and then pressing Escape segfaults

./bin/f3d --fullscreen
pres Escape
Segfault
  • [x] Windows full screen issue :
  • open f3d.exe without parameter
  • type f -> fullscreen
  • type f -> does not revert to original size but 300x300
  • [ ] MacOS fullscreen issue
  • f hotkey is not working
  • [ ] All os FullScreen issue :
  • f3d -f
  • H -> FullScreen is not enable
  • F -> stays in fullscreen

mwestphal avatar Nov 12 '21 21:11 mwestphal

more info here: https://gitlab.kitware.com/f3d/f3d/-/issues/130

mwestphal avatar Nov 12 '21 21:11 mwestphal

Related issue: https://gitlab.kitware.com/vtk/vtk/-/issues/9087

mwestphal avatar Sep 25 '22 09:09 mwestphal

vtkXOpenGLRenderWindow::SetFullScreen is too broken to be usable and this feature is not essential. It seems simpler to just remove the option altogether.

mwestphal avatar Sep 25 '22 09:09 mwestphal