Matt McCormick

Results 417 comments of Matt McCormick

A 2D RGB or RGBA image will render as RGB / RGBA by default, and it will be located at the desired location in space relative to other geometry. Does...

This may be fixed per https://github.com/Kitware/itk-vtk-viewer/issues/299

Good idea! Yes, I would also like to have this :+1:

Hello Martin, This depends on `vtk` Python package support for these features, which @tjcorona is working on. Be well, Matt

Discussed further in https://github.com/Kitware/vtk-js/issues/1201

Hi @stevejpurves, Current refactoring is undergoing to enable saving and restoration of the full widget state.

@kaedonkers thank you for the encouraging words! Yes this will be possible. First we will need to complete support for vtk.js PolyData (I am working on this at the moment)....

Support is added for images in #213

@quaeritis This can currently be achieved with, e.g.: ``` view(point_sets=[point_set_1, point_set_2, point_set_3], point_set_opacities=[0.3, 0.8, 0.4], point_set_colors=[[1.0, 0.1, 0.0], [1.0, 0.3, 0.0], [1.0, 0.7, 0.0]]) ``` ![image](https://user-images.githubusercontent.com/25432/72108779-4fcce280-3302-11ea-9075-fd22f5b92d04.png) In this notebook: https://mybinder.org/v2/gh/InsightSoftwareConsortium/itkwidgets/master?filepath=examples/NumPyArrayPointSet.ipynb

:+1: we are working towards this.