1 #ifndef COIN_SOGLCUBEMAPIMAGE_H 2 #define COIN_SOGLCUBEMAPIMAGE_H 27 #include <Inventor/SbBasic.h> 28 #include <Inventor/misc/SoGLImage.h> 50 void setCubeMapImage(
const Target target,
51 const unsigned char * bytes,
53 const int numcomponents);
56 const Wrap wraps = REPEAT,
57 const Wrap wrapt = REPEAT,
58 const float quality = 0.5f,
60 SoState * createinstate = NULL);
66 const float quality = 0.5f,
68 SoState * createinstate = NULL);
79 class SoGLCubeMapImageP * pimpl;
80 friend class SoGLCubeMapImageP;
81 static void cleanupClass(
void);
84 #endif // !COIN_SOGLCUBEMAPIMAGE_H Wrap
Definition: SoGLImage.h:54
static void initClass(void)
Definition: SoGLImage.cpp:799
virtual SoGLDisplayList * getGLDisplayList(SoState *state)
Definition: SoGLImage.cpp:1233
virtual SoType getTypeId(void) const
Definition: SoGLImage.cpp:852
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
void setData(const unsigned char *bytes, const SbVec2s &size, const int numcomponents, const Wrap wraps=REPEAT, const Wrap wrapt=REPEAT, const float quality=0.5f, const int border=0, SoState *createinstate=NULL)
Definition: SoGLImage.cpp:1134
static SoType getClassTypeId(void)
Definition: SoGLImage.cpp:838
The SoGLDisplayList class stores and manages OpenGL display lists.The TEXTURE_OBJECT type is not dire...
Definition: SoGLDisplayList.h:34
virtual void unref(SoState *state=NULL)
Definition: SoGLImage.cpp:1192
The SoGLImage class is used to handle OpenGL 2D/3D textures.
Definition: SoGLImage.h:44
The SoGLCubeMapImage class is used to handle cube map textures.
Definition: SoGLCubeMapImage.h:30
The SbImage class is an abstract datatype for 2D and 3D images.Be aware that this class is an extensi...
Definition: SbImage.h:37
The SbVec2s class is a 2 dimensional vector with short integer coordinates.This vector class is used ...
Definition: SbVec2s.h:41
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50