#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 42 of file SO3SkeletonBap.h.
Definition at line 13 of file SO3SkeletonBap.cpp.
| SSkeletonFap::~SSkeletonFap | ( | ) |
Definition at line 26 of file SO3SkeletonBap.cpp.
| void SSkeletonFap::FeedBAPAnimation | ( | ) |
Definition at line 30 of file SO3SkeletonBap.cpp.
| bool SSkeletonFap::FeedBAPBuffer | ( | std::string | buffer ) |
return false if the buffer is feeded, true if more data is needed.
Definition at line 165 of file SO3SkeletonBap.cpp.
| bool SSkeletonFap::InitializeDictionnary | ( | int | isHanim ) |
Definition at line 200 of file SO3SkeletonBap.cpp.
Definition at line 52 of file SO3SkeletonBap.h.
| SArray<string> SSkeletonFap::bapBuffer |
Definition at line 48 of file SO3SkeletonBap.h.
Definition at line 47 of file SO3SkeletonBap.h.
Reimplemented from SSkeleton.
Definition at line 46 of file SO3SkeletonBap.h.
Definition at line 49 of file SO3SkeletonBap.h.
Definition at line 51 of file SO3SkeletonBap.h.
Definition at line 50 of file SO3SkeletonBap.h.
1.7.2