PDA

View Full Version : Material's color



Jonne
06-09-2006, 12:27 PM
Hello.

How can I change materials color? I have loaded full white texture to material library.
I tried to change ambient, diffuse, emission and specular colors in back properties and also front properties, but texture remains white.

fire.tiger
13-10-2006, 09:35 AM
Hello.

How can I change materials color? I have loaded full white texture to material library.
I tried to change ambient, diffuse, emission and specular colors in back properties and also front properties, but texture remains white.

to which object did you loaded texture? sphere, cube?
If you loaded texture, then, the object color can affect mainly
emission parameter.for example:

sphere1.material.frontproperties.emission.aswincol or := clWhite;

try it..