Archive 17/01/2023.

Executable Examples Run in Windowed Mode

Valdar

Hi All,

Urho noob here. I’ve just started evaluating Urho 3D and I must say I’m impressed with the functionality of such a lightweight package. I have cloned and compiled the source successfully, but i have an “issue” that I can’t seem to find an answer for.

Any of the compiled examples run in what appears to be a 1028x768 window, although my screen resolution is 1920x1080. In the Engine initialization and main loop docs it says FullScreen (bool) Whether to create a full-screen window. Default true.

If I run any angelscript example through the Urho3dPlayer, it runs full-screen. I’ve searched the forum, and had a cursory look at the code for a graphic setting, but no joy in either case. Is this as intended, or do I have something wrong somewhere? Any help appreciated and thanks in advance.

Miegamicis

All samples are launched with fullscreen mode off:

Also 1024x768 is the default resolution for all the graphics interfaces:

Valdar

Brilliant! That’s exactly what I was looking for (obviously not looking in the right place) :slight_smile:

Thanks Miegamicis