|
@@ -5680,6 +5680,10 @@ return {
|
|
|
name = "linestrip",
|
|
|
description = "The first two vertices have a line drawn between them, and each vertex after that will be connected to the previous vertex with a line."
|
|
|
},
|
|
|
+ {
|
|
|
+ name = "lineloop",
|
|
|
+ description = "Similar to linestrip, except the last vertex is connected back to the first."
|
|
|
+ },
|
|
|
{
|
|
|
name = "strip",
|
|
|
description = "The first three vertices define a triangle. Each vertex after that creates a triangle using the new vertex and last two vertices."
|