des.mc.core.skeleton

Undocumented in source.

Public Imports

des.math.linear
public import des.math.linear;
Undocumented in source.

Members

Functions

getFakeSkeletons
Skeleton[] getFakeSkeletons(vec3 global_offset, vec3[] offsets)
Undocumented in source. Be warned that the author may not have intended to support it.
skeleton_add
Skeleton skeleton_add(Skeleton a, Skeleton b)
Undocumented in source. Be warned that the author may not have intended to support it.
skeleton_diff
Skeleton skeleton_diff(Skeleton a, Skeleton b)
Undocumented in source. Be warned that the author may not have intended to support it.
skeleton_div
Skeleton skeleton_div(Skeleton s, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
skeleton_mlt
Skeleton skeleton_mlt(Skeleton s, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
skeleton_offset
Skeleton skeleton_offset(Skeleton a, vec3 offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Joint
struct Joint
Undocumented in source.
Skeleton
struct Skeleton
Undocumented in source.

Variables

pose_norm
Joint[Skeleton.JointCount] pose_norm;
Undocumented in source.
utest_skeleton
Skeleton utest_skeleton;
Undocumented in source.

Meta