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 3e49599 commit eef0acdCopy full SHA for eef0acd
src/renderers/WebGLRenderer.js
@@ -1474,6 +1474,7 @@ function WebGLRenderer( parameters = {} ) {
1474
materialProperties.vertexAlphas = parameters.vertexAlphas;
1475
materialProperties.vertexTangents = parameters.vertexTangents;
1476
materialProperties.toneMapping = parameters.toneMapping;
1477
+ materialProperties.numMultiviewViews = parameters.numMultiviewViews;
1478
1479
}
1480
0 commit comments