List of all members.
Static Public Member Functions |
static void | initialize (PApplet p) throws PAVException |
static GLTextureFilter | getTextureFilter (String name) throws PAVException |
Detailed Description
Manages GLGraphics shaders.
- Author:
- christopher
Member Function Documentation
static GLTextureFilter pav::lib::ShaderManager::getTextureFilter |
( |
String |
name |
) |
throws PAVException [inline, static] |
Returns a texture filter.
Texture filters are shared by all visualizers, therefore settings might be changed by other visualizers.
- Parameters:
-
| name | The name of the texture filter. Must not be null |
- Returns:
- The filter
- Exceptions:
-
static void pav::lib::ShaderManager::initialize |
( |
PApplet |
p |
) |
throws PAVException [inline, static] |
Initializes the shaders. Must be called before initializing any visualizers.
- Parameters:
-
| p | The PApplet to use. Must not be null |
- Exceptions:
-
The documentation for this class was generated from the following file:
- src/pav/lib/ShaderManager.java