![]() |
SIMVoleon
2.1.0
Coin3D volume rendering library
|
Render just the six sides of the volume data. More...
#include <VolumeViz/nodes/SoVolumeSkin.h>
Public Types | |
enum | Interpolation { NEAREST , LINEAR } |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFEnum | interpolation |
Render just the six sides of the volume data.
Insert a node of this type after an SoVolumeData node in the scene graph to render the six external sides of the volume data set.
This can be useful as a very efficient way of visualizing a complete opaque volume, only seen from the outside.
Note that if the transfer function set by a preceding SoTransferFunction node contains transparency, the visual appearance to the end user will probably not look correct.