H3D API  2.4.1
Classes | Namespaces
TriangleStripSet.h File Reference

Header file for TriangleStripSet, X3D scene-graph node. More...

#include <H3D/X3DComposedGeometryNode.h>
#include <H3D/DependentNodeFields.h>
#include <H3D/X3DCoordinateNode.h>
#include <H3D/X3DColorNode.h>
#include <H3D/CoordBoundField.h>
#include <H3D/MFInt32.h>

Go to the source code of this file.

Classes

class  H3D::TriangleStripSet
 A TriangleStripSet represents a 3D shape composed of strips of triangles. More...
 
class  H3D::TriangleStripSet::NotEnoughColors
 Thrown if the number of colors in the color field is less than the number coordinates in the coord field. More...
 
class  H3D::TriangleStripSet::NotEnoughTextureCoordinates
 Thrown if the number of texture coordinates in the color field is less than the number coordinates in the coord field. More...
 
class  H3D::TriangleStripSet::InvalidStripCount
 Thrown when stripCount value is < 3. More...
 
class  H3D::TriangleStripSet::AutoNormal
 Specialized field for automatically generating normals from coordinates. More...
 

Namespaces

 H3D
 H3D API namespace.
 

Detailed Description

Header file for TriangleStripSet, X3D scene-graph node.