Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_aperture_mode

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

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

    Fields

    Name Description
    UFBX_APERTURE_MODE_FOCAL_LENGTH

    Compute the field of view from the render gate size and focal length

    UFBX_APERTURE_MODE_FORCE_32BIT
    UFBX_APERTURE_MODE_HORIZONTAL

    Use "FieldOfView" as horizontal FOV angle, derive vertical angle via aspect ratio

    UFBX_APERTURE_MODE_HORIZONTAL_AND_VERTICAL

    Use separate "FieldOfViewX" and "FieldOfViewY" as horizontal/vertical FOV angles

    UFBX_APERTURE_MODE_VERTICAL

    Use "FieldOfView" as vertical FOV angle, derive horizontal angle via aspect ratio

    In this article
    Back to top Generated by DocFX