1 #ifndef COIN_SOTEXTURE3_H
2 #define COIN_SOTEXTURE3_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoTexture.h>
29 #include <Inventor/fields/SoSFEnum.h>
30 #include <Inventor/fields/SoSFImage3.h>
31 #include <Inventor/fields/SoMFString.h>
32 #include <Inventor/fields/SoSFColor.h>
33 #include <Inventor/fields/SoSFBool.h>
34 #include <Inventor/elements/SoTextureImageElement.h>
45 static void initClass(
void);
49 MODULATE = SoTextureImageElement::MODULATE,
50 DECAL = SoTextureImageElement::DECAL,
51 BLEND = SoTextureImageElement::BLEND
55 REPEAT = SoTextureImageElement::REPEAT,
56 CLAMP = SoTextureImageElement::CLAMP
68 virtual void doAction(
SoAction *action);
75 virtual SbBool readInstance(
SoInput *in,
unsigned short flags);
77 int getReadStatus(
void);
78 void setReadStatus(
int s);
81 SbBool loadFilenames(
SoInput * in = NULL);
87 static void filenameSensorCB(
void *,
SoSensor *);
90 #endif // !COIN_SOTEXTURE3_H