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.
2 parents b51cce7 + ea3c10f commit bf89eaaCopy full SHA for bf89eaa
Sources/Rendering/OpenGL/VolumeMapper/index.js
@@ -836,7 +836,7 @@ function vtkOpenGLVolumeMapper(publicAPI, model) {
836
const program = model.copyShader;
837
838
model.copyVAO = vtkVertexArrayObject.newInstance();
839
- model.copyVAO.setWindow(model.openGLRenderWindow);
+ model.copyVAO.setOpenGLRenderWindow(model.openGLRenderWindow);
840
841
model.tris.getCABO().bind();
842
if (!model.copyVAO.addAttributeArray(
0 commit comments