1. What are the contributions mentioned in the paper "Interactive volume visualization on a heterogeneous message-passing multicomputer" ?
This paper describes VOL2, an interactive general-purpose volume renderer based on ray casting and implemented on Pixel-Planes 5, a distributed-memory, message-passing multicomputer.. The authors describe the parallelization and load balancing techniques used in order to achieve interactive response and near-real-time frame rates.. The authors also present a number of applications for their system and derive some general conclusions about operation of image-order rendering algorithms on message-passing multicomputers.
read more
2. What is the common visualization method used in VOL2?
It uses ray casting with perspective projection, a general volume rendering method suitable for a variety of visualization tasks.
read more
3. What is the function that can be used to examine the volumetric data?
The cut plane can be moved by the user to examine any arbitrarily positioned or oriented cross-section of the volumetric data set.
read more
4. Why is volume rendering a widely used visualization method?
Due to the large number of graphics primitives (voxels) which must be visited during the image generation process, real-time (or even interactive) frame rates are difficult to achieve, even on highestperformance graphics engines.
read more





