Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_aspect_mode

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

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

    Fields

    Name Description
    UFBX_ASPECT_MODE_FIXED_HEIGHT

    "AspectHeight" is pixels, "AspectWidth" is relative to height

    UFBX_ASPECT_MODE_FIXED_RATIO

    "AspectWidth" and "AspectHeight" are relative to each other

    UFBX_ASPECT_MODE_FIXED_RESOLUTION

    "AspectWidth" and "AspectHeight" are both pixels

    UFBX_ASPECT_MODE_FIXED_WIDTH

    "AspectWidth" is pixels, "AspectHeight" is relative to width

    UFBX_ASPECT_MODE_FORCE_32BIT
    UFBX_ASPECT_MODE_WINDOW_SIZE

    No defined resolution

    In this article
    Back to top Generated by DocFX