#include <SO3SkeletonBap.h>
Public Member Functions | |
| SSkeletonFap (SScene *parent, std::string skeletonName, SEntity *parentEntity) | |
| ~SSkeletonFap () | |
| void | FeedBAPAnimation () |
| bool | FeedBAPBuffer (std::string buffer) |
| bool | InitializeDictionnary (int isHanim) |
Public Attributes | |
| SArray< SBone * > | boneList |
| SArray< int > | BapID |
| SArray< string > | bapBuffer |
| bool | hisDictionnaryInit |
| int | nbBAPFrames |
| bool | is_H_Anim |
| SAnim * | animBAP |
Definition at line 45 of file SO3SkeletonBap.h.
| SO3::SSkeletonFap::SSkeletonFap | ( | SScene * | parent, | |
| std::string | skeletonName, | |||
| SEntity * | parentEntity | |||
| ) |
Definition at line 16 of file SO3SkeletonBap.cpp.
| SO3::SSkeletonFap::~SSkeletonFap | ( | ) |
Definition at line 29 of file SO3SkeletonBap.cpp.
| void SO3::SSkeletonFap::FeedBAPAnimation | ( | ) |
Definition at line 33 of file SO3SkeletonBap.cpp.
| bool SO3::SSkeletonFap::FeedBAPBuffer | ( | std::string | buffer | ) |
return false if the buffer is feeded, true if more data is needed.
Definition at line 168 of file SO3SkeletonBap.cpp.
| bool SO3::SSkeletonFap::InitializeDictionnary | ( | int | isHanim | ) |
Definition at line 203 of file SO3SkeletonBap.cpp.
Definition at line 55 of file SO3SkeletonBap.h.
| SArray<string> SO3::SSkeletonFap::bapBuffer |
Definition at line 51 of file SO3SkeletonBap.h.
Definition at line 50 of file SO3SkeletonBap.h.
Reimplemented from SO3::SSkeleton.
Definition at line 49 of file SO3SkeletonBap.h.
Definition at line 52 of file SO3SkeletonBap.h.
Definition at line 54 of file SO3SkeletonBap.h.
Definition at line 53 of file SO3SkeletonBap.h.
1.6.3