lovr.graphics.setPointSize
Sets the width of drawn points, in pixels.
lovr.graphics.setPointSize(size)
Arguments
Name | Type | Default | Description |
size | number | 1.0 | The new point size. |
Returns
Nothing
Notes
The default point size is 1.0
.
See also
lovr.graphics.points
lovr.graphics.getPointSize
lovr.graphics