Page 1 of 1

Textures in gray?

Posted: Sun Jan 02, 2011 9:03 pm
by SamCameron
Hi there, I'm testing the demo version, and when I'm trying to apply a texture into an object the texture looks good, but not the colors, it looks as desaturated texture, or gray, any idea why this happens? is it because the demo version?

Re: Textures in gray?

Posted: Sun Jan 02, 2011 9:24 pm
by matej
It depends on how you load an image;

* image -> RGB
* floatimage -> grayscale
* alphaimage -> A channel as grayscale

So, if you load a color image as floatimage, it will be grayscale.

Re: Textures in gray?

Posted: Sun Jan 02, 2011 10:16 pm
by SamCameron
Ohhh, thanks for the tip , now it works :-)