2 scenes in two windows?

Archives Forums/Blitz3D SDK Programming/2 scenes in two windows?

Sunriser(Posted 2009) [#1]
Is it possible to have the same scene being rendered in two different VS 2008 C# form pictureboxes simultaneously?

There must be a way but I can't seem to get them running at the same time.

Please, provide a code snip of how to initialize each window. I just purchased Blitz SDK today and still a noob.

Thanks,

Sunriser


rs22(Posted 2009) [#2]
I would really like to know how to do this as well, but I'm not entirely sure it's possible at all....

Sorry this message doesn't give you any help!


Sunriser(Posted 2009) [#3]
Bump. Any suggestions from the guys "in the know"?

Thanks,

Sunriser


kfprimm(Posted 2009) [#4]
BitBlt?


Beaker(Posted 2009) [#5]
As far as I know you can only do one window at a time. You might be able to have two C# apps communicating with each other, each with there own b3dsdk window. Not sure.