Skip to content

Commit 0b183ff

Browse files
committed
Updated builds.
1 parent 1666d48 commit 0b183ff

File tree

3 files changed

+274
-280
lines changed

3 files changed

+274
-280
lines changed

build/three.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22303,7 +22303,6 @@
2230322303

2230422304
var DEFAULT_NUMVIEWS = 2;
2230522305

22306-
var capabilities = renderer.capabilities;
2230722306
var extensions = renderer.extensions;
2230822307
var properties = renderer.properties;
2230922308

@@ -22332,9 +22331,7 @@
2233222331
mat4 = [];
2233322332
mat3 = [];
2233422333

22335-
var maxViews = capabilities.maxMultiviewViews;
22336-
22337-
for ( var i = 0; i < maxViews; i ++ ) {
22334+
for ( var i = 0; i < maxNumViews; i ++ ) {
2233822335

2233922336
mat4[ i ] = new Matrix4();
2234022337
mat3[ i ] = new Matrix3();

0 commit comments

Comments
 (0)