MeVisLab Toolbox Reference
|
#include <SoView2DShaderInclude.h>
Public Member Functions | |
SoView2DShaderInclude () | |
~SoView2DShaderInclude () override | |
void | GLRender (SoGLRenderAction *action) override |
Static Public Member Functions | |
static void | initClass () |
Initialization of inventor runtime system. | |
Public Attributes | |
SoSFBool | enabled |
Enable / disable this node. | |
SoSFString | identifier |
Name of the include. | |
SoSFString | header |
Shader code of the include. | |
SoSFBool | insertAtTop |
Flag if the code should be inserted before the uniforms. | |
Definition at line 22 of file SoView2DShaderInclude.h.
SoView2DShaderInclude::SoView2DShaderInclude | ( | ) |
|
override |
|
override |
SoSFBool SoView2DShaderInclude::enabled |
Enable / disable this node.
Definition at line 37 of file SoView2DShaderInclude.h.
SoSFString SoView2DShaderInclude::header |
Shader code of the include.
Definition at line 43 of file SoView2DShaderInclude.h.
SoSFString SoView2DShaderInclude::identifier |
Name of the include.
Definition at line 40 of file SoView2DShaderInclude.h.
SoSFBool SoView2DShaderInclude::insertAtTop |
Flag if the code should be inserted before the uniforms.
Definition at line 46 of file SoView2DShaderInclude.h.