A small area that is lit up

I am trying to make a small area that has visible white light on it, but everything around it is dark. Would i use bloom and glow effects to achieve this? Any help is appreciated, thanks.

Maybe you can use PointLight.setRadius()?

How would i adjust how bright the light is? Cause I want the light to turn when user clicks and then the area lights up a lot, so you can see everything under the light easily.

there are Java docs for all JMe3 classes, heres the light ones:

http://hub.jmonkeyengine.org/javadoc/com/jme3/light/package-summary.html



i still think .setRadius() would affect influence of pointlight, you can also set the colour darker/alpha

Thanks for the link, very informative.