Microsoft SDK for Java

Direct3dRMLightArray Class

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.