Multiscreen surfaces?

Archives Forums/Blitz3D SDK Programming/Multiscreen surfaces?

Dazza(Posted 2007) [#1]
A few questions that might answer this for anyone who already owns the SDK.

I understand that you render to a 'canvas' which is usually a .NET Windows Forms panel, etc.

Is it possible to render to more than 1 canvas by invoking the engine twice?

I'm interested in trying this combined with positioning in code of the canvas'. it should be possible to produce code that supports multiple monitors.

Has anyone tried this yet?


skidracer(Posted 2007) [#2]
If you are talking about viewing a single camera spread across multiple panels I think the viewport command may need some tweaking to get the split to align correctly.