Enum ufbx.ufbx_space_conversion
Specify how unit / coordinate system conversion should be performed.
Affects how ufbx_load_opts.target_axes
and ufbx_load_opts.target_unit_meters
work,
has no effect if neither is specified.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_space_conversion
Fields
Name | Description |
---|---|
UFBX_SPACE_CONVERSION_ADJUST_TRANSFORMS | Perform the conversion by using "adjust" transforms.
Compensates for the transforms using |
UFBX_SPACE_CONVERSION_FORCE_32BIT | |
UFBX_SPACE_CONVERSION_MODIFY_GEOMETRY | Perform the conversion by scaling geometry in addition to adjusting transforms.
Compensates transforms like |
UFBX_SPACE_CONVERSION_TRANSFORM_ROOT | Store the space conversion transform in the root node.
Sets |