Hi, all!
What would be simplest way to display 2D image in UI panel? Especially with Dear ImGUI? I currently render texture over Plane and it is ugly a.f. with the look of it. I need to implement 2 scenarios:
- Image as UI widget background or as image on its own (i.e. png) just displayed statically.
- RTT displayed in UI panel with some buttons and being able to click it and get meaningful result.
At the same time the texture is rendered over 3D model too. This is needed for tools and debug, but also for minimap with some line graphics overlaid.
