Public Types | Public Attributes | List of all members
PxContactHeader Struct Reference

Base header structure for compressed contact data. More...

#include <PxContact.h>

Inheritance diagram for PxContactHeader:
Inheritance graph
[legend]

Public Types

enum  PxContactHeaderFlags {
  eHAS_FACE_INDICES = 1,
  eMODIFIABLE = 2,
  eFORCE_NO_RESPONSE = 4,
  eHAS_MODIFIED_MASS_RATIOS = 8,
  eHAS_TARGET_VELOCITY = 16,
  eHAS_MAX_IMPULSE = 32
}
 

Public Attributes

PxU16 totalContactCount
 Total contact count for entire compressed contact stream. More...
 
PxU16 flags
 The flags. More...
 

Detailed Description

Base header structure for compressed contact data.

Member Enumeration Documentation

Enumerator
eHAS_FACE_INDICES 

Indicates this contact stream has face indices.

eMODIFIABLE 

Indicates this contact stream is modifiable.

eFORCE_NO_RESPONSE 

Indicates this contact stream is notify-only (no contact response).

eHAS_MODIFIED_MASS_RATIOS 

Indicates this contact stream has modified mass ratios.

eHAS_TARGET_VELOCITY 

Indicates this contact stream has target velocities set.

eHAS_MAX_IMPULSE 

Indicates this contact stream has max impulses set.

Member Data Documentation

PxU16 PxContactHeader::flags
PxU16 PxContactHeader::totalContactCount

Total contact count for entire compressed contact stream.


The documentation for this struct was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com