This method of the Direct3dRMFrame Class removes a light from a frame and destroys it if it is no longer referenced. When a light is removed from a frame, it no longer affects meshes in the scene its frame was in.
public void deleteLight(Direct3dRMLight l);
l | The Direct3dRMLight object to be removed. |