Package com.ms.com.directX |
|
 Previous |
 Microsoft Packages |
 Index |
 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.