Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_light_decay

    How fast does the light intensity decay at a distance

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

    Fields

    Name Description
    UFBX_LIGHT_DECAY_CUBIC

    1 / d^3

    UFBX_LIGHT_DECAY_FORCE_32BIT
    UFBX_LIGHT_DECAY_LINEAR

    1 / d

    UFBX_LIGHT_DECAY_NONE

    1 (no decay)

    UFBX_LIGHT_DECAY_QUADRATIC

    1 / d^2 (physically accurate)

    In this article
    Back to top Generated by DocFX