| Support Forum G3D Web Page |
Public Member Functions | |
| Specification () | |
| Specification (const Any &any) | |
| The any should be either a string that is a filename of a height field or a table of texture and settings. More... | |
| bool | operator!= (const Specification &other) const |
| bool | operator== (const Specification &other) const |
Public Attributes | |
| Settings | settings |
| Texture::Specification | texture |
| If loading a height field, be sure to set texture.preprocess = Texture::Preprocess::normalMap() More... | |
|
inline |
| G3D::BumpMap::Specification::Specification | ( | const Any & | any | ) |
The any should be either a string that is a filename of a height field or a table of texture and settings.
|
inline |
| bool G3D::BumpMap::Specification::operator== | ( | const Specification & | other | ) | const |
| Settings G3D::BumpMap::Specification::settings |
| Texture::Specification G3D::BumpMap::Specification::texture |
If loading a height field, be sure to set
texture.preprocess = Texture::Preprocess::normalMap()
1.8.15