AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
460 stars 63 forks source link

Uncaught Error: WebGL not supported #117

Closed Nelvin1475963 closed 6 years ago

emackey commented 6 years ago

Hi @Nelvin1475963, try updating your video card drivers.

WebGL is needed by the preview window to show the 3D model, and it gets that from Chromium (the engine that powers Google Chrome, although in this case it's wrapped inside Electron which is what VSCode is built on). Chromium will detect outdated video drivers, and past a certain point will disable access to WebGL.

If you have Google Chrome installed, you can visit chrome://gpu/ to see the Chrome report on your graphics setup.