fallback to software-renderer without reloading?

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
max6666north
Posts: 15
Joined: Fri Jun 03, 2011 9:35 am

fallback to software-renderer without reloading?

Post by max6666north »

Hi

is it possible to switch from opengl device to software-renderer without reloading the scene?

thx
max
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Re: fallback to software-renderer without reloading?

Post by Iyad »

No, you actually have to delete and recreate a new device (new video driver, new scene manager, etc) ...
You could save all your pointers to your meshes and textures, but you have to call the new scene manager and video driver to load them.
#include <Iyad.h>
Post Reply