Explanation of the Rendering Types in our web pages

We have five types and choose several appropriate types for each sample.
  1. "Volume Rendering" render voxel data in a back-to-front sorted order.

    1-1 Add: The front colors added to the behind colors.
    1-2 Maximum: Larger boxel color is rendered when compare the front and behind ones.

  2. "Surface Rendering" render the iso-surface created by the volume data.

    2-1 Solid: This type render the surface polygon in the opaque surface.
    2-2 Semi-transparent: This type render the surface polygon in the semi-transparent surface.
    2-3 Vertex: This type render the vertex of the surface polygon.