<helix:HelixViewport3D x:Name="viewPort3d"> <helix:HelixViewport3D.DefaultCamera> <PerspectiveCamera FieldOfView="61" NearPlaneDistance="0.001" Position="10,10,10 ...
I've been working on updating some code to accommodate newer vtk.js releases and have run into an issue with the setOrientation method of the vtkViewProxy. For background, I'm working within a React ...