HighLight Node

Hello,



I am displaying a an object converted from .blend to .j3o (with its texture)



When this object is picked I would like to make it glow or highlight it, to show that it is picked (I am open to possible effect).



I tried to set a new material to the Node but it remove the current material with its texture…



What is the best way to do that ?



thanks !

Try adding a AmbientLight(maybee colored) to the Node of the model, that might work quite good.

1 Like

Thanks that makes the trick !