1 #ifndef COIN_SOSCENETEXTURECUBEMAP_H
2 #define COIN_SOSCENETEXTURECUBEMAP_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/fields/SoSFVec2s.h>
38 #include <Inventor/fields/SoSFEnum.h>
39 #include <Inventor/fields/SoSFNode.h>
40 #include <Inventor/fields/SoMFNode.h>
41 #include <Inventor/fields/SoSFColor.h>
42 #include <Inventor/elements/SoMultiTextureImageElement.h>
45 class SoSceneTextureCubeMapP;
53 static void initClass(
void);
57 MODULATE = SoMultiTextureImageElement::MODULATE,
58 DECAL = SoMultiTextureImageElement::DECAL,
59 BLEND = SoMultiTextureImageElement::BLEND,
60 REPLACE = SoMultiTextureImageElement::REPLACE
64 REPEAT = SoMultiTextureImageElement::REPEAT,
65 CLAMP = SoMultiTextureImageElement::CLAMP
68 enum TransparencyFunction {
97 SoSceneTextureCubeMapP * pimpl;
100 #endif // !COIN_SOSCENETEXTURECUBEMAP_H