The "ChainLight" Class has a parameter in its constructor which is called "rayDirection":
ChainLight(rayHandler, rays, Color, distance, rayDirection, float[] vertices)
Apparently, if it is set to "1", the light direction is left and if it is "-1", the light direction is right.
Question: Is there a way to make it emit light in ALL directions (including up and down) without creating new instances?