ClearVolume / clearvolume

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.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
43 stars 11 forks source link

VoxelSizeZ ignored bluntly! #18

Closed fjug closed 9 years ago

fjug commented 9 years ago

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.

royerloic commented 9 years ago

fixed