Open Gooda11 opened 1 week ago
Hello!
settings.voxelSize = mr.Vector3f( )
means mr.Vector3f( 0, 0, 0 )
which is not valid values in this case. You need to specify positive voxel size
Hello, I have specified the number(I didn’t show here). And I can get the results I want . It is just the (x,y) has changed 在 2024年11月5日,10:39,Grant Karapetyan @.***> 写道: Hello! settings.voxelSize = mr.Vector3f( ) means mr.Vector3f( 0, 0, 0 ) which is not valid values in this case. You need to specify positive voxel size
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Could you please attach an example how to reproduce the issue?
Hello, I have sent the example to '"MeshInspector Support" support@meshinspector.com'. Thanks a lot!
Hello, I was uploading my tiff files using 'settings.voxelSize = mr.Vector3f( )' and 'volume = mr.loadTiffDir(settings)'. Then, I got a 3D volume. But the coordinates have changed. How can I avoid this, i.e., I want to keep the (x,y) coordinates from my tiff file in the created volume. Thanks a lot