summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_animation.h')
-rw-r--r--modules/gltf/gltf_animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gltf/gltf_animation.h b/modules/gltf/gltf_animation.h
index a494e6bd67..be0ed2d4c6 100644
--- a/modules/gltf/gltf_animation.h
+++ b/modules/gltf/gltf_animation.h
@@ -55,8 +55,8 @@ public:
};
struct Track {
- Channel<Vector3> translation_track;
- Channel<Quat> rotation_track;
+ Channel<Vector3> position_track;
+ Channel<Quaternion> rotation_track;
Channel<Vector3> scale_track;
Vector<Channel<float>> weight_tracks;
};