Lighting Problem...

I was wondering, is there a way to make a model or only some parts from his texture unaffected by the lights in a scenery?

THX!!!

Try:

model.setLightOff()

to turn off the effects of lighting for a particular model. To turn off lighting for just a part of a model, you’ll have to ensure that part is in its own node, and find that particular node.

David

Thanks, that did the trick! :slight_smile: