improbed box rendering

This commit is contained in:
devZoGok
2021-10-19 19:06:42 +03:00
parent 931a1a0031
commit c066b5f803
6 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace vb01{
static KeyframeChannel::Type getKeyframeChannelType(std::string);
static float interpolate(Keyframe, Keyframe, float);
static Keyframe findKeyframe(float, KeyframeChannel, bool);
static Keyframe createKeyframe(Keyframe::Interpolation, float, float);
static Keyframe createKeyframe(Keyframe::Interpolation, float, float, float = 0, float = 0, float = 0, float = 0);
static KeyframeChannel createKeyframeChannel(KeyframeChannel::Type, Animatable*, std::vector<Keyframe>);
};