Skip navigation

Standard Performance Evaluation Corporation

Facebook logo LinkedIn logo Twitter logo
 
 

 

Energy viewset (energy-01)

The energy-01 viewset is representative of a typical volume rendering application in the seismic and oil and gas fields. Similar to medical imaging such as MRI or CT, geophysical surveys generate image slices through the subsurface that are built into a 3D grid. Volume rendering provides a 2D projection of this 3D volumetric grid for further analysis and interpretation.

At every frame, depending on the viewer position, a series of coplanar slices aligned with the viewing angle are computed on the CPU and then sent to the graphics hardware for texturing and further calculations such as transfer function lookup, lighting and clipping to reveal internal structures. Finally, the slices are blended together before the image is displayed.

The voxel in the 3D grid is a single scalar value. A transfer function -- simply a 1D lookup table -- maps the 3D density value to color and alpha values. For lighting calculations, the gradients are computed on the fly using the central differences at each voxel. These state changes exercise various parts of the graphics subsystem. This viewset makes use of hardware support for 3D textures and therefore trilinear interpolation.

The 3D datasets used in this viewset are all procedurally generated using a simple random function. In the test descriptions below, medium-res refers to a 1GB dataset; large-res refers to a 3.2GB dataset. The large-res viewsets will exit on cards with less than 4GB graphics memory.

Viewset test weights and descriptions

Test
% weight
Description
1 14 Medium-res, rendered as is from 3D texture, one view
2 14 Medium-res, with transfer function, one view
3 14 Medium-res, with transfer function, two views
4 14 Medium-res, with transfer function, lighting, two views
5 14 Medium-res, with transfer function, lighting, clipping, two views
6 15 Large-res, rendered as is from 3D texture, lighting, one view
7 15 Large-res, rendered as is from 3D texture, lighting, clipping one view