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 2580459 commit a78800eCopy full SHA for a78800e
Sources/Rendering/OpenGL/ForwardPass/index.js
@@ -40,8 +40,8 @@ function vtkForwardPass(publicAPI, model) {
40
model.translucentActorCount = 0;
41
model.volumeCount = 0;
42
model.overlayActorCount = 0;
43
- publicAPI.setCurrentOperation('queryPass');
44
+ publicAPI.setCurrentOperation('queryPass');
45
renNode.traverse(publicAPI);
46
47
// do we need to capture a zbuffer?
0 commit comments