Search found 1 match

by drcreep
Thu Feb 16, 2012 11:53 am
Forum: Beginners Help
Topic: multiple openGL irrlichtDevice
Replies: 42
Views: 29973

Re: multiple openGL irrlichtDevice

Hi, i m trying to render two scenes in two qt widgets with irrlicht 1.7.2 on linux. What i did is: - save the current ExposedVideoData after device creation in the widget instance       m_device = irr::createDeviceEx( params );     m_exposedVideoData = m_device->getVideoDriver()->getExposedVideoData...