Ignore:
Timestamp:
Jan 27, 2016, 5:47:42 PM (9 years ago)
Author:
ldelgass
Message:

Use fill attribute of PolygonSymbol? in placard style for backing quad color.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Placard.h

    r5969 r5974  
    6868        return _padding;
    6969    }
    70     void setBackdropColor(const osg::Vec4& color)
    71     {
    72         _backdropColor = color;
    73     }
    74     const osg::Vec4& getBackdropColor() const
    75     {
    76         return _backdropColor;
    77     }
     70
    7871private:
    7972    std::vector<std::string> _attrNames;
    8073    std::vector<std::string> _attrLabels;
    8174    float _padding;
    82     osg::Vec4 _backdropColor;
    8375    osgEarth::Symbology::Style _textStyle;
    8476};
     
    169161    osg::ref_ptr<osg::Geode>   _geode;
    170162    osg::ref_ptr<osg::Geode>   _backdropGeode;
    171     osg::Vec4 _backdropColor;
    172163
    173164    Placard _placardConf;
Note: See TracChangeset for help on using the changeset viewer.