Skip to content

Commit eef0acd

Browse files
committed
Fix multiview causing too many program changes
1 parent 3e49599 commit eef0acd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderers/WebGLRenderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,7 @@ function WebGLRenderer( parameters = {} ) {
14741474
materialProperties.vertexAlphas = parameters.vertexAlphas;
14751475
materialProperties.vertexTangents = parameters.vertexTangents;
14761476
materialProperties.toneMapping = parameters.toneMapping;
1477+
materialProperties.numMultiviewViews = parameters.numMultiviewViews;
14771478

14781479
}
14791480

0 commit comments

Comments
 (0)