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
.
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
distance_limit_max
Declaration
public float distance_limit_max
Field Value
distance_limit_min
Declaration
public float distance_limit_min
Field Value
If set to true
don't account for parent transform when computing the distance.
Declaration
public bool ignore_parent_transform
Field Value
lod_levels
LOD levels matching in order to ufbx_node.children
.
Declaration
public ufbx.ufbx_lod_level_list lod_levels
Field Value
relative_distances
If set to true
, ufbx_lod_level.distance
represents a screen size percentage.
Declaration
public bool relative_distances
Field Value
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
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
instances
Declaration
public ufbx.ufbx_node_list instances { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value