Skip to content

Commit

Permalink
style(ImageMapper): Apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 4, 2018
1 parent 21b6f94 commit 64d782d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Sources/Rendering/OpenGL/ImageMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,11 @@ function vtkOpenGLImageMapper(publicAPI, model) {
values: cellArray,
});

model.tris
.getCABO()
.createVBO(cells, 'polys', Representation.SURFACE, {
points,
tcoords,
cellOffset: 0,
});
model.tris.getCABO().createVBO(cells, 'polys', Representation.SURFACE, {
points,
tcoords,
cellOffset: 0,
});
model.VBOBuildTime.modified();
model.VBOBuildString = toString;
}
Expand Down

0 comments on commit 64d782d

Please sign in to comment.