You can use vtkExtractSurface to extract the outside shell of the volume and vtkTriangleFilter to change all cells to triangles. The resulting dataset will be compatible with what unity can display.
You can use vtkExtractSurface to extract the outside shell of the volume and vtkTriangleFilter to change all cells to triangles. The resulting dataset will be compatible with what unity can display.