Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_subdivision_result

    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_subdivision_result

    Fields

    result_allocs

    Declaration
    public ulong result_allocs
    Field Value
    Type Description
    ulong

    result_memory_used

    Declaration
    public ulong result_memory_used
    Field Value
    Type Description
    ulong

    skin_cluster_ranges

    Weights of skin clusters in the source model. Defined if ufbx_subdivide_opts.evaluate_skin_weights is set.

    Declaration
    public ufbx.ufbx_subdivision_weight_range_list skin_cluster_ranges
    Field Value
    Type Description
    ufbx.ufbx_subdivision_weight_range_list

    skin_cluster_weights

    Declaration
    public ufbx.ufbx_subdivision_weight_list skin_cluster_weights
    Field Value
    Type Description
    ufbx.ufbx_subdivision_weight_list

    source_vertex_ranges

    Weights of vertices in the source model. Defined if ufbx_subdivide_opts.evaluate_source_vertices is set.

    Declaration
    public ufbx.ufbx_subdivision_weight_range_list source_vertex_ranges
    Field Value
    Type Description
    ufbx.ufbx_subdivision_weight_range_list

    source_vertex_weights

    Declaration
    public ufbx.ufbx_subdivision_weight_list source_vertex_weights
    Field Value
    Type Description
    ufbx.ufbx_subdivision_weight_list

    temp_allocs

    Declaration
    public ulong temp_allocs
    Field Value
    Type Description
    ulong

    temp_memory_used

    Declaration
    public ulong temp_memory_used
    Field Value
    Type Description
    ulong
    In this article
    Back to top Generated by DocFX