#include <OSGSkyBackground.h>
Inheritance diagram for osg::SkyBackground:


Public Methods | |
Sync | |
| virtual void | changed (BitVector whichField, UInt32 origin) |
| react to field changes | |
Background | |
| virtual void | clear (DrawActionBase *action, Viewport *port) |
Output | |
| virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
| output the instance for debug purposes | |
Protected Methods | |
Constructors | |
| SkyBackground (void) | |
| Constructor. | |
| SkyBackground (const SkyBackground &source) | |
| Copy Constructor. | |
Destructors | |
| virtual | ~SkyBackground (void) |
| Destructor. | |
Draw Helper | |
| void | drawFace (DrawActionBase *action, TextureChunkPtr tex, StateChunk *&oldtex, const Pnt3f &p1, const Pnt3f &p2, const Pnt3f &p3, const Pnt3f &p4) |
Private Types | |
| typedef SkyBackgroundBase | Inherited |
Private Methods | |
| void | operator= (const SkyBackground &source) |
Static Private Methods | |
| void | initMethod (void) |
| initialize the static features of the class, e.g. action callbacks | |
Friends | |
| class | FieldContainer |
| class | SkyBackgroundBase |
A sky/ground and skybox background, inspired by the VRML Background node. See http://www.vrml.org/technicalinfo/specifications/vrml97/part1/nodesRef.html#Background for details on the parameter restrictions.
|
|
Reimplemented from osg::SkyBackgroundBase. |
|
|
Constructor.
|
|
|
Copy Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
react to field changes
Reimplemented from osg::Background. |
|
||||||||||||
|
Implements osg::Background. |
|
||||||||||||
|
output the instance for debug purposes
Reimplemented from osg::Background. |
|
||||||||||||||||||||||||||||||||
|
|
|
|
initialize the static features of the class, e.g. action callbacks
Reimplemented from osg::Background. |
|
|
|
|
|
Reimplemented from osg::SkyBackgroundBase. |
|
|
|
1.2.16