-
Notifications
You must be signed in to change notification settings - Fork 2
anm
aspadm edited this page Sep 24, 2018
·
1 revision
Animations
This file is RES archive with folders, named after animations names. In each folder lay files for all mesh parts.
Format of internal files:
uint rotation_frames_count;
quat rotation_frames[rotation_frames_count];
uint translation_frames_count;
vec3 translation_frames[translation_frames_count];
uint morphing_frames_count;
uint morphing_vertex_count;
vec3 morphing_frames[morphing_frames_count][morphing_vertex_count];