Rayex.Structs.ModelAnimation (Rayex v0.0.2) View Source

ModelAnimation

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.ModelAnimation{
  bone_count: integer(),
  bones: [Rayex.Structs.BoneInfo.t()],
  frame_count: integer(),
  frame_poses: [[Rayex.Structs.Transform.t()]]
}