Skip to content

Commit

Permalink
Build 426a92e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent f45f102 commit 28019db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions love-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -13284,6 +13284,12 @@
"description": "The index of the first vertex to replace.",
"name": "startvertex",
"type": "number"
},
{
"default": "all",
"description": "Amount of vertices to replace.",
"name": "count",
"type": "number"
}
],
"description": "The values in each vertex table are in the same order as the vertex attributes in the Mesh's vertex format. A standard Mesh that wasn't created with a custom vertex format will use two position numbers, two texture coordinate numbers, and four color components per vertex: x, y, u, v, r, g, b, a.\n\nIf no value is supplied for a specific vertex attribute component, it will be set to a default value of 0 if its data type is 'float', or 255 if its data type is 'byte'."
Expand Down

0 comments on commit 28019db

Please sign in to comment.