Exploring Volume Rendering With Qt Vol 12
Exploring Volume Rendering With Qt Vol 12 reveals several interesting facts.
- I fixed the light so that the light position is not rotated when the image is rotated. In addition, I add specular light and ambient light.
- I add GUI for shininess parameter. Shininess from 1 to 7 makes the surfaces of the image looks like metal. Shininess from 30 to ...
- Volume rendering
- I create 2D transfer function. The condition of 2D transfer function I set makes clipping function useless and black contour lines ...
- I add gradients as normal to calculate diffuse light. However, the light also rotates when the image rotates. I will fix it next time.
In-Depth Information on Volume Rendering With Qt Vol 12
tooth.pvm using 2D transfer function. As far as I see by myself, the shape of tooth is similar to the image in the textbook. There are ... I decide to make my I add 2D transfer function controller this time. I spend a lot of time for figure out how to sending signal from a form to another form. Volume Rendering
Volume Rendering
Stay tuned for more updates related to Volume Rendering With Qt Vol 12.