C# Class OpenMetaverse.binBVHJoint

A Joint and it's associated meta data and keyframes
Show file Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert Class Usage Examples

Public Properties

Property Type Description
Name string
Priority int
Tag object
positionkeys OpenMetaverse.binBVHJointKey[]
rotationkeys OpenMetaverse.binBVHJointKey[]

Property Details

Name public property

Name of the Joint. Matches the avatar_skeleton.xml in client distros
public string Name
return string

Priority public property

Joint Animation Override? Was the same as the Priority in testing..
public int Priority
return int

Tag public property

Custom application data that can be attached to a joint
public object Tag
return object

positionkeys public property

Array of Position Keyframes in order from earliest to latest This seems to only be for the Pelvis?
public binBVHJointKey[],OpenMetaverse positionkeys
return OpenMetaverse.binBVHJointKey[]

rotationkeys public property

Array of Rotation Keyframes in order from earliest to latest
public binBVHJointKey[],OpenMetaverse rotationkeys
return OpenMetaverse.binBVHJointKey[]