Game Development Community

light`s color corrected in Constructor but change in the TGEA

by FanZhang · in Artist Corner · 07/17/2009 (3:19 am) · 2 replies

when i put a Torque light in constructor and change the light color to red or others,it could work fine in the construcor`s view ,but after i import the model into the torque the light`s color change to blue or other strange color,what`s the matter?How to fix it?Thanks:)

#1
07/17/2009 (6:46 am)
It's best not to use the internal lights in constructor, but to instead place lights using the world editor.
#2
07/17/2009 (7:58 pm)
ok,Thank you :)