SoMLVoxelToWorld¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The module SoMLVoxelToWorld transforms the Open Inventor scene using the world-to-voxel matrix of the connected ML image.
A point drawn afterward will appear as a world point transformed within the voxel coordinate system of the attached ML image. This transformation effectively reverses the effect of SoMLWorldToVoxel.
Windows¶
Default Panel¶
Input Fields¶
image¶
- name: image, type: Image¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Matrix¶
- name: matrix, type: Matrix, default: 1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1¶
Sets and shows the used transformation matrix.
Integer voxel coordinates¶
- name: shift, type: Bool, default: FALSE¶
If checked, an offset is applied to the transformation matrix so that points are transformed to voxel centers instead of voxel boundaries.