particles and light influence

Hi Buddies

I create a “splash hit” particle in particle panel, save it and ready to use.
Then when i put it in my scene the particle´s color react with lights making a undesireable shadow effect.

I try ParticleEffect.clearLight() and ParticleEffect.clearLight(pointlight) and nothing. I try else node.clearLight() and node.clearLights() in node where particle start and nothing again.

How to avoid this?
Thanx

Not entirely sure what you’re describing, but maybe you want nodePath.setLightOff()?

David

Humm … gotcha ! setLightOff() works very fine.
Thanx