Skip to content

Commit

Permalink
Merge pull request #462 from Kitware/fix-volume-mapper
Browse files Browse the repository at this point in the history
fix(VolumeMapper): Fix typo setWindow() to setOpenGLRenderWindow()
  • Loading branch information
jourdain authored Dec 14, 2017
2 parents b51cce7 + ea3c10f commit bf89eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/OpenGL/VolumeMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ function vtkOpenGLVolumeMapper(publicAPI, model) {
const program = model.copyShader;

model.copyVAO = vtkVertexArrayObject.newInstance();
model.copyVAO.setWindow(model.openGLRenderWindow);
model.copyVAO.setOpenGLRenderWindow(model.openGLRenderWindow);

model.tris.getCABO().bind();
if (!model.copyVAO.addAttributeArray(
Expand Down

0 comments on commit bf89eaa

Please sign in to comment.