This is the complete list of members for G3D::BumpMap, including all inherited members.
| BumpMap(const shared_ptr< MapComponent< Image4 > > &normalBump, const Settings &settings) | G3D::BumpMap | protected |
| computeBumpMap(const shared_ptr< PixelTransferBuffer > &normalMap, float signConvention=-1.0f) | G3D::BumpMap | static |
| computeNormalMap(int width, int height, int channels, const unorm8 *src, const BumpMapPreprocess &preprocess=BumpMapPreprocess()) | G3D::BumpMap | static |
| create(const shared_ptr< MapComponent< Image4 > > &normalBump, const Settings &settings) | G3D::BumpMap | static |
| create(const Specification &spec) | G3D::BumpMap | static |
| createShared(ArgTypes &&... args) | G3D::ReferenceCountedObject | inlineprotectedstatic |
| detectNormalBumpFormat(const unorm8 *bytes, int numComponents, int numPixels, bool &hasBump, bool &hasNormal, bool &bumpInRed) | G3D::BumpMap | static |
| m_normalBump | G3D::BumpMap | protected |
| m_settings | G3D::BumpMap | protected |
| normalBumpMap() const | G3D::BumpMap | inline |
| setStorage(ImageStorage s) const | G3D::BumpMap | inline |
| settings() const | G3D::BumpMap | inline |
| ~ReferenceCountedObject() | G3D::ReferenceCountedObject | inlinevirtual |