PxCreateOmniPvd
Defined in include/omnipvd/PxOmniPvd.h
-
physx::PxOmniPvd *PxCreateOmniPvd(physx::PxFoundation &foundation)
Creates an instance of the OmniPvd object.
Creates an instance of the OmniPvd class. There may be only one instance of this class per process. Calling this method after an instance has been created already will return the same instance over and over.
- Parameters
foundation – Foundation instance (see PxFoundation)
- Returns
PxOmniPvd instance on succes, NULL otherwise.