#include <SoShadowCast.h>

Public Member Functions | |
| SoShadowCast () | |
| virtual void | commonGLRender (SoGLRenderAction *action) |
Static Public Member Functions | |
| static void | initClass () |
Public Attributes | |
| SoSFBool | planeRender |
| Enable/disable rendering of plane. Defaults to (TRUE). | |
| SoSFColor | planeColor |
| Color of groundplane. Defaults to (0.89, 0.86, 0.70). | |
Protected Member Functions | |
| virtual | ~SoShadowCast () |
Definition at line 24 of file SoShadowCast.h.
| virtual SoShadowCast::~SoShadowCast | ( | ) | [protected, virtual] |
| SoShadowCast::SoShadowCast | ( | ) |
| virtual void SoShadowCast::commonGLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
Reimplemented from SoCast.
| static void SoShadowCast::initClass | ( | ) | [static] |
| SoSFColor SoShadowCast::planeColor |
| SoSFBool SoShadowCast::planeRender |
Enable/disable rendering of plane. Defaults to (TRUE).
Definition at line 39 of file SoShadowCast.h.
1.5.8