|
Flow Visualisation
|
Represents the current state of rendering. More...
#include <SceneContext.h>
Public Member Functions | |
| void | reset () |
| active shader More... | |
| void | set_activeShader (Shader *shader) |
| Sets the active shader. More... | |
| Shader * | get_activeShader () |
| Returns the active shader. More... | |
| void | set_viewProjectionMatrix (glm::mat4 viewProjectionMatrix) |
| Sets the active camera marix. More... | |
| const glm::mat4 & | get_viewProjectionMatrix () |
| Returns the active camera matrix. More... | |
Represents the current state of rendering.
|
inline |
Returns the active shader.
|
inline |
Returns the active camera matrix.
|
inline |
active shader
|
inline |
Sets the active shader.
|
inline |
Sets the active camera marix.