A set of values at a time point.
More...
#include <foray_animation.hpp>
A set of values at a time point.
◆ AnimationKeyframe() [1/3]
foray::scene::AnimationKeyframe::AnimationKeyframe |
( |
| ) |
|
|
inline |
◆ AnimationKeyframe() [2/3]
foray::scene::AnimationKeyframe::AnimationKeyframe |
( |
float |
time, |
|
|
const glm::vec4 & |
value |
|
) |
| |
|
inline |
◆ AnimationKeyframe() [3/3]
foray::scene::AnimationKeyframe::AnimationKeyframe |
( |
float |
time, |
|
|
const glm::vec4 & |
value, |
|
|
const glm::vec4 & |
intangent, |
|
|
const glm::vec4 & |
outtangent |
|
) |
| |
|
inline |
◆ InTangent
glm::vec4 foray::scene::AnimationKeyframe::InTangent |
◆ OutTangent
glm::vec4 foray::scene::AnimationKeyframe::OutTangent |
◆ Time
float foray::scene::AnimationKeyframe::Time = 0.f |
◆ Value
glm::vec4 foray::scene::AnimationKeyframe::Value |
The documentation for this struct was generated from the following file: