WebGLU icon indicating copy to clipboard operation
WebGLU copied to clipboard

WebGLU is both a set of low-level utilities and a high-level engine for developing WebGL based applications.

Results 1 WebGLU issues
Sort by recently updated
recently updated
newest added

**webglu.js:2833** ``` javascript genMultiTextureAction = function DUA_genMultiTextureAction(texNum) { eval("var action = \n"+ " function DUA_MultiTextureAction"+texNum+"(_ , object, material) {\n"+ " try {\n"+ " $W.GL.activeTexture($W.GL.TEXTURE0);\n"+ " if (typeof(material.textures["+texNum+"]) === 'undefined') {\n"+...