Update raylib_api.* by CI
This commit is contained in:
parent
d3767a300e
commit
44157b8bda
|
|
@ -11104,7 +11104,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "UpdateModelAnimationBoneMatrices",
|
"name": "UpdateModelAnimationBoneMatrices",
|
||||||
"description": "Update model animation mesh bone matrices",
|
"description": "Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)",
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7621,7 +7621,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "UpdateModelAnimationBoneMatrices",
|
name = "UpdateModelAnimationBoneMatrices",
|
||||||
description = "Update model animation mesh bone matrices",
|
description = "Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)",
|
||||||
returnType = "void",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
{type = "Model", name = "model"},
|
{type = "Model", name = "model"},
|
||||||
|
|
|
||||||
|
|
@ -4230,7 +4230,7 @@ Function 503: IsModelAnimationValid() (2 input parameters)
|
||||||
Function 504: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
Function 504: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
||||||
Name: UpdateModelAnimationBoneMatrices
|
Name: UpdateModelAnimationBoneMatrices
|
||||||
Return type: void
|
Return type: void
|
||||||
Description: Update model animation mesh bone matrices
|
Description: Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)
|
||||||
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)
|
||||||
|
|
|
||||||
|
|
@ -2830,7 +2830,7 @@
|
||||||
<Param type="Model" name="model" desc="" />
|
<Param type="Model" name="model" desc="" />
|
||||||
<Param type="ModelAnimation" name="anim" desc="" />
|
<Param type="ModelAnimation" name="anim" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="UpdateModelAnimationBoneMatrices" retType="void" paramCount="3" desc="Update model animation mesh bone matrices">
|
<Function name="UpdateModelAnimationBoneMatrices" retType="void" paramCount="3" desc="Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)">
|
||||||
<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="" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user