V-Gears 0
Free Final Fantasy VII engine.
VGears::AFile::Frame Struct Reference

A frame in an animation. More...

#include <VGearsAFile.h>

Public Attributes

Ogre::Vector3 root_rotation
 The rotation of the whole skeleton in the frame. More...
 
Ogre::Vector3 root_translation
 The translation of the whole skeleton in the frame. More...
 
BoneRotationList bone_rotations
 The list of individual bone rotations in the frame. More...
 

Detailed Description

A frame in an animation.

Member Data Documentation

◆ bone_rotations

BoneRotationList VGears::AFile::Frame::bone_rotations

The list of individual bone rotations in the frame.

◆ root_rotation

Ogre::Vector3 VGears::AFile::Frame::root_rotation

The rotation of the whole skeleton in the frame.

◆ root_translation

Ogre::Vector3 VGears::AFile::Frame::root_translation

The translation of the whole skeleton in the frame.


The documentation for this struct was generated from the following file: