Stencil buffer doesn't work in fullscreen

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Snake
Posts: 9
Joined: Sun Jan 08, 2006 2:15 am

Stencil buffer doesn't work in fullscreen

Post by Snake »

I noticed a very curious thing: real time shadows with the stencil buffer won't work in any full screen video mode. Also Special Fx demo behaves so, so I am sure it's not a bug in my coding.
Now, is it a bug (it would be a GREAT bug) or I missed some step? thanks!!
La vita è una tempesta, prenderlo nel culo è un lampo!
GueZt

Post by GueZt »

Stencil buffer in fullscreen works fine on my case both in
DX and OGL, just curious what irrlicht version you are using,
and video card type?
Guest

Post by Guest »

I am using irrlicht version 0.14, and I have an GeForce 4 MX.
Probably the problem is my videocard, cause I noticed in the console that irrlicht says that "depth stencil buffer is not compatibile with video format", or something like that, everytime I start the program in full screen mode :(
pfo
Posts: 370
Joined: Mon Aug 29, 2005 10:54 pm
Location: http://web.utk.edu/~pfox1

Post by pfo »

depth stencil buffer is not compatibile with video format
Try messing with your bit depth, try setting it to 16 or 32 and see if it works then.
Rambus
Posts: 96
Joined: Thu Nov 24, 2005 4:56 pm
Location: Canada
Contact:

Post by Rambus »

On my older graphics card, I have noticed the same thing. But frame rates in windowed mode with shadows are so low it's pointless to even run them.

Mind you, even on my high end graphics card I take a huge hit with shadows. In the order of 800 fps, but the game is still at acceptable frame rates of 500+.
boboS
Posts: 188
Joined: Tue Oct 18, 2005 6:36 pm
Location: Romania

Post by boboS »

Right..same problem here. With my GeForceMX real time shadow wont work at all (16/32) in the fullscreen
may the *g force be with us.[/b]
As your ship is going down
ll stand by and watch you drown
boboS
Posts: 188
Joined: Tue Oct 18, 2005 6:36 pm
Location: Romania

Post by boboS »

By the way this should be a bug cause others application(non-Irrlicht) work with realtime shadows in fullscreen mode.
As your ship is going down
ll stand by and watch you drown
Post Reply