-
Notifications
You must be signed in to change notification settings - Fork 2
anm_ru
aspadm edited this page Sep 24, 2018
·
1 revision
Анимация объекта
Файл является RES архивом, содержащим папки по числу анимаций, в каждой из которых задана анимация конкретной части модели.
Формат анимации конкретной части модели:
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];