#include <SoBackground.h>
Public Member Functions | |
| SoBackground () | |
| virtual void | GLRender (SoGLRenderAction *action) |
| derived render method that renders the background | |
Static Public Member Functions | |
| static void | initClass () |
| inventor runtime system | |
Public Attributes | |
| SoSFBool | on |
| SoSFBool | rotate |
| SoSFBool | flip |
| SoSFBool | depthBuffer |
Protected Member Functions | |
| virtual | ~SoBackground () |
Definition at line 36 of file SoBackground.h.
| SoBackground::SoBackground | ( | ) |
| virtual SoBackground::~SoBackground | ( | ) | [protected, virtual] |
| virtual void SoBackground::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
derived render method that renders the background
| static void SoBackground::initClass | ( | ) | [static] |
inventor runtime system
| SoSFBool SoBackground::depthBuffer |
Definition at line 45 of file SoBackground.h.
| SoSFBool SoBackground::flip |
Definition at line 44 of file SoBackground.h.
| SoSFBool SoBackground::on |
Definition at line 42 of file SoBackground.h.
| SoSFBool SoBackground::rotate |
Definition at line 43 of file SoBackground.h.
1.5.8