|
Bifrost SDK
Bifrost SDK documentation
|
#include <GeometryTypes.h>
Public Attributes | |
| double | startFrame |
| The first frame of the time slider from the host. More... | |
| double | endFrame |
| The last frame of the time slider from the host. More... | |
| double | minFrame |
| The first frame of the range slider from the host. More... | |
| double | maxFrame |
| The last frame of the range slider from the host. More... | |
| double | frameStep |
Definition at line 49 of file GeometryTypes.h.
| double Bifrost::Simulation::TimelineInfo::endFrame |
The last frame of the time slider from the host.
Definition at line 51 of file GeometryTypes.h.
| double Bifrost::Simulation::TimelineInfo::frameStep |
The increment between steps viewed during the playing of the animation from the host.
Definition at line 54 of file GeometryTypes.h.
| double Bifrost::Simulation::TimelineInfo::maxFrame |
The last frame of the range slider from the host.
Definition at line 53 of file GeometryTypes.h.
| double Bifrost::Simulation::TimelineInfo::minFrame |
The first frame of the range slider from the host.
Definition at line 52 of file GeometryTypes.h.
| double Bifrost::Simulation::TimelineInfo::startFrame |
The first frame of the time slider from the host.
Definition at line 50 of file GeometryTypes.h.