itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

How to cast a ray from X,Y camera view coordinates into scene space?

Open OlegJakushkin opened this issue 4 years ago • 2 comments

I have coordinates of a point on the view (X, Y). How to cast a ray from (X, Y) camera screen view into scene space?

OlegJakushkin avatar May 26 '20 16:05 OlegJakushkin

A feature was just merged -- if you click on one of the image slices, the index, position in physical space, image value, and label value will be available on the viewer.clicked_slice_point traitlet.

thewtex avatar May 30 '20 00:05 thewtex

A feature was just merged -- if you click on one of the image slices, the index, position in physical space, image value, and label value will be available on the viewer.clicked_slice_point traitlet.

But how do I call and use it?

8-lines avatar Dec 12 '20 14:12 8-lines