I develop a WPF app and plan to display some of my scenes. The problem is that WPF's default internet explorer webbrowser control can't show my scene. I tried some stackoverflow magic like
this thread here, but to no avail. I also tried opening it using CefSharp but that broke my app even if I did what was told in the manual, had to remove the plugin.
So anyone skilled in this, could you tell me how to show my exported scenes inside a WPF app?