Microsoft SDK for Java

D3dPickRecord Class

The D3dPickRecord Class of the com.ms.directX package returns information about picked primitives in an execute buffer for the getPickRecords method.

public final class D3dPickRecord
{
  // Fields
  public int offset;
  public byte opcode;
  public byte pad;
  public float z;
}

See Also

Direct3dDevice.

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