V-Gears 0
Free Final Fantasy VII engine.
VGears::HRCFile::Bone Struct Reference

A bone in a skeleton. More...

#include <VGearsHRCFile.h>

Collaboration diagram for VGears::HRCFile::Bone:

Public Attributes

String name
 Bone name. More...
 
String parent
 Parent bone name. More...
 
Ogre::Real length
 Bone length. More...
 
RSDNameList rsd_names
 List of RDS file assigned to the bone. More...
 

Detailed Description

A bone in a skeleton.

Member Data Documentation

◆ length

Ogre::Real VGears::HRCFile::Bone::length

Bone length.

Todo:
In pixels?

◆ name

String VGears::HRCFile::Bone::name

Bone name.

◆ parent

String VGears::HRCFile::Bone::parent

Parent bone name.

◆ rsd_names

RSDNameList VGears::HRCFile::Bone::rsd_names

List of RDS file assigned to the bone.

RSD are Resource Data Files.


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