This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofCubeMap::ofCubeMapSettings Struct Reference
#include <ofCubeMap.h>
Public Attributes | |
of::filesystem::path | filePath { "" } |
of::filesystem::path | cacheDirectory { "" } |
bool | overwriteCache = false |
bool | useCache = false |
bool | useLutTex = false |
bool | flipVertically = true |
int | resolution = 512 |
int | irradianceRes = 32 |
int | preFilterRes = 128 |
Member Data Documentation
◆ cacheDirectory
of::filesystem::path ofCubeMap::ofCubeMapSettings::cacheDirectory { "" } |
◆ filePath
of::filesystem::path ofCubeMap::ofCubeMapSettings::filePath { "" } |
◆ flipVertically
bool ofCubeMap::ofCubeMapSettings::flipVertically = true |
◆ irradianceRes
int ofCubeMap::ofCubeMapSettings::irradianceRes = 32 |
◆ overwriteCache
bool ofCubeMap::ofCubeMapSettings::overwriteCache = false |
◆ preFilterRes
int ofCubeMap::ofCubeMapSettings::preFilterRes = 128 |
◆ resolution
int ofCubeMap::ofCubeMapSettings::resolution = 512 |
◆ useCache
bool ofCubeMap::ofCubeMapSettings::useCache = false |
◆ useLutTex
bool ofCubeMap::ofCubeMapSettings::useLutTex = false |
The documentation for this struct was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/gl/ofCubeMap.h