Lightmaps dont show in 32bit on some machines

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Ishtm
Posts: 37
Joined: Mon May 09, 2005 8:03 pm

Lightmaps dont show in 32bit on some machines

Post by Ishtm »

I have a scene with Lightmaps, in my machine i saw ok, but in other with
good video cards... NVIDIA, Ati don't see lightmaps with 32 bit of colors even
I forced texture creation to 32Bit Flag.

if anywone know... help please!
Murphy
Posts: 290
Joined: Mon Dec 13, 2004 12:06 am
Location: United States
Contact:

Post by Murphy »

I'm pretty sure that with both nVidia and ATI drivers, the advanced settings in the control panel can override application settings if they're set to.
Guest

Post by Guest »

Which mesh/lightmap format are you using firstly? are you checking caps and printing a log to check sucessful loading of lightmaps (or embedded?) etc?
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

ATI don't have 32 bit, they have 24 bit IIRC.
Ishtm
Posts: 37
Joined: Mon May 09, 2005 8:03 pm

Post by Ishtm »

I use 3dsmax and RTT, as far as I know 3dmax don't let you choice other image type than .tga 32bit
I finally put the flag of texture creation ETCF_OPTIMIZED_FOR_QUALITY true and get it better.
Post Reply