Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoVolumeTriangleStripSet Class Reference

Render a set of trianglestrips within the volume. More...

#include <VolumeViz/nodes/SoVolumeTriangleStripSet.h>

Inherits SoTriangleStripSet.

Static Public Member Functions

static void initClass (void)
 

Public Attributes

SoSFBool clipGeometry
 
SoSFFloat offset
 

Protected Member Functions

virtual void GLRender (SoGLRenderAction *action)
 

Friends

class SoVolumeTriangleStripSetP
 
class CvrTriangleStripSetRenderP
 

Detailed Description

Render a set of trianglestrips within the volume.

This node works like the SoVolumeFaceSet node, but specifies polygons in triangle strips instead of individual polygons. See documentation of SoVolumeFaceSet and Coin's SoTriangleStripSet for further information.

Note that this node will not work with OpenGL drivers too old to contain support for 3D-texturing. See the extended comments on SoObliqueSlice for more information.

See also
SoVolumeIndexedFaceSet, SoVolumeRender, SoOrthoSlice, SoObliqueSlice
SoVolumeIndexedTriangleStripSet, SoVolumeFaceSet
Since
SIM Voleon 2.0

The documentation for this class was generated from the following files: