Game Development Community

Sun color is not applied on shapes 1.0.3

by Pavel Tovarys · in Torque Game Engine Advanced · 10/15/2007 (4:22 pm) · 1 replies

Hi,

I have a problem with sun light - the sun color is not applied on shapes and I have no idea why. Only
the ambient color is applied to shapes. I don't use any material for the shapes and I don't scale them.
Both ambient and sunlight color are applied on terrain well. Any idea how to fix it?


Thank you,
Tovy..

#1
10/16/2007 (11:19 am)
When I set
receiveLMLighting = 0;
to shapes, I solved my problem :) Sorry for that. Thanks.