| Instructions under OSX To get this working in Webkit Nightly - webkit.org 1. install Webkit Nightly from http://nightly.webkit.org/ 2. paste the following into terminal:
defaults write com.apple.Safari WebKitWebGLEnabled -bool YES 3. visit the link
(this has minor render issues for me under webkit) To get it working in Chromium: 1. first install latest chromium from: http://build.chromium.org/f/chromium/snapshots/chromium-rel-... 2. Drag into Applications folder 3. launch from terminal using: ./Chromium.app/Contents/MacOS/Chromium --enable-webgl 4. visit the link You might want to check out http://www.chromium.org/developers/demos-gpu-acceleration-an... for some more awesome webGL demos. or, mrdoob's awesome site of course: http://mrdoob.com/ |