Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_lod_group

    Group of LOD (Level of Detail) levels for an object. The actual LOD models are defined in the parent ufbx_node.children.

    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_group

    Fields

    _anonymous_1

    Group of LOD (Level of Detail) levels for an object. The actual LOD models are defined in the parent ufbx_node.children.

    Declaration
    public ufbx.ufbx_lod_group._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_lod_group._anonymous_1_struct

    distance_limit_max

    Declaration
    public float distance_limit_max
    Field Value
    Type Description
    float

    distance_limit_min

    Declaration
    public float distance_limit_min
    Field Value
    Type Description
    float

    ignore_parent_transform

    If set to true don't account for parent transform when computing the distance.

    Declaration
    public bool ignore_parent_transform
    Field Value
    Type Description
    bool

    lod_levels

    LOD levels matching in order to ufbx_node.children.

    Declaration
    public ufbx.ufbx_lod_level_list lod_levels
    Field Value
    Type Description
    ufbx.ufbx_lod_level_list

    relative_distances

    If set to true, ufbx_lod_level.distance represents a screen size percentage.

    Declaration
    public bool relative_distances
    Field Value
    Type Description
    bool

    use_distance_limit

    If use_distance_limit is enabled hide the group if the distance is not between distance_limit_min and distance_limit_max.

    Declaration
    public bool use_distance_limit
    Field Value
    Type Description
    bool

    Properties

    element

    Declaration
    public ufbx.ufbx_element element { get; }
    Property Value
    Type Description
    ufbx.ufbx_element

    element_id

    Declaration
    public uint element_id { get; }
    Property Value
    Type Description
    uint

    instances

    Declaration
    public ufbx.ufbx_node_list instances { get; }
    Property Value
    Type Description
    ufbx.ufbx_node_list

    name

    Declaration
    public ufbx.ufbx_string name { get; }
    Property Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props { get; }
    Property Value
    Type Description
    ufbx.ufbx_props

    typed_id

    Declaration
    public uint typed_id { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX