Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_gate_fit

    Method of specifying the render gate size from properties NOTE: Handled internally by ufbx, ignore unless you interpret ufbx_props directly!

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_gate_fit

    Fields

    Name Description
    UFBX_GATE_FIT_FILL

    Fit the render gate so that it is fully contained within the film gate

    UFBX_GATE_FIT_FORCE_32BIT
    UFBX_GATE_FIT_HORIZONTAL

    Fit the render gate to the width of the film, derive height from aspect ratio

    UFBX_GATE_FIT_NONE

    Use the film/aperture size directly as the render gate

    UFBX_GATE_FIT_OVERSCAN

    Fit the render gate so that it fully contains the film gate

    UFBX_GATE_FIT_STRETCH

    Stretch the render gate to match the film gate TODO: Does this differ from UFBX_GATE_FIT_NONE?

    UFBX_GATE_FIT_VERTICAL

    Fit the render gate to the height of the film, derive width from aspect ratio

    In this article
    Back to top Generated by DocFX