Skip to content
aspadm edited this page Sep 24, 2018 · 2 revisions

На русском

Format: BON

Description

Position of 3d mesh parts

Structure

This file is RES archive.
Internal file names equal to 3d mesh parts names.

In some rare cases, file already "internal", i.e. not need to unpack as RES.

Files content:

typedef struct
{
    float x, y, z;
} vec3;

vec3 bone_pos[n];

The n parameter are going from correspond FIG file.

Clone this wiki locally