xtk - Some total noob questions on volume rendering -


i have been asked provide 3d visualisation of data prototype of new type of scanner.

the data provided me cube of voxels. each voxel data structure who's exact contents yet determined.

it seems xtk might base on tackle problem, i'm total noob in area, have pretty fundamental questions...

1) i'm having trouble finding simple explanations of various file formats xtk supports - (if any) represent cubes of voxels?

2) those, file formats specify data structure each voxel? how tackle rendering file had arbitrary data structure? ( ie if, say, each voxel contained numerical measurement of "foo" @ location - how go getting xtk render vizualization)

apologies noob questions - pointers in right direction gratefully received.

here list of supported file formats: https://github.com/xtk/x/wiki/x:fileformats

the formats under "dicom/volume files" ones want. support different data types voxels (sint, uint, float, double etc.).

xtk converts numerical values of each voxel grayscale , renders them.