Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_lod_level

    Single LOD level within an LOD group. Specifies properties of the Nth child of the node containing the LOD group.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_lod_level

    Fields

    display

    LOD display mode. NOTE: Mostly for editing, you should probably ignore this unless making a modeling program.

    Declaration
    public ufbx.ufbx_lod_display display
    Field Value
    Type Description
    ufbx.ufbx_lod_display

    distance

    Minimum distance to show this LOD level. NOTE: In world units by default, or in screen percentage if ufbx_lod_group.relative_distances is set.

    Declaration
    public float distance
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX