|
Namespaces |
| namespace | osgCal |
Classes |
| class | osgCal::TextureLayersFlatten |
| class | osgCal::TextureLayersFlatten::Layer |
| class | osgCal::TextureLayersFlatten::MyGeometry |
| class | osgCal::TextureLayersFlatten::QuadParams |
| class | osgCal::TextureLayersFlatten::Quad |
| class | osgCal::TextureLayersFlatten::BaseRenderTechnic |
| class | osgCal::TextureLayersFlatten::DecalRenderTechnic |
| class | osgCal::TextureLayersFlatten::NormalRenderTechnic |
| class | osgCal::TextureLayersFlatten::OverlayRenderTechnic |
| class | osgCal::TextureLayersFlatten::LinearDodgeRenderTechnic |
| class | osgCal::TextureLayersFlatten::MultiplyRenderTechnic |
Functions |
| OSGCAL_EXPORT void | osgCal::RGBtoHSL (float _r, float _g, float _b, float &_h, float &_s, float &_l) |
| OSGCAL_EXPORT void | osgCal::HSLtoRGB (float _h, float _s, float _l, float &_r, float &_g, float &_b) |
| OSGCAL_EXPORT void | osgCal::InvertPremultipliedAlpha (osg::Image &_img) |