|
@@ -7047,7 +7047,7 @@ return {
|
|
|
{
|
|
|
name = "indices",
|
|
|
type = "table",
|
|
|
- description = "The vertex indices. Every 3 indices describes a triangle."
|
|
|
+ description = "A list of numbers representing how to connect the vertices into triangles. Each number is a 1-based index into the `vertices` table, and every 3 indices form a triangle."
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -17049,7 +17049,7 @@ return {
|
|
|
{
|
|
|
name = "indices",
|
|
|
type = "table",
|
|
|
- description = "The vertex indices. Every 3 indices describes a triangle."
|
|
|
+ description = "A list of numbers representing how to connect the vertices into triangles. Each number is a 1-based index into the `vertices` table, and every 3 indices form a triangle."
|
|
|
}
|
|
|
}
|
|
|
}
|