protected var mLights: MutableList<ALight!>!
The lights that affect the material. Lights shouldn't be managed by any other class than Scene. To add lights to a scene call Scene#addLight(ALight)
Scene
Scene#addLight(ALight)