<Functionname="UpdateModelAnimation"retType="void"paramCount="3"desc="Update model animation pose">
<Functionname="UpdateModelAnimation"retType="void"paramCount="3"desc="Update model animation pose (CPU)">
<Paramtype="Model"name="model"desc=""/>
<Paramtype="ModelAnimation"name="anim"desc=""/>
<Paramtype="int"name="frame"desc=""/>
</Function>
<Functionname="UpdateModelAnimationBoneMatrices"retType="void"paramCount="3"desc="Update model animation mesh bone matrices (GPU skinning)">
<Paramtype="Model"name="model"desc=""/>
<Paramtype="ModelAnimation"name="anim"desc=""/>
<Paramtype="int"name="frame"desc=""/>
@ -2837,11 +2842,6 @@
<Paramtype="Model"name="model"desc=""/>
<Paramtype="ModelAnimation"name="anim"desc=""/>
</Function>
<Functionname="UpdateModelAnimationBoneMatrices"retType="void"paramCount="3"desc="Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)">
<Paramtype="Model"name="model"desc=""/>
<Paramtype="ModelAnimation"name="anim"desc=""/>
<Paramtype="int"name="frame"desc=""/>
</Function>
<Functionname="CheckCollisionSpheres"retType="bool"paramCount="4"desc="Check collision between two spheres">