mlavik1 / UnityVolumeRendering

Volume rendering, implemented in Unity3D. Want to support the project? Donate a small sum to Save The Children(https://www.savethechildren.net/) or another charity, and send me a message, and I will be greatly motivated!
https://fosstodon.org/@unityvolrend
MIT License
443 stars 125 forks source link

Importing segmented nifiti data #235

Open Walidkilas opened 6 months ago

Walidkilas commented 6 months ago

Currently, I'm using TotalSegmentator for scanner segmentation, which generates multiple NIFTI format files for each class. However, I'm facing challenges with effectively importing and displaying these files. Firstly, is possible to implement a bulk import feature for NIFTI files and display multiple volume render ? Second ,when importing NIFTI files generated by TotalSegmentator, the resulting volume render appears entirely white, indicating a failure to display data. Assistance in resolving these challenges would be highly appreciated. Thank you for your attention to these concerns. image_2024-03-23_223604021 image_2024-03-23_223310231

mlavik1 commented 6 months ago

Hi! Sorry for the delay. Would it be possible for you to share the dataset with me? It looks like there is an error in the log though.. I wounder if that could be related (does it fail to generate the volume texture maybe?) Also: Did you enable SimpleITK?