yt-project is a nice toolkit for volumetric data.
But the dataset it used is a bit of complex, such as Enzo data.
So if I only want to volume render a simple 3d data via yt-project, how to load data?
The simple 3D data only contain the Coordinate(x, y, z) and the density of the point. just as follow:
[[x, y, z, density]
[x, y, z, density]
...]
Any help appreciate!