summaryrefslogtreecommitdiff
path: root/src/animation.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-14 23:55:18 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-14 23:55:18 +1000
commitb9315f9cb625db09c3c41d8adf5230a67510bef7 (patch)
tree8e02010d4e29c82ec9310b02b7924f4c8456ef6f /src/animation.h
parent529a603128d5e9dc4701322f44961f165e2183e1 (diff)
wip shadows
Diffstat (limited to 'src/animation.h')
-rw-r--r--src/animation.h14
1 files changed, 7 insertions, 7 deletions
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;