Reputation: 5364
Once I've stumbled upon a good JS library which allowed to put 3D objects into HTML markup just like normal images and falls back to static images if WebGL is not supported. Now I need this library for my site.
The thing I remember about it is that demo page contained some palm trees and stuff but I can't google it anymore.
Upvotes: 0
Views: 240
Reputation: 894
Here is a comparison of various WebGL libraries:
http://weblog.benjaminsommer.com/blog/2012/05/13/comparison-of-webgl-framework-apis/
Upvotes: 0