Gio,
I am trying to use the new forceWebGl flag, but I cna't seem to pass the init parameters correctly. Here is what I am doing in the html file.
<script>
$(document).ready(function()
{
var options = {};
options.forceWebGl = true;
wade.init('step1.js',null,options);
});
</script>
Where am I going wrong ?
thanks,
Shri