Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Render just the six sides of the volume data. More...
#include <VolumeViz/nodes/SoVolumeSkin.h>
Inherits SoShape.
Public Types | |
enum | Interpolation { NEAREST, LINEAR } |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
SoSFEnum | interpolation |
Friends | |
class | SoVolumeSkinP |
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.