1 #ifndef COIN_SOSHADOWSTYLE_H
2 #define COIN_SOSHADOWSTYLE_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/fields/SoSFEnum.h>
29 #include <Inventor/annex/FXViz/elements/SoShadowStyleElement.h>
41 NO_SHADOWING = SoShadowStyleElement::NO_SHADOWING,
42 CASTS_SHADOW = SoShadowStyleElement::CASTS_SHADOW,
43 SHADOWED = SoShadowStyleElement::SHADOWED,
44 CASTS_SHADOW_AND_SHADOWED = SoShadowStyleElement::CASTS_SHADOW_AND_SHADOWED
55 #endif // !COIN_SOSHADOWSTYLE_H