1 #ifndef COIN_SOVERTEXPROPERTY_H
2 #define COIN_SOVERTEXPROPERTY_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/fields/SoMFUInt32.h>
38 #include <Inventor/fields/SoMFVec3f.h>
39 #include <Inventor/fields/SoMFVec2f.h>
40 #include <Inventor/fields/SoSFEnum.h>
41 #include <Inventor/fields/SoMFInt32.h>
43 class SoVertexPropertyP;
87 void updateVertex(
SoState * state, SbBool glrender, SbBool vbo);
88 void updateTexCoord(
SoState * state, SbBool glrender, SbBool vbo);
89 void updateNormal(
SoState * state, uint32_t overrideflags, SbBool glrender, SbBool vbo);
90 void updateMaterial(
SoState * state, uint32_t overrideflags, SbBool glrender, SbBool vbo);
91 SoVertexPropertyP * pimpl;
96 #include <Inventor/nodes/SoNormalBinding.h>
97 #include <Inventor/nodes/SoMaterialBinding.h>
98 #include <Inventor/nodes/SoTextureCoordinateBinding.h>
99 #endif // COIN_INTERNAL
101 #endif // !COIN_SOVERTEXPROPERTY_H