From b9315f9cb625db09c3c41d8adf5230a67510bef7 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:55:18 +1000 Subject: wip shadows --- src/animation.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/animation.h') diff --git a/src/animation.h b/src/animation.h index 9c7faab..4371279 100644 --- a/src/animation.h +++ b/src/animation.h @@ -6,14 +6,14 @@ KITC_DECL_TYPED_ARRAY(f32) -// typedef enum interpolation { INTERPOLATION_LINEAR, INTERPOLATION_COUNT } interpolation; +typedef enum Interpolation { INTERPOLATION_LINEAR, INTERPOLATION_COUNT } Interpolation; -// typedef enum keyframe_kind { -// KEYFRAME_ROTATION, -// KEYFRAME_TRANSLATION, -// KEYFRAME_SCALE, -// KEYFRAME_WEIGHTS, -// } keyframe_kind; +typedef enum KeyframeKind { + KEYFRAME_ROTATION, + KEYFRAME_TRANSLATION, + KEYFRAME_SCALE, + KEYFRAME_WEIGHTS, +} KeyframeKind; // typedef union keyframe { // quat rotation; -- cgit v1.2.3-70-g09d2