1#ifndef COIN_SOBUMPMAPELEMENT_H
2#define COIN_SOBUMPMAPELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbVec2s.h>
42class COIN_DLL_API SoBumpMapElement :
public SoReplacedElement {
43 typedef SoReplacedElement inherited;
45 SO_ELEMENT_HEADER(SoBumpMapElement);
49 virtual ~SoBumpMapElement();
52 virtual void init(SoState * state);
53 static void set(SoState * state,
SoNode * node,
static SoGLImage * get(SoState *const state)
FIXME: write doc.
Definition SoBumpMapElement.cpp:92
virtual void setElt(SoGLImage *image)
FIXME: write doc.
Definition SoBumpMapElement.cpp:104
static void set(SoState *state, SoNode *node, SoGLImage *image)
FIXME: write doc.
Definition SoBumpMapElement.cpp:79
The SoGLImage class is used to handle OpenGL 2D/3D textures.
Definition SoGLImage.h:53
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
static void initClass(void)
Definition SoReplacedElement.cpp:77
virtual void init(SoState *state)
Definition SoReplacedElement.cpp:91
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44