You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebGL: INVALID_VALUE: texImage2D: width or height out of range ThreeDebug.js:14388
Waring (probably issues this warning because of previous error):
[.WebGLRenderingContext]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering or is not 'texture complete'
Firefox 26:
Error: WebGL: texImage2D: the maximum texture size for level 0 is 4096 ThreeDebug.js:14388
Google Chrome 32:
Waring (probably issues this warning because of previous error):
Firefox 26:
The problem is apparently here:
_gl.texImage2D( _gl.TEXTURE_2D, 0, _gl.RGBA, _gl.RGBA, _gl.UNSIGNED_BYTE, texture.image );
I believe that some object has not received valid data, perhaps a "console.log" to help find the problem.
The text was updated successfully, but these errors were encountered: