Skip to content
aspadm edited this page Sep 24, 2018 · 1 revision

На русском

Format: ANM

Description

Animations

Structure

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];
Clone this wiki locally