jdryg / vg-renderer

A vector graphics renderer for bgfx, based on ideas from NanoVG and ImDrawList (Dear ImGUI)
BSD 2-Clause "Simplified" License
503 stars 55 forks source link

feat: support for specifying view transform reset on end() #37

Closed simsaens closed 2 months ago

simsaens commented 2 months ago

Implemented as an option in ContextConfig, defaults to true

When set to true the view transform is reset to the default ortho projection on end()