Almost done with implementation of Transition! Settings and UI side

pannel are operational. View is stable and animation with UpdateCallback
implemented.
This commit is contained in:
brunoherbelin
2020-07-06 00:06:49 +02:00
parent d4a22992eb
commit b5985847bf
14 changed files with 229 additions and 78 deletions

View File

@@ -48,6 +48,11 @@ public:
// configure rendering resolution
void setResolution(glm::vec3 resolution);
// manipulate fading of output
void setFading(float f);
void fadeIn();
void fadeOut();
// configuration for group nodes of views
inline Group *config (View::Mode m) const { return config_.at(m); }