2 scenes in two windows?
Archives Forums/Blitz3D SDK Programming/2 scenes in two windows?
| ||
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 |
| ||
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! |
| ||
Bump. Any suggestions from the guys "in the know"? Thanks, Sunriser |
| ||
BitBlt? |
| ||
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. |