I\'ve been looking at using three.js for a fun experiment on a site. I would like to use a current experiment (for which I already have the code for) and use it as a backgro
usually i use iframe for that. Thus you dont have conflict with the base page.
an example of it
https://github.com/jeromeetienne/www.jetienne.com/blob/master/index-webgl.html#L128 for the source
http://jetienne.com/index-webgl.html for the living code