Exemple #1
0
 public PxTriangleMeshGeometry(SWIGTYPE_p_physx__PxTriangleMesh mesh, SWIGTYPE_p_PxMeshScale scaling) : this(physxPINVOKE.new_PxTriangleMeshGeometry__SWIG_2(SWIGTYPE_p_physx__PxTriangleMesh.getCPtr(mesh), SWIGTYPE_p_PxMeshScale.getCPtr(scaling)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public PxTriangleMeshGeometry(SWIGTYPE_p_physx__PxTriangleMesh mesh) : this(physxPINVOKE.new_PxTriangleMeshGeometry__SWIG_3(SWIGTYPE_p_physx__PxTriangleMesh.getCPtr(mesh)), true)
 {
 }
Exemple #3
0
 public PxTriangleMeshGeometry(SWIGTYPE_p_physx__PxTriangleMesh mesh, SWIGTYPE_p_PxMeshScale scaling, SWIGTYPE_p_physx__PxFlagsT_physx__PxMeshGeometryFlag__Enum_uint8_t_t flags) : this(physxPINVOKE.new_PxTriangleMeshGeometry__SWIG_1(SWIGTYPE_p_physx__PxTriangleMesh.getCPtr(mesh), SWIGTYPE_p_PxMeshScale.getCPtr(scaling), SWIGTYPE_p_physx__PxFlagsT_physx__PxMeshGeometryFlag__Enum_uint8_t_t.getCPtr(flags)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }