OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::LinkedSkeletonAnimationSource Struct Reference

Link to another skeleton to share animations. More...

#include <OgreSkeleton.h>

+ Collaboration diagram for Ogre::LinkedSkeletonAnimationSource:

Public Member Functions

 LinkedSkeletonAnimationSource (const String &skelName, Real scl)
 
 LinkedSkeletonAnimationSource (const String &skelName, Real scl, SkeletonPtr skelPtr)
 

Public Attributes

SkeletonPtr pSkeleton
 
Real scale
 
String skeletonName
 

Detailed Description

Link to another skeleton to share animations.

Definition at line 512 of file OgreSkeleton.h.

Constructor & Destructor Documentation

Ogre::LinkedSkeletonAnimationSource::LinkedSkeletonAnimationSource ( const String skelName,
Real  scl 
)
inline

Definition at line 517 of file OgreSkeleton.h.

Ogre::LinkedSkeletonAnimationSource::LinkedSkeletonAnimationSource ( const String skelName,
Real  scl,
SkeletonPtr  skelPtr 
)
inline

Definition at line 519 of file OgreSkeleton.h.

Member Data Documentation

SkeletonPtr Ogre::LinkedSkeletonAnimationSource::pSkeleton

Definition at line 515 of file OgreSkeleton.h.

Real Ogre::LinkedSkeletonAnimationSource::scale

Definition at line 516 of file OgreSkeleton.h.

String Ogre::LinkedSkeletonAnimationSource::skeletonName

Definition at line 514 of file OgreSkeleton.h.


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