PxGeometry* ConvexMeshGeometry::ToUnmanaged()
{
	PxConvexMeshGeometry* convexMesh = new PxConvexMeshGeometry();

	convexMesh->scale = MeshScale::ToUnmanaged(this->Scale);
	convexMesh->convexMesh = GetPointerOrNull(this->ConvexMesh);

	return convexMesh;
}
Example #2
0
 operator const CTSE_Info*(void) const
     {
         return GetPointerOrNull();
     }