#include <SoShaderParameterMatrix.h>

Public Member Functions | |
| SoShaderParameterMatrix () | |
| 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 | |
| SoSFMatrix | value |
| The parameter's value. | |
Definition at line 16 of file SoShaderParameterMatrix.h.
| SoShaderParameterMatrix::SoShaderParameterMatrix | ( | ) |
Constructor.
| static void SoShaderParameterMatrix::initClass | ( | ) | [static] |
| virtual void SoShaderParameterMatrix::updateParameter | ( | SoUniformParameterBase * | uniformBase, | |
| SoState * | state | |||
| ) | [virtual] |
| SoSFMatrix SoShaderParameterMatrix::value |
1.5.8