Error with volume rendering of dicom files when done with needle #137
Karthikarc115
started this conversation in
Export: Unity
Replies: 1 comment 1 reply
-
Hello, what is the file format that you use for your volumetric scans? Here are some links on how to render/display volumetric data in threejs: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my name is Karthika, and I'm new to Unity WebGL and Needle. As part of my ongoing project, I had to do volume rendering of medical dicom slices for a project that should be worked on for the Web so that anyone can access it globally. I had completed the coding part and other functionalities that work perfectly for the Unity editor version and Windows standalone version when I tried to switch the platform in WebGL, I got an error with the GUI elements that I'm using in the project for local file browsing so that the user can upload the files from any system.
So, in order to ensure that my project runs smoothly, I tried to implement the needle engine. However, when I did so, I was only able to generate a cube in the output screen instead of the output that I had previously received from the normal webgl output. Any assistance would be greatly appreciated.
Here iam attaching the screenshot of the outputs that i had received in both unity webgl and needle engine output
Beta Was this translation helpful? Give feedback.
All reactions