Class RbfConstraint
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Poses output bones from the distances of input bones to authored poses, with the weights solved offline.
csharp
public class RbfConstraint : BoneConstraintBaseInheritance
object ← BoneConstraintBase ← RbfConstraint
Inherited Members
BoneConstraintBase.ReadList(Model)
Constructors
RbfConstraint(KVObject)
Initializes a new instance from compiled constraint data.
csharp
public RbfConstraint(KVObject data)Parameters
data KVObject
Properties
InputBoneHashes
Gets or sets the bones whose local transforms are measured.
csharp
public uint[] InputBoneHashes { get; set; }Property Value
uint[]
OutputBoneHashes
Gets or sets the bones whose local transforms are written.
csharp
public uint[] OutputBoneHashes { get; set; }Property Value
uint[]
Parameters
Gets or sets the solved interpolation data blob.
csharp
public byte[] Parameters { get; set; }Property Value
byte[]
See Also
https://s2v.app/SchemaExplorer/cs2/modellib/CBoneConstraintRbf

