H3D API  2.4.1
Classes | Namespaces
TriangleFanSet.h File Reference

Header file for TriangleFanSet, 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::TriangleFanSet
 A TriangleFanSet represents a 3D shape composed of triangles that form a fan shape around the first vertex declared in each fan. More...
 
class  H3D::TriangleFanSet::NotEnoughColors
 Thrown if the number of colors in the color field is less than the number coordinates in the coord field. More...
 
class  H3D::TriangleFanSet::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::TriangleFanSet::InvalidFanCount
 Thrown when fanCount value is < 3. More...
 
class  H3D::TriangleFanSet::AutoNormal
 Specialized field for automatically generating normals from coordinates. More...
 

Namespaces

 H3D
 H3D API namespace.
 

Detailed Description

Header file for TriangleFanSet, X3D scene-graph node.