|
|
vc::Error | LoadSkybox (const char *texturePath) |
| |
|
vc::Error | LoadSkybox (const SPtr< GraphicsCachedResource > res) |
| |
|
const vc::Texture & | GetPanorama () const |
| |
|
vc::Texture & | GetPanoramaMut () |
| |
|
vc::Error | ChangeBlurFactor (const float factor) |
| |
| virtual void | Destroy () override |
| | /!\ THIS FUNCTION MUST BE CALLED FOR DESTRUCTION, DO NOT USE delete
|
| |
|
| PluginObject (const PluginType type) |
| |
| PluginType | GetType () const override |
| |
|
template<class T> |
| T * | As () |
| |
|
template<class T> |
| const T * | As () const |
| |
|
template<class T> |
| T * | ConstAs () const |
| |
|
template<class T> |
| T * | RAs () |
| |
|
template<class T> |
| const T * | RAs () const |
| |
|
template<class T> |
| T * | DAs () |
| |
|
template<class T> |
| const T * | DAs () const |
| |
|
void | IncRefCount () |
| |
|
void | DecRefCount () |
| |
|
|
virtual vc::Error | _LoadSkybox (const Texture &texture)=0 |
| |
|
virtual vc::Error | _LoadIrradianceMap (const Texture &texture, vc::Texture &irradianceMap)=0 |
| |
|
virtual vc::Error | _LoadRadianceMap (const Texture &texture, Texture &radianceMap)=0 |
| |
|
virtual vc::Error | _LoadBlurMap (const Texture &texture, Texture &blurMap)=0 |
| |
|
virtual vc::Error | _ChangeBlurFactor (const float factor)=0 |
| |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/include/venom/common/plugin/graphics/Skybox.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/Skybox.cc