Rayex.Structs.ModelAnimation (Rayex v0.0.1) 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()]]
}