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

Class d3dPickRecord

public final class d3dPickRecord {
  public byte bOpcode;
  public byte bPad;
  public int dwOffset;
  public float dvZ;
}

Returns information about picked primitives in an execute buffer for the GetPickRecords method.

See also d3dDevice.

Fields

bOpcode
Opcode of the picked primitive.
bPad
Pad byte.
dwOffset
Offset from the start of the execute buffer in which the picked primitive was found.
dvZ
Depth of the picked primitive.

The x- and y-coordinates of the picked primitive are specified in the call to the Pick method that created the pick records.

© 1996 Microsoft Corporation. All rights reserved.