mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -11087,7 +11087,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "UpdateModelAnimationBoneMatrices",
|
"name": "UpdateModelAnimationBones",
|
||||||
"description": "Update model animation mesh bone matrices (GPU skinning)",
|
"description": "Update model animation mesh bone matrices (GPU skinning)",
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
|
@@ -7607,7 +7607,7 @@ return {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "UpdateModelAnimationBoneMatrices",
|
name = "UpdateModelAnimationBones",
|
||||||
description = "Update model animation mesh bone matrices (GPU skinning)",
|
description = "Update model animation mesh bone matrices (GPU skinning)",
|
||||||
returnType = "void",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
|
@@ -4221,8 +4221,8 @@ Function 502: UpdateModelAnimation() (3 input parameters)
|
|||||||
Param[1]: model (type: Model)
|
Param[1]: model (type: Model)
|
||||||
Param[2]: anim (type: ModelAnimation)
|
Param[2]: anim (type: ModelAnimation)
|
||||||
Param[3]: frame (type: int)
|
Param[3]: frame (type: int)
|
||||||
Function 503: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
Function 503: UpdateModelAnimationBones() (3 input parameters)
|
||||||
Name: UpdateModelAnimationBoneMatrices
|
Name: UpdateModelAnimationBones
|
||||||
Return type: void
|
Return type: void
|
||||||
Description: Update model animation mesh bone matrices (GPU skinning)
|
Description: Update model animation mesh bone matrices (GPU skinning)
|
||||||
Param[1]: model (type: Model)
|
Param[1]: model (type: Model)
|
||||||
|
@@ -2826,7 +2826,7 @@
|
|||||||
<Param type="ModelAnimation" name="anim" desc="" />
|
<Param type="ModelAnimation" name="anim" desc="" />
|
||||||
<Param type="int" name="frame" desc="" />
|
<Param type="int" name="frame" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="UpdateModelAnimationBoneMatrices" retType="void" paramCount="3" desc="Update model animation mesh bone matrices (GPU skinning)">
|
<Function name="UpdateModelAnimationBones" retType="void" paramCount="3" desc="Update model animation mesh bone matrices (GPU skinning)">
|
||||||
<Param type="Model" name="model" desc="" />
|
<Param type="Model" name="model" desc="" />
|
||||||
<Param type="ModelAnimation" name="anim" desc="" />
|
<Param type="ModelAnimation" name="anim" desc="" />
|
||||||
<Param type="int" name="frame" desc="" />
|
<Param type="int" name="frame" desc="" />
|
||||||
|
Reference in New Issue
Block a user