How to render a non-affected light object

Hi all!! here is the question, how to disble the light just for one object and the rest keep affected by light, thanks in advance!

In Spatial there's a method called setLightCombineMode :


mySpatial.setLightCombineMode(LightCombineMode.Off);



By default, its set to Inherit.