Microsoft SDK for Java

D3dRMPickDesc Class

The D3dRMPickDesc Class of the com.ms.directX package contains the pick position and face and group identifiers of the objects retrieved by the getPick method.

public final class D3dRMPickDesc
{
  // Fields
  public int faceIdx;
  public int groupIdx;
  public float x;
  public float y;
  public float z;
}

See Also

Direct3dRMPickedArray

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