Jump to content

2.19: missing SpiderVision viewport window mode


photo

Recommended Posts

Hello, the doc states that there should be a windowed borderless mode

https://developer.unigine.com/en/docs/2.19/principles/render/output/multi_monitor/spidervision_plugin/displays_setup?rlang=cpp#configure:~:text=the window size-,WindowBorderless,-— borderless OS window

But it's missing in the code:

enum WINDOW_MODE
{
	WINDOW_MODE_WINDOW,
	WINDOW_MODE_FULLSCREEN_FREE,
};

And it's also missing from the F10 setup window:

image.png.97d9e0ccbbfea506fd28e95ed7ebbbf3.png

This windowed borderless mode would be indeed very useful :)

  • Like 1
Link to comment

Hi Stephane,

Seems like a miss when exposing this enum to public API. Will be available in the upcoming release. Sorry for the inconvenience caused!

Thank you for reporting!

Link to comment
×
×
  • Create New...