read_Field3d
This node reads a Bifrost volume from a Field3D file.
Inputs
filename
The file name. Use #
to include the input frame
number. The number of occurences of #
determines the amount of padding. For example, file####.f3d
resolves to file0001.f3d
, file0002.f3d
, and so on.
directory
The directory.
frame
The frame number. You can connect the frame
output of a time
node to a to_long
node, and then connect the result here.
field_name
A space-delimited list of Field3D fields to read. Use *
(asterisk) to specify all fields.
properties
A space-delimited list of properties to read. Use *
(asterisk) to specify all properties.
volume_subdivision_structure
The volume subdivision structure of the output Bifrost volume.
resample
If true, resamples volume to remove residual translation.
Outputs
residual_translation
The offset needed to align the volume world-space coordinates with the stored Field3D transformation.
volume
The output Bifrost volume.