Irrlicht software renderer

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.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, I didn't see it. Glad it does work. Strange that there's a problem with other resolutions, though. No problem to pass it on. It's zlib licensed and available from a public web server :D
compound
Posts: 18
Joined: Sun Feb 24, 2008 12:38 pm

Post by compound »

not too sure why it is, was probably better that i run my screen 1920 X 1080 anyway then it will at least work on a HD Tv straight off.

thanks again.


edit: ive added the steps for this here http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=19948
compound
Posts: 18
Joined: Sun Feb 24, 2008 12:38 pm

Post by compound »

just wondering does this driver support double buffering? or will i have to write that support myself?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No double buffering. You'd have to alloc two times the screen size, render to the backbuffer, and tell the FB to change it's currently active window (via ioctl). My embedded devices don't have a double buffer, so I didn't bother with it.
Post Reply