Hi, I’ve attached an image:
I got this “sun”, I’d like the point light to illuminate the silver rings on the INSIDE, but I can’t. I tried with radius and fall’off but I still don’t get it. Any suggestion?
light = new PointLight();
light.color = 0xff0000;
light.radius = .001;
light.fallOff = .5;
light.diffuse = 1;
light.specular = .3;
addChild(light);
Thanks in advance (: