Dear Professors
I Always fail when using image rendering model! as is shown in this picture.How to solve the problem,After clicking apply, the model becomes white.win 20210226
You need to choose the texture image (in your case: “Heart_B”) as “Texture”.
Thank you very much for the reply from Professor Andras Lasso. Yes, I chose Heart_B as the texture. I named it 1.jpg, but as you can see, the model changed from the original color to white.
If the model is all white after applying the texture then most likely no texture coordinates are found. VTK (the visualization toolkit that Slicer uses) can most reliably load textures from .obj files.
If you are using SlicerDMRI to generate and save the tracts then you probably need to change from RAS to LPS (just negate the first two coordinates). Tractography .vtk files are always in RAS (as are any tensors stored with them) while models now default to LPS.
Thank you Professor Steve Pieper,you are right!I solved the problem with your help!
Excellent, best of luck!