Replies: 1 comment
-
By the way I use the function plot_scene from pytorch3d.vis.plotly_vis to vizualise my objects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have 2 objects to vizualise in pytorch3d with plot_scene, in one hand a fiber which is a vtkpolydata and on an other hand a shape of a brain which is also a vtkpolydata. So when I want to render these two objects, I would like to get my fiber which is within my brain. Is there a function in pytorch3d or other to render my brain transparent to be able to see my fiber ?
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions