DUAL SCREENS

Blitz3D Forums/Blitz3D Programming/DUAL SCREENS

Naughty Alien(Posted 2005) [#1]
..hi folks..I'm messing around with dual screens controlled by Blitz3D..since now I didnt find 'right' way to do that..what I'm trying to do is to separate window on to 2 monitors, so, on one will be full toolset, and on another one visual fullscreen with scene and all changes in it in real time..so, obviously I stuck with this...so, anyone had experiance with similar problem, or maybe know how to control dual monitors from Blitz3D ??


Picklesworth(Posted 2005) [#2]
Someone did this by setting the graphics width to span a long distance. It's not the right way, but supposedly it worked.


LAB[au](Posted 2005) [#3]
Set in the nview setup (if the card is nvidia) horizontal span, or in windows "extend my desktop to this monitor", then from blitz just call graphics3D 1600,600,32,1 and setup your viewport like you want.

That does it for me.