Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_skin_weight

    Single per-vertex per-cluster weight, see ufbx_skin_vertex

    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_skin_weight

    Fields

    cluster_index

    Index into ufbx_skin_deformer.clusters[]

    Declaration
    public uint cluster_index
    Field Value
    Type Description
    uint

    weight

    Amount this bone influence the vertex

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