More to do to enable 32 bit?

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
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

More to do to enable 32 bit?

Post by VeneX »

I have:

Code: Select all

IrrlichtDevice *device = createDevice(video::EDT_DIRECTX9, core::dimension2d<s32>(1024, 768), 32, true, true);
When I use DIRECTX8, you can see the angles of the skybox.
With DIRECTX9 this is no more but it looks like 16 bit (just as DIRECTX8).
Do I have to do more to enable 32 bit?
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Code: Select all

driver->setTextureCreationFlag(ETCF_OPTIMIZED_FOR_QUALITY,true );
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

Thanks it works perfect now!
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Post Reply