摘要: //experimental-webgl$(document).ready(function () { // Gets canvas from the HTML page var canvas = document.getElementById('viewport'); // Creates GL context gl = null; try { gl = canvas.getContext('experimental-webgl'); } catch (e) { alert('Exception catched in getContext: ' 阅读全文
posted @ 2011-07-04 17:13 kkun 阅读(2274) 评论(0) 推荐(0)