Changes between Version 5 and Version 6 of webgl


Ignore:
Timestamp:
Oct 4, 2013, 4:34:57 PM (11 years ago)
Author:
Leon Kos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • webgl

    v5 v6  
    108108  draw(); 
    109109}
    110 
    111 startup();
    112110</script>
    113111
    114 <canvas id="myGLCanvas" width="500" height="500"></canvas>
     112<canvas id="myGLCanvas" width="500" height="500" onload="startup();">Your browser does not support the HTML5 canvas tag.</canvas>
    115113<form><input type="button" value="Draw" onclick="startup()"/></form>
    116114