33#ifndef COIN_SOVRMLINDEXEDFACESET_H
34#define COIN_SOVRMLINDEXEDFACESET_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/VRMLnodes/SoVRMLIndexedShape.h>
38#include <Inventor/fields/SoSFBool.h>
39#include <Inventor/fields/SoSFFloat.h>
41#ifndef SO_END_FACE_INDEX
42#define SO_END_FACE_INDEX (-1)
45class SoVRMLIndexedFaceSetP;
53 static void initClass(
void);
70 virtual void generatePrimitives(
SoAction * action );
84 Binding findMaterialBinding(
SoState * state)
const;
85 Binding findNormalBinding(
SoState * state)
const;
89 SbBool useConvexCache(
SoAction * action,
94 SoVRMLIndexedFaceSetP * pimpl;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoGetPrimitiveCountAction class counts the primitives in a scene.
Definition SoGetPrimitiveCountAction.h:44
The SoNormalBundle class simplifies normal handling.
Definition SoNormalBundle.h:42
The SoNormalCache class is used to hold cached normals.
Definition SoNormalCache.h:43
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44
The SoVRMLIndexedFaceSet class is used for representing a generic 3D shape.
Definition SoVRMLIndexedFaceSet.h:48
SoSFBool solid
Definition SoVRMLIndexedFaceSet.h:57
SoSFBool convex
Definition SoVRMLIndexedFaceSet.h:58
SoSFFloat creaseAngle
Definition SoVRMLIndexedFaceSet.h:59
SoSFBool ccw
Definition SoVRMLIndexedFaceSet.h:56
The SoVRMLIndexedShape class is a superclass for geometry that use indexes.
Definition SoVRMLIndexedShape.h:41