OpenMetaverse Protocol Library Developers API Documentation
binBVHJoint Structure
NamespacesOpenMetaversebinBVHJoint
A Joint and it's associated meta data and keyframes
Declaration Syntax
C#
public
struct
binBVHJoint
Members
All Members Methods Fields



Icon Member Description
Equality(binBVHJoint, binBVHJoint)
Equals( array< binBVHJointKey > [] () [] [] , array< binBVHJointKey > [] () [] [] )
Equals(binBVHJointKey, binBVHJointKey)
Equals(binBVHJoint)
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueType. Equals(Object).)
GetHashCode () () () ()
Returns the hash code for this instance.
(Overrides ValueType. GetHashCode () () () () .)
Inequality(binBVHJoint, binBVHJoint)
Name
Name of the Joint. Matches the avatar_skeleton.xml in client distros

positionkeys
Array of Position Keyframes in order from earliest to latest This seems to only be for the Pelvis?

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

rotationkeys
Array of Rotation Keyframes in order from earliest to latest

Tag
Custom application data that can be attached to a joint

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)