Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    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_node.adjust_pre_rotation and ufbx_node.adjust_pre_scale. You don't need to account for these unless you are manually building transforms from ufbx_props.

    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_ADJUST_TRANSFORMS but applies scaling to geometry as well.

    UFBX_SPACE_CONVERSION_TRANSFORM_ROOT

    Store the space conversion transform in the root node. Sets ufbx_node.local_transform of the root node.

    In this article
    Back to top Generated by DocFX