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

Class d3drmPickDesc

public final class d3drmPickDesc {
  public int ulFaceIdx;
  public int lGroupIdx;
  public float xpos;
  public float ypos;
  public float Zpos;
}

Contains the pick position and face and group identifiers of the objects retrieved by the GetPick method.

See also d3drmPickedArray.

Fields

ulFaceIdx
Face index of the retrieved object.
lGroupIdx
Group index of the retrieved object.
xpos, ypos, and Zpos
Value describing the position of the retrieved object.


© 1996 Microsoft Corporation. All rights reserved.