Applications use the methods of the Direct3dRMLightArray Class of the com.ms.directX package to organize light objects.
public class Direct3dRMLightArray implements IDirect3dRMLightArray { // Methods public Direct3dRMLight getElement(int index); public int getSize(); }
The Direct3dRMLightArray object is obtained by calling the getLights method.