|
Rumba C++ SDK
|
Helper class to export animations. More...
#include <ExportHelper.h>
Public Member Functions | |
| void | track_plug (const Plug &plug) |
| First, register the plugs to export. More... | |
| void | evaluate () |
| Evaluate the plug values. More... | |
| const Value & | value (const Plug &plug, size_t index) const |
| Get a baked plug value. More... | |
| const std::vector< Value > & | values (const Plug &plug) const |
| Get all the baked plug values. More... | |
Helper class to export animations.
This class is used to track and evaluate efficiently a set of plugs and then retrieve their animated values at once
| void maquina::ExportHelper::evaluate | ( | ) |
Evaluate the plug values.
| void maquina::ExportHelper::track_plug | ( | const Plug & | plug | ) |
First, register the plugs to export.
Get a baked plug value.
Get all the baked plug values.