13#ifndef SO_BACKGROUND_H 
   14#define SO_BACKGROUND_H 
   20#include <Inventor/fields/SoSFBool.h> 
   26#define SOBACKGROUND_LUT_SIZE 256 
   52  void  GLRender(SoGLRenderAction *action) 
override;
 
 
#define SOUTILS_EXPORT
System dependent includes. Disables some compiler/linker warnings.
 
SoBackground renders a background bar It uses the lookuptable element to draw a 8bit Lookuptable on t...
 
static void initClass()
inventor runtime system
 
void GLRender(SoGLRenderAction *action) override
derived render method that renders the background
 
bool affectsState() const override
this node does not affect the state, so return false!
 
A LUTData object stores an instance of a LUT, rendered for a specified visual type,...
 
Common base class for lookup tables.