16 bit vs 32 bit ??

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.
Post Reply
AMAZINGAHMED
Posts: 8
Joined: Thu Apr 28, 2005 12:19 pm
Location: Egypt

16 bit vs 32 bit ??

Post by AMAZINGAHMED »

hi
i have a little problem.
when i initialize my device lke this:
device=createDevice(EDT_DIRECTX8,dimension2d<s32>(resolutionX,resolutionY),16,true,true,true,&receiver);
i get darker colors than normal but the textures become smooth.

and when i do this:
device=createDevice(EDT_DIRECTX8,dimension2d<s32>(resolutionX,resolutionY),32,true,true,true,&receiver);
i get bright colors but the textures are badly mapped

so i was wondering how do i get smoothly mapped textures and bright colors?? why does the 16 bit make it dark? :?:

note: i use MaterialType=EMT_REFLECTION_2_LAYER

thanks
THERE IS ALWAYS A FIRST TIME
Post Reply