24#ifndef COIN_SOVRMLVERTEXSHAPE_H
25#define COIN_SOVRMLVERTEXSHAPE_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/VRMLnodes/SoVRMLGeometry.h>
29#include <Inventor/fields/SoSFNode.h>
30#include <Inventor/fields/SoSFBool.h>
31#include <Inventor/elements/SoMaterialBindingElement.h>
37class SoVRMLVertexShapeP;
45 static void initClass(
void);
55 OVERALL = SoMaterialBindingElement::OVERALL,
56 PER_PART = SoMaterialBindingElement::PER_PART,
57 PER_PART_INDEXED = SoMaterialBindingElement::PER_PART_INDEXED,
58 PER_FACE = SoMaterialBindingElement::PER_FACE,
59 PER_FACE_INDEXED = SoMaterialBindingElement::PER_FACE_INDEXED,
60 PER_VERTEX = SoMaterialBindingElement::PER_VERTEX,
61 PER_VERTEX_INDEXED = SoMaterialBindingElement::PER_VERTEX_INDEXED
67 virtual void doAction(
SoAction * action);
85 void getVertexData(
SoState * state,
90 void readLockNormalCache(
void);
91 void readUnlockNormalCache(
void);
95 void writeLockNormalCache(
void);
96 void writeUnlockNormalCache(
void);
98 SoVRMLVertexShapeP * pimpl;
The SbList class is a template container class for lists.
Definition SbList.h:47
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:67
The SoCallbackAction class invokes callbacks at specific nodes.
Definition SoCallbackAction.h:70
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:39
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition SoGetBoundingBoxAction.h:34
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
The SoPickAction class is the base class for picking actions.
Definition SoPickAction.h:32
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:30
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:38
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35
The SoVRMLGeometry class is a superclass for VRML shapes.
Definition SoVRMLGeometry.h:33
The SoVRMLVertexShape class is a superclass for vertex based shapes.
Definition SoVRMLVertexShape.h:40
SoSFNode normal
Definition SoVRMLVertexShape.h:49
SoSFNode color
Definition SoVRMLVertexShape.h:50
SoSFNode texCoord
Definition SoVRMLVertexShape.h:48
SoSFBool colorPerVertex
Definition SoVRMLVertexShape.h:51
SoSFNode coord
Definition SoVRMLVertexShape.h:47
SoSFBool normalPerVertex
Definition SoVRMLVertexShape.h:52