Module Raylib_core.ModelSkeleton

type t'
type t = t' ctyp
val t : t Ctypes.typ
val bones : t -> BoneInfo.t CArray.t

Bones information (skeleton)

val bind_pose : t -> Transform.t ptr

Bones base transformation

val set_bones : t -> BoneInfo.t CArray.t -> unit
val set_bind_pose : t -> Transform.t ptr -> unit