Class SoBackground

  • All Implemented Interfaces:
    SafeDisposable
    Direct Known Subclasses:
    SoGradientBackground, SoImageBackground

    public class SoBackground
    extends SoNode
    Abstract base class for background nodes. This is the abstract base class for all background nodes.

    Note: Some background nodes can set Alpha values (as well as R, G and B values) in an RGBA framebuffer, but they cannot make Open Inventor's rendering window transparent with respect to other windows on the desktop. This is a window system specific feature and can only be handled through the window system API.

    See Also:
    SoGradientBackground, SoImageBackground