You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both VoxelStream.load_voxel_block() and VoxelStream.save_voxel_block() have a parameter named origin_in_voxels. Confusingly, it does not take the origin in voxel coordinates, but rather in block coordinates. Specifying (16, 16, 16) will return block (16, 16, 16), rather than the block containing position (16, 16, 16).
The text was updated successfully, but these errors were encountered:
both
VoxelStream.load_voxel_block()
andVoxelStream.save_voxel_block()
have a parameter namedorigin_in_voxels
. Confusingly, it does not take the origin in voxel coordinates, but rather in block coordinates. Specifying(16, 16, 16)
will return block(16, 16, 16)
, rather than the block containing position(16, 16, 16)
.The text was updated successfully, but these errors were encountered: