PxVehiclePvdAttributesCreate

Defined in include/vehicle2/pvd/PxVehiclePvdHelpers.h

PxVehiclePvdAttributeHandles *PxVehiclePvdAttributesCreate(PxAllocatorCallback &allocator, OmniPvdWriter *omniWriter)

Create the attribute handles necessary to reflect vehicles in omnipvd.

Note

omniWriter must be a valid pointer to an instance of OmniPvdWriter.

Parameters
  • allocator[in] is used to allocate the memory used to store the attribute handles.

  • omniWriter[in] is used to register the attribute handles with omnipvd.