lovr.draw
This callback is called every frame. Use it to render the scene. If a VR headset is connected, anything rendered by this function will appear in the headset display.
function lovr.draw()
-- your code here
end
Arguments
None
Returns
Nothing
See also
lovr.headset.renderTo