Learn 3D computer graphics programming on the browser using WebGL by examples.

Tuesday, November 3, 2009

Enabling WebGL on your browser

Enabling WebGL on FireFox Nightly Builds
  1. Go to FireFox nightly build site.
  2. Download the file. For example, firefox-3.7a1pre.en-US.win32.installer.exe for Microsoft Windows (as of November 3, 2009).
  3. Install it.
  4. Run the new Firefox. It is called Minefield as of November 3, 2009.
  5. Enter "about:config" as the web address on the Firefox.
  6. Search for "webgl".
  7. Double-click "webgl.enabled_for_all_sites" to change the value from false to true.
  8. I use this version side by side with the official released version 3.5. Click here for more info.
Enabling WebGL on Chrome
  1. Go to Chrome Index of /buildbot/continuous/LATEST 
  2. Download chrome-win32.zip
  3. Unzip it
  4. Run Command Prompt 
    • Click Windows Start Button at the bottom left corner of your desktop
    • Click All Programs
    • Click Accessories
    • Click Command Prompt (cmd.exe)
    • Command Prompt Windows will show up
  5. Change to the directory where you unzip the Chrome
  6. Run Chrome by typing "chrome.exe --enable-webgl --no-sandbox"
Click here for other browsers.

No comments:

Post a Comment

Followers