Ejemplo n.º 1
0
PxGeometry* ConvexMeshGeometry::ToUnmanaged()
{
	PxConvexMeshGeometry* convexMesh = new PxConvexMeshGeometry();

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

	return convexMesh;
}
Ejemplo n.º 2
0
 operator const CTSE_Info*(void) const
     {
         return GetPointerOrNull();
     }