Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
|
This is the complete list of members for foray::scene::AnimationSampler, including all inherited members.
InterpolateCubicSpline(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper) | foray::scene::AnimationSampler | static |
InterpolateLinear(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper) | foray::scene::AnimationSampler | static |
InterpolateLinearQuat(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper) | foray::scene::AnimationSampler | static |
InterpolateStep(float time, const AnimationKeyframe *lower, const AnimationKeyframe *upper) | foray::scene::AnimationSampler | static |
Interpolation | foray::scene::AnimationSampler | |
Keyframes | foray::scene::AnimationSampler | |
ReinterpreteAsQuat(glm::vec4) | foray::scene::AnimationSampler | static |
SampleQuat(float time) const | foray::scene::AnimationSampler | |
SampleVec(float time) const | foray::scene::AnimationSampler | |
SelectKeyframe(float time, const AnimationKeyframe *&lower, const AnimationKeyframe *&upper) const | foray::scene::AnimationSampler | protected |