lovr.graphics.setWireframe
Enables or disables wireframe rendering. This is meant to be used as a debugging tool.
lovr.graphics.setWireframe(wireframe)
Arguments
Name | Type | Description |
wireframe | boolean | Whether or not wireframe rendering should be enabled. |
Returns
Nothing
Notes
Wireframe rendering is initially disabled.
Wireframe rendering is only supported on desktop systems.
See also
lovr.graphics.isWireframe
lovr.graphics