jeromeetienne / tquery

extension system for three.js
http://jeromeetienne.github.io/tquery/
MIT License
651 stars 120 forks source link

tquery.world and default renderer #176

Open jeromeetienne opened 12 years ago

jeromeetienne commented 12 years ago
joeytwiddle commented 12 years ago

The goal here is to provide the software renderer for those users who need it, and who would otherwise never see any ThreeJS apps running!

But at the same time, since software renderer can be very heavy and lock up slow browsers, we don't want to switch straight to it by default.

So a path is made available for the user to Accept to use software renderer. Nice idea to do this by reloading the page with a magic & or # parameter.

Thanks jetienne!