Jump to content

Multiple screens


photo

Recommended Posts

Dear all,

 

I have some questions for you :( :

 

1.-which is the best way to get a 3072*768 app with three screens?

 

2.-how can I run 2 or more instances at the same time?

 

3.-how can I build 3 viewports in the same window?

 

Thank you very much!

Link to comment

1.-which is the best way to get a 3072*768 app with three screens?

 

You can simply set the resolution via CLI options:

-video_mode -1 -video_width 3072 -video_height 768

 

and use AMD Eyefinity technology with 3 screens, for example.

 

2.-how can I run 2 or more instances at the same time?

 

You can run the application one more time, but it's not recommended due to performance problems.

 

3.-how can I build 3 viewports in the same window?

 

Use ObjectGui: https://developer.unigine.com/en/docs/1.0/code/scripting/library/objects/class.objectgui

Link to comment
  • 3 months later...
×
×
  • Create New...