Can i do this somehow?

Archives Forums/Blitz3D SDK Programming/Can i do this somehow?

Leon Drake(Posted 2008) [#1]
i'm writing a gui app using b2d for directx and minib3d for Opengl. Its really easy for me to make multiple viewports on different tabs in my editor to show various different things with minib3d. Is there anyway i can get the B3dsdk to show its viewport on more than one panel gadget?


Moraldi(Posted 2008) [#2]
I think it is not possible :(


Leon Drake(Posted 2008) [#3]
yea so far no luck. the closest i can do is copy the buffer to a tpixmap and draw it to a panel but i wont get realtime results with that method.