addAnimationCompressionStatistic(int totalKeyframes, int eliminatedKeyframes, int numRounded) (defined in CalLoader) | CalLoader | inlinestatic |
compressCoreAnimation(CalCoreAnimation *anim, CalCoreSkeleton *skel) (defined in CalLoader) | CalLoader | static |
compressedKeyframeRequiredBytes(CalCoreKeyframe *lastCoreKeyframe, bool translationRequired, bool highRangeRequired, bool translationIsDynamic) (defined in CalLoader) | CalLoader | static |
getAnimationLoadingCompressionOn() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationNumCompressedAnimations() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationNumEliminatedKeyframes() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationNumKeptKeyframes() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationNumRoundedKeyframes() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationRotationToleranceDegrees() (defined in CalLoader) | CalLoader | inlinestatic |
getAnimationTranslationTolerance() (defined in CalLoader) | CalLoader | inlinestatic |
keyframeBitsPerOriComponent (defined in CalLoader) | CalLoader | static |
keyframeBitsPerPosPadding (defined in CalLoader) | CalLoader | static |
keyframeBitsPerPosPaddingSmall (defined in CalLoader) | CalLoader | static |
keyframeBitsPerTime (defined in CalLoader) | CalLoader | static |
keyframeBitsPerUnsignedPosComponent (defined in CalLoader) | CalLoader | static |
keyframeBitsPerUnsignedPosComponentSmall (defined in CalLoader) | CalLoader | static |
keyframePosBytes (defined in CalLoader) | CalLoader | static |
keyframePosBytesSmall (defined in CalLoader) | CalLoader | static |
keyframePosRange (defined in CalLoader) | CalLoader | static |
keyframePosRangeSmall (defined in CalLoader) | CalLoader | static |
loadCompressedCoreKeyframe(CalDataSource &dataSrc, const CalVector &trackMinPt, const CalVector &trackScale, float trackDuration) | CalLoader | static |
loadCoreAnimatedMorph(const std::string &strFilename) | CalLoader | static |
loadCoreAnimatedMorph(std::istream &inputStream) (defined in CalLoader) | CalLoader | static |
loadCoreAnimatedMorph(CalDataSource &inputSrc) | CalLoader | static |
loadCoreAnimatedMorphFromBuffer(void *inputBuffer, unsigned int len) | CalLoader | static |
loadCoreAnimation(const std::string &strFilename, CalCoreSkeleton *skel=NULL) | CalLoader | static |
loadCoreAnimation(std::istream &inputStream, CalCoreSkeleton *skel=NULL) | CalLoader | static |
loadCoreAnimation(void *inputBuffer, CalCoreSkeleton *skel=NULL) | CalLoader | static |
loadCoreAnimation(CalDataSource &inputSrc, CalCoreSkeleton *skel=NULL) | CalLoader | static |
loadCoreBones(CalDataSource &dataSrc, int version) | CalLoader | static |
loadCoreKeyframe(CalDataSource &dataSrc) (defined in CalLoader) | CalLoader | static |
loadCoreKeyframe(CalDataSource &dataSrc, CalCoreBone *coreboneOrNull, int version, CalCoreKeyframe *lastCoreKeyframe, bool translationRequired, bool highRangeRequired, bool translationIsDynamic, bool useAnimationCompression) | CalLoader | static |
loadCoreMaterial(const std::string &strFilename) | CalLoader | static |
loadCoreMaterial(std::istream &inputStream) | CalLoader | static |
loadCoreMaterial(void *inputBuffer) | CalLoader | static |
loadCoreMaterial(CalDataSource &inputSrc) | CalLoader | static |
loadCoreMesh(const std::string &strFilename) | CalLoader | static |
loadCoreMesh(std::istream &inputStream) | CalLoader | static |
loadCoreMesh(void *inputBuffer) | CalLoader | static |
loadCoreMesh(CalDataSource &inputSrc) | CalLoader | static |
loadCoreMorphKeyframe(CalDataSource &dataSrc) | CalLoader | static |
loadCoreMorphTrack(CalDataSource &dataSrc) | CalLoader | static |
loadCoreSkeleton(const std::string &strFilename) | CalLoader | static |
loadCoreSkeleton(std::istream &inputStream) | CalLoader | static |
loadCoreSkeleton(void *inputBuffer) | CalLoader | static |
loadCoreSkeleton(CalDataSource &inputSrc) | CalLoader | static |
loadCoreSubmesh(CalDataSource &dataSrc, int version) | CalLoader | static |
loadCoreTrack(CalDataSource &dataSrc, CalCoreSkeleton *skel, int version, bool useAnimationCompresssion) | CalLoader | static |
loadXmlCoreAnimatedMorph(const std::string &strFilename) | CalLoader | static |
loadXmlCoreAnimatedMorph(const void *) | CalLoader | static |
loadXmlCoreAnimatedMorph(cal3d::TiXmlDocument &doc) | CalLoader | static |
loadXmlCoreAnimation(const std::string &strFilename, CalCoreSkeleton *skel=NULL) | CalLoader | static |
loadXmlCoreAnimation(const char *, CalCoreSkeleton *skel) | CalLoader | static |
loadXmlCoreAnimation(cal3d::TiXmlDocument &doc, CalCoreSkeleton *skel) | CalLoader | static |
loadXmlCoreMaterial(const std::string &strFilename) | CalLoader | static |
loadXmlCoreMaterial(const void *) | CalLoader | static |
loadXmlCoreMaterial(cal3d::TiXmlDocument &doc) | CalLoader | static |
loadXmlCoreMesh(const std::string &strFilename) | CalLoader | static |
loadXmlCoreMesh(const void *) | CalLoader | static |
loadXmlCoreMesh(cal3d::TiXmlDocument &doc) | CalLoader | static |
loadXmlCoreSkeleton(const std::string &strFilename) | CalLoader | static |
loadXmlCoreSkeleton(const void *) | CalLoader | static |
loadXmlCoreSkeleton(cal3d::TiXmlDocument &doc) | CalLoader | static |
loadXmlCoreSkeletonFromFile(const std::string &strFilename) | CalLoader | static |
readCompressedKeyframe(unsigned char *buf, unsigned int bytes, CalCoreBone *coreboneOrNull, CalVector *vecResult, CalQuaternion *quatResult, float *timeResult, CalCoreKeyframe *lastCoreKeyframe, bool translationRequired, bool highRangeRequired, bool translationIsDynamic, bool useAnimationCompression) (defined in CalLoader) | CalLoader | static |
resetCompressionStatistics() (defined in CalLoader) | CalLoader | inlinestatic |
setAnimationCollapseSequencesOn(bool p) (defined in CalLoader) | CalLoader | static |
setAnimationLoadingCompressionOn(bool p) (defined in CalLoader) | CalLoader | static |
setAnimationRotationToleranceDegrees(double p) (defined in CalLoader) | CalLoader | static |
setAnimationTranslationTolerance(double p) (defined in CalLoader) | CalLoader | static |
setLoadingMode(int flags) | CalLoader | static |
usesAnimationCompression(int version) (defined in CalLoader) | CalLoader | static |
writeCompressedKeyframe(unsigned char *buf, unsigned int bufLen, const std::string &strFilename, CalVector const &translation, CalQuaternion const &rotation, float caltime, int version, bool needTranslation, bool highRangeRequired) (defined in CalLoader) | CalLoader | static |