Applications use the methods of the Direct3dLight Class of the com.ms.directX package to retrieve and set the capabilities of lights
public class Direct3dLight implements IDirect3dLight { // Methods public void getLight(D3dLightDesc light); public void setLight(D3dLightDesc light); }
Note This class does not provide an initialize method. Use the Direct3d.createLight()method to create and initialize Direct3dLight objects.