#include <OSGConfig.h>#include <OSGImage.h>#include <OSGTestCubeMaps.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
| void | osg::setTestCubeImages (TextureChunkPtr chunk) |
Variables | |
| static unsigned char | TestCubeFrontData [800] |
| static unsigned char | TestCubeBackData [800] |
| static unsigned char | TestCubeLeftData [800] |
| static unsigned char | TestCubeRightData [800] |
| static unsigned char | TestCubeUpData [800] |
| static unsigned char | TestCubeDownData [800] |
unsigned char TestCubeFrontData[800] [static] |
The textures for CubeMap reflection testing plus a function to set the images.
Definition at line 55 of file OSGTestCubeMaps.cpp.
Referenced by osg::setTestCubeImages().
unsigned char TestCubeBackData[800] [static] |
unsigned char TestCubeLeftData[800] [static] |
unsigned char TestCubeRightData[800] [static] |
unsigned char TestCubeUpData[800] [static] |
unsigned char TestCubeDownData[800] [static] |
1.5.5