rerun a closed device

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
lancer_xjb
Posts: 11
Joined: Wed Mar 31, 2010 9:30 am

rerun a closed device

Post by lancer_xjb »

I have two devices.First,device-One runs,and then it closes and device-Two runs. But now, I need to close the device-Two and rerun the device-One. How to accomplish it?
yestoday is a history,tomorrow is a mystery,but today is a gift.That's why we call it the present.
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

If you have truly closed the first device, it is gone. The only way to get it back would be to simply recreate it. If you are trying to make a program that is constantly using two devices; then just make two devices and use their specific drivers, scene managers, etc.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Re: rerun a closed device

Post by Virion »

lancer_xjb wrote:I have two devices.First,device-One runs,and then it closes and device-Two runs. But now, I need to close the device-Two and rerun the device-One. How to accomplish it?
create device 3
estamisu
Posts: 15
Joined: Thu Mar 18, 2010 12:06 am

Post by estamisu »

Hi Lance_xjb

Did you solve your problem Cause I have a problem also as like you

If You did Give me advice
Post Reply