1 #ifndef COIN_SOTEXTURECOMBINE_H
2 #define COIN_SOTEXTURECOMBINE_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/fields/SoSFString.h>
38 #include <Inventor/fields/SoMFEnum.h>
39 #include <Inventor/fields/SoSFFloat.h>
40 #include <Inventor/fields/SoSFVec4f.h>
41 #include <Inventor/elements/SoTextureCombineElement.h>
49 static void initClass(
void);
53 PRIMARY_COLOR = SoTextureCombineElement::PRIMARY_COLOR,
54 TEXTURE = SoTextureCombineElement::TEXTURE,
55 CONSTANT = SoTextureCombineElement::CONSTANT,
56 PREVIOUS = SoTextureCombineElement::PREVIOUS
59 SRC_COLOR = SoTextureCombineElement::SRC_COLOR,
60 ONE_MINUS_SRC_COLOR = SoTextureCombineElement::ONE_MINUS_SRC_COLOR,
61 SRC_ALPHA = SoTextureCombineElement::SRC_ALPHA,
62 ONE_MINUS_SRC_ALPHA = SoTextureCombineElement::ONE_MINUS_SRC_ALPHA
65 REPLACE = SoTextureCombineElement::REPLACE,
66 MODULATE = SoTextureCombineElement::MODULATE,
67 ADD = SoTextureCombineElement::ADD,
68 ADD_SIGNED = SoTextureCombineElement::ADD_SIGNED,
69 SUBTRACT = SoTextureCombineElement::SUBTRACT,
70 INTERPOLATE = SoTextureCombineElement::INTERPOLATE,
71 DOT3_RGB = SoTextureCombineElement::DOT3_RGB,
72 DOT3_RGBA = SoTextureCombineElement::DOT3_RGBA
98 #endif // !COIN_SOTEXTURECOMBINE_H