TriLib
Search Results for

    Show / Hide Table of Contents

    Class GeometryGroupUtils

    Inheritance
    object
    GeometryGroupUtils
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Geometries
    Assembly: TriLibCore.dll
    Syntax
    public static class GeometryGroupUtils

    Methods

    LimitBoneWeights(List<BoneWeight1>)

    Declaration
    public static BoneWeight LimitBoneWeights(List<BoneWeight1> boneWeights1)
    Parameters
    Type Name Description
    List<BoneWeight1> boneWeights1
    Returns
    Type Description
    BoneWeight

    LimitMaxBoneWeights(List<BoneWeight1>, List<BoneWeight1>)

    Declaration
    public static byte LimitMaxBoneWeights(List<BoneWeight1> allWeightsList, List<BoneWeight1> weightsList)
    Parameters
    Type Name Description
    List<BoneWeight1> allWeightsList
    List<BoneWeight1> weightsList
    Returns
    Type Description
    byte

    ProcessBlendShapeKeys(AssetLoaderContext, CommonGeometryGroup, List<IBlendShapeKey>)

    Declaration
    public static IEnumerable ProcessBlendShapeKeys(AssetLoaderContext assetLoaderContext, CommonGeometryGroup geometryGroup, List<IBlendShapeKey> blendShapeKeys)
    Parameters
    Type Name Description
    AssetLoaderContext assetLoaderContext
    CommonGeometryGroup geometryGroup
    List<IBlendShapeKey> blendShapeKeys
    Returns
    Type Description
    IEnumerable

    TransferToBlendShape(IGeometryGroup, IGeometryGroup, IBlendShapeKey, IList<int>)

    Declaration
    public static void TransferToBlendShape(IGeometryGroup baseGeometryGroup, IGeometryGroup geometryGroup, IBlendShapeKey blendShapeKey, IList<int> originalVertexIndices)
    Parameters
    Type Name Description
    IGeometryGroup baseGeometryGroup
    IGeometryGroup geometryGroup
    IBlendShapeKey blendShapeKey
    IList<int> originalVertexIndices
    In this article
    Back to top Generated by DocFX