Waders,
I took a shot at integrating wade with three.js. For those who don't know what three.js is, take a look here http://threejs.org/
The demo is up on my site www.ashatej.com.
Additinally, the demo and the code are up here on the share and fork section.
The project title is the same as the same as this topic title - "Wade Plus Three JS Demo".
Anyway, if your browser supports webgl, you should see a rotating cube with a couple of different faces.
As I figure out more with three.js, I wil try to post more demos here for your amusement.
cheers,
Shri
NOTE ******************************************************************************
If you run the demo with the console open, you will see the following warning:
WebGL: INVALID_OPERATION: uniform3fv: location is not from current program
This is because both wade and three.js set some of the same variables.
The current program it is complaining about are the two you are already running
wade_1.6.js and three.min.js there is no malware or anything else fishy going on.
I have to look at the three.js documentation some more to figure out how to fix this.
**************************************************************************************