#include <SoMLSamplerCubeMap.h>

Public Member Functions | |
| SoMLSamplerCubeMap () | |
| Constructor. | |
| virtual void | updateParameter (SoUniformParameterBase *uniformBase, SoState *state) |
| Assigns or updates the parameter's value. | |
Static Public Member Functions | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Public Attributes | |
| SoSFEnum | wrapT |
| Wrapping mode. Default is REPEAT. | |
| SoSFEnum | texGenMode |
| SoSFUInt32 | startZ |
| Origin of the 2d slice in Z dimension. Default is 0. | |
Protected Member Functions | |
| virtual | ~SoMLSamplerCubeMap () |
| Destructor. | |
| virtual void | imageChanged () |
| Called when the ML images has changed and is valid. | |
Definition at line 19 of file SoMLSamplerCubeMap.h.
| SoMLSamplerCubeMap::SoMLSamplerCubeMap | ( | ) |
Constructor.
| virtual SoMLSamplerCubeMap::~SoMLSamplerCubeMap | ( | ) | [protected, virtual] |
Destructor.
| virtual void SoMLSamplerCubeMap::imageChanged | ( | ) | [protected, virtual] |
| static void SoMLSamplerCubeMap::initClass | ( | ) | [static] |
| virtual void SoMLSamplerCubeMap::updateParameter | ( | SoUniformParameterBase * | uniformBase, | |
| SoState * | state | |||
| ) | [virtual] |
| SoSFUInt32 SoMLSamplerCubeMap::startZ |
Origin of the 2d slice in Z dimension. Default is 0.
Definition at line 33 of file SoMLSamplerCubeMap.h.
| SoSFEnum SoMLSamplerCubeMap::texGenMode |
Definition at line 30 of file SoMLSamplerCubeMap.h.
| SoSFEnum SoMLSamplerCubeMap::wrapT |
1.5.8