VolumeRendering

View-Aligned Planes

View-Aligned Slices | | Axis-Aligned Cross Sections

For an eye point $\vec{ e }$ and a main viewing direction $\vec{ d }$ and a step length $\Delta t$ the pivot points $\vec{ p }_i$ (i=1..n) of the view-aligned slicing planes orthogonal to the z-axis of the view coordinate system are:

$ \vec{ p }_i = \vec{ e }+(far-i \Delta t)\vec{ d } $

The normal of the slicing planes $\vec{ n }_i$ is equal to the main viewing direction $\vec{ d }$.

Slices1 Slices2
for (double t=far; t>0.0; t-=deltat)
{
   slice the volume at p=e+t*d with the plane normal n=d
}


View-Aligned Slices | | Axis-Aligned Cross Sections

Options: