ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
Other voxel sizes might also not work, but for Z I confirm by:
cv.setVolumeDataBuffer( c, ByteBuffer.wrap( bytes ), sizeX, sizeY, sizeZ, voxelSizeX, voxelSizeY, voxelSizeZ ); System.out.println( ">>>>> " + voxelSizeZ );
Sysout shows e.g. 2.0 all the time, but shown volume gets super flat.