Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3dLightData

public final class d3dLightData {
  public int dwSize;
  public byte[] lpIn;
  public int dwInSize;
  public byte[] lpOut;
  public int dwOutSize;
}

Describes the points to be lit and resulting colors in calls to the LightElements method.

See also d3dViewport.

Fields

dwSize
Size, in bytes, of this class.
lpIn
Array variable specifying the input positions and normal vectors.
dwInSize
Amount to skip from one input element to the next. This allows the application to store extra data inline with the element.
lpOut
Array variable specifying the output colors.
dwOutSize
Amount to skip from one output color to the next. This allows the application to store extra data inline with the color.


© 1996 Microsoft Corporation. All rights reserved.