Class SmoothingUtility
Inheritance
System.Object
SmoothingUtility
Syntax
public class SmoothingUtility
Methods
SmoothPerVertexData(IList<Int32>, Single[,], Single[,])
Declaration
public static void SmoothPerVertexData(IList<int> indices, float[, ] dataIn, float[, ] dataOut)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<System.Int32> |
indices |
|
System.Single[,] |
dataIn |
|
System.Single[,] |
dataOut |
|
SmoothWeights(BoneWeight[], IList<Int32>, Int32, out BoneWeight[])
Declaration
public static void SmoothWeights(BoneWeight[] boneWeightIn, IList<int> indices, int boneCount, out BoneWeight[] boneWeightOut)
Parameters
Type |
Name |
Description |
BoneWeight[] |
boneWeightIn |
|
System.Collections.Generic.IList<System.Int32> |
indices |
|
System.Int32 |
boneCount |
|
BoneWeight[] |
boneWeightOut |
|
SmoothWeights(BoneWeight[], IList<Int32>, Int32, Int32, out BoneWeight[])
Declaration
public static void SmoothWeights(BoneWeight[] boneWeightIn, IList<int> indices, int boneCount, int iterations, out BoneWeight[] boneWeightOut)
Parameters
Type |
Name |
Description |
BoneWeight[] |
boneWeightIn |
|
System.Collections.Generic.IList<System.Int32> |
indices |
|
System.Int32 |
boneCount |
|
System.Int32 |
iterations |
|
BoneWeight[] |
boneWeightOut |
|