Confirmed users
188
edits
m (→Configure it) |
|||
Line 37: | Line 37: | ||
* Access to about:config in the url bar. | * Access to about:config in the url bar. | ||
* Search for webgl.enable-draft-extensions and set it to true. That will let you use [http://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/ WEBGL_draw_buffers] extension in WebGL 1.0, and natively in WebGL 2. | * Search for webgl.enable-draft-extensions and set it to true. That will let you use [http://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/ WEBGL_draw_buffers] extension in WebGL 1.0, and natively in WebGL 2. The WebGL 2 prototype context creation will fail if it is set to false. | ||
* Right click -> New -> Boolean to create a new preference, name it webgl.enable-prototype-webgl2, and set it to true. | * Right click -> New -> Boolean to create a new preference, name it webgl.enable-prototype-webgl2, and set it to true. | ||