Module Types.ModelAnimation

type t
val t : t Ctypes.structure F.typ
val bone_count : (int, t Ctypes.structure) F.field
val frame_count : (int, t Ctypes.structure) F.field
val bones : (BoneInfo.t Ctypes.structure Ctypes_static.ptr, t Ctypes.structure) F.field
val frame_poses : (Transform.t Ctypes.structure Ctypes_static.ptr Ctypes_static.ptr, t Ctypes.structure) F.field