WebKit and webgl [message #1251519] |
Thu, 20 February 2014 04:55  |
Eclipse User |
|
|
|
I'd like to use webgl in the webkit internal browser of eclipse.
I am able to open any url by doing this:
SwtGui.getDisplay().syncExec(new Runnable() {
static final String webUrl = get.webgl.org;
@Override
public void run() {
try {
internalBrowser.setUrl(webUrl);
} catch (final Exception e) {
e.printStackTrace();
}
}
});
but I get the foolwing error:
"Hmm. While your browser seems to support WebGL, it is disabled or unavailable. If possible, please ensure that you are running the latest drivers for your video card."
Where as I have no problem to open this url on my external browser (chrome and firefox)
So my question is: Is it possible to use webgl with webkit in eclipse? And if yes what should I do to do such? I am using this version:
Version: Indigo Service Release 2
Build id: 20120216-1857
|
|
|
|
Powered by
FUDForum. Page generated in 0.31330 seconds