Multiple Viewpanes in D3D
Is there any way to have Direct3D8 display to multiple panes at once, or at least some way to have it switch panes during the execution of a program?
This is what I want to do:
I have a level editor that has a 3d workspace where you draw the level out. To the side, I would like to have additional view panes to show the currently selected thing to draw, a list of the different tiles that can be selected, and a list of the various objects that can be placed. If need be, I suppose I could find a way to integrate these into the main view, but it would probably look odd.
But I do need a way to switch over to a new window when the user selects to go to the object editor so they can see the objects they are working on.