Stencil buffer disabled !?!?!

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.
Acki

Post by Acki »

Phunk wrote:hmm, just compiled the irrlicht source with
if (StencilBuffer &&
(!(Caps.StencilCaps & D3DSTENCILCAPS_DECR) ||
!(Caps.StencilCaps & D3DSTENCILCAPS_INCR) ||
!(Caps.StencilCaps & D3DSTENCILCAPS_KEEP)))
{
os::Printer::log("!Device not able to use stencil buffer, disabling stencil buffer.", ELL_WARNING);
//StencilBuffer = false;
}
(just commented out StencilBuffer = false;)
Well, I tried to recompile the source, too...
It doesn't work, because I don't have any DX-SDK installed...

Maybe you can mail me your recompiled irrlicht.dll (the .lib file too, if I do need it) ???

A_Buschhueter@gmx.de

please, help me !!! ;)

CU, Acki
Phunk
Posts: 78
Joined: Sun Dec 14, 2003 8:18 pm
Location: The Netherlands

Post by Phunk »

thats ok, but my version compiled as a release is 1MB!, dunnow why, but keep in mind that it is kinda big for mail, so if you confirm that you want it, I'll send it
Greets, Robin
(PS: it also has some alpha functions for cubemapping im working on, but then I would have to include the include files, do you want them also?)
Acki

Post by Acki »

Well I just own a 15.500 modem, but 1 MB I can bear... ;)

If the file isn't to large for you to send, please send it to me !!!

Because I have to download the dx sdk 8 & 9, it would be more than 500 MB !!!

Thanks very much !!!
Acki
Serg Nechaeff
Posts: 162
Joined: Wed Nov 26, 2003 5:24 pm
Location: Europe

Post by Serg Nechaeff »

I guess you may get sdk from microsoft for free (you just pay for a cd and a shipping fee)
http://www.javazing.com
P-III-950, WinXP, GeForce FX5600 128 MB ForceWare 52.16, DX9, Eclipse IDE, JRE 1.6
Guest

Post by Guest »

It should have arrived now, Acki, so good luck. (it is version 0.6!)
Acki

Post by Acki »

Serg Nechaeff wrote:I guess you may get sdk from microsoft for free (you just pay for a cd and a shipping fee)
Yes, but it's very large, for modem access... ;)
Post Reply