#include <stdlib.h>#include <stdio.h>#include <OSGConfig.h>#include <OSGDrawActionBase.h>#include <OSGCamera.h>#include <OSGViewport.h>#include <OSGTextureChunk.h>#include <OSGImage.h>#include "OSGSkyBackground.h"#include <OSGGL.h>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | tfac(t, c) |
Variables | |
| static char | cvsid_cpp [] = "@(#)$Id: $" |
| static char | cvsid_hpp [] = OSGSKYBACKGROUND_HEADER_CVSID |
| static char | cvsid_inl [] = OSGSKYBACKGROUND_INLINE_CVSID |
| #define tfac | ( | t, | |||
| c | ) |
Value:
defaulttc[(c)*((t) != NullFC && (t)->getImage() != NullFC && \ (t)->getImage()->getSideCount() == 6)]
Referenced by osg::SkyBackground::clear().
char cvsid_cpp[] = "@(#)$Id: $" [static] |
Definition at line 464 of file OSGSkyBackground.cpp.
char cvsid_hpp[] = OSGSKYBACKGROUND_HEADER_CVSID [static] |
Definition at line 465 of file OSGSkyBackground.cpp.
char cvsid_inl[] = OSGSKYBACKGROUND_INLINE_CVSID [static] |
Definition at line 466 of file OSGSkyBackground.cpp.
1.5.5