We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1666d48 commit 0b183ffCopy full SHA for 0b183ff
build/three.js
@@ -22303,7 +22303,6 @@
22303
22304
var DEFAULT_NUMVIEWS = 2;
22305
22306
- var capabilities = renderer.capabilities;
22307
var extensions = renderer.extensions;
22308
var properties = renderer.properties;
22309
@@ -22332,9 +22331,7 @@
22332
22331
mat4 = [];
22333
mat3 = [];
22334
22335
- var maxViews = capabilities.maxMultiviewViews;
22336
-
22337
- for ( var i = 0; i < maxViews; i ++ ) {
+ for ( var i = 0; i < maxNumViews; i ++ ) {
22338
22339
mat4[ i ] = new Matrix4();
22340
mat3[ i ] = new Matrix3();
0 commit comments