org.rajawali3d.materials / Material / mLights

mLights

protected var mLights: MutableList<ALight!>!
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)