C# Class OpenMetaverse.binBVHJoint

A Joint and it's associated meta data and keyframes
Datei anzeigen 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_oe property

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

Priority public_oe property

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

Tag public_oe property

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

positionkeys public_oe 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_oe property

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