lovr.graphics.points
Draws one or more points.
lovr.graphics.points(x, y, z, ...)
Arguments
Name | Type | Description |
x | number | The x coordinate of the point. |
y | number | The y coordinate of the point. |
z | number | The z coordinate of the point. |
... | number | More points. |
Returns
Nothing
lovr.graphics.points(points)
Arguments
Name | Type | Description |
points | table | A table of points, as described above. |
Returns
Nothing
See also
lovr.graphics