WebGL to add 3D hover effects to your website
glecollinet.github.io
WebGL to add 3D hover effects to your website
1–10 of 115 posts
Re: WebGL to add 3D hover effects to your website
#2as cool as it is to have this ability, just because you can doesn't mean you should. Lest your site look like the 2013 equivalent of 1998 geocities.
Re: WebGL to add 3D hover effects to your website
#3This is the first use case of 3D/WebGL for actual web sites that I've found worthwhile. I could even see myself using a stereoscopic screen to browse sites like these. No flashy fullscreen effects or epilepsy-inducing adverts, just clean 3D pop-ups to highlight content.
It's just a shame that anti-aliasing isn't forced on by default; jagged edges should really have been left behind years ago.
Re: WebGL to add 3D hover effects to your website
#4This is the first use case of 3D/WebGL for actual web sites that I've found worthwhile. I could even see myself using a stereoscopic screen to browse sites like these. No flashy fullscreen effects or epilepsy-inducing adverts, just clean 3D pop-ups to highlight content. It's just a shame that anti-aliasing isn't forced on by default; jagged edges should really have been left behind years ago.
Antialiasing is actually the default for most WebGL implementations I've tested, but it's not possible to turn it on everywhere. There are still lots of devices out there too weak to actually do antialiasing for everything, along with buggy drivers that crash or produce garbled output in some scenarios with AA on. AA can also introduce artifacts into certain rendering algorithms designed for use without AA (it produces some really strange inputs in your pixel shaders...)
Re: WebGL to add 3D hover effects to your website
#5we are entering the 3D era of geocities
Re: WebGL to add 3D hover effects to your website
#6Doesn't seem to do anything in Chrome/OSX.
Error creating WebGL context.Re: WebGL to add 3D hover effects to your website
#7Dear Jesus: We survived animated gifs. We found our way through the "blink" tag with a limited number of lives lost. Please give us the clarity of mind to wield this great new power with discretion and aplomb. Amen.
Re: WebGL to add 3D hover effects to your website
#8Doesn't seem to do anything in Chrome/OSX. Error creating WebGL context.
Your might have a blacklisted gpu driver. Try running chrome with the startup flag --ignore-gpu-blacklist
Re: WebGL to add 3D hover effects to your website
#9Locked up Aurora, had to force quit.
Re: WebGL to add 3D hover effects to your website
#10Doesn't seem to do anything in Chrome/OSX. Error creating WebGL context.
Works fine for me. Try going to chrome://gpu/ to see if you can spot the problem.