I wonder if the canvas solution used in X3D-Edit plugin. https://plugins.netbeans.apache.org/catalogue/?id=90
can be adapted for that. But maybe it's too much reverse engeering. On Mon, Mar 16, 2026, 11:57 AM Oliver Rettig <[email protected]> wrote: > Hi all, > > in my Netbeans platform apps I need a Webbrowser which is able to render > 3d scenes by webgl. > > I have found the Webbrowser API of Netbeans > > > https://github.com/apache/netbeans/blob/master/ide/web.browser.api/src/org/netbeans/modules/web/browser/api/WebBrowser.java > > but if I understand correctly this is not for embedding the browser UI > into the netbeans platform what I want to do. It only helps to find and > communicate with an external browser. > > Any ideas? > > best > > Oliver > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
