In my HTML, following code portion(在我的HTML中,以下代码部分)
if (WEBGL.isWebGLAvailable()==false) {
document.body.appendChild(WEBGL.getWebGLErrorMessage());
}
generates following error on console:(在控制台上生成以下错误:)
Uncaught ReferenceError: WEBGL is not defined(未捕获的ReferenceError:未定义WEBGL)
I am already importing all necessary js, so the question is: how do you solve this?(我已经导入了所有必需的js,所以问题是:如何解决这个问题?)
ask by Employee translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…