Skip to content

Commit dc037a3

Browse files
committed
[vtk-viewer] set lookuptable in mapper
1 parent 36d7f39 commit dc037a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

viplab-standalone-frontend-vue/src/components/vtk-plots/VtkComponent.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export default {
201201
const mapperConfig = this.getMapperConfig(color);
202202
// console.log(mapperConfig);
203203
this.mapper.set(mapperConfig);
204+
this.mapper.setLookupTable(this.lookupTable);
204205
this.applyPreset();
205206
206207
this.renderWindow.render();

0 commit comments

Comments
 (0)