Skeleton

Undocumented in source.

Members

Enums

JointID
enum JointID
Undocumented in source.

Functions

allBones
vec3[] allBones()
Undocumented in source. Be warned that the author may not have intended to support it.
allJoints
Joint[JointCount] allJoints()
Undocumented in source. Be warned that the author may not have intended to support it.
center
vec3 center()
Undocumented in source. Be warned that the author may not have intended to support it.
setJoints
void setJoints(Joint[JointCount] j)
Undocumented in source. Be warned that the author may not have intended to support it.
transform
auto transform(mat4 mtr, JointID[] jj)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

JointCount
enum JointCount;
Undocumented in source.

Static functions

fromJoints
Skeleton fromJoints(Joint[JointCount] jj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta