Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
210 stars 64 forks source link

fix(Viewer): Initial support for per-component lut/pwf #244

Closed scottwittenburg closed 4 years ago

scottwittenburg commented 4 years ago

Adds initial support for multi-component slice rendering.

Currently requires this PR in order to try it out.

thewtex commented 4 years ago

Looking great! :+1:

oeway commented 4 years ago

This is great! As I understand, this PR will also address https://github.com/Kitware/itk-vtk-viewer/issues/215 I posted before, right?

thewtex commented 4 years ago

@oeway yes! :champagne:

scottwittenburg commented 4 years ago

@thewtex Final step here will be updating the version of vtk.js picked by the viewer (once that PR is approved and merged) and making sure the tests all pass at that point.

thewtex commented 4 years ago

@scottwittenburg looks beautiful:

MultiComponentVolumeRenderingOptimized

Bump vtk.js for merge?

scottwittenburg commented 4 years ago

@thewtex We should be all set already, I bumped this morning when I noticed you had merged the vtk.js topic.

thewtex commented 4 years ago

:tada: This PR is included in version 9.19.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: