캐릭터 정의 및 형상을 확인하기 위한 헤더 파일입니다.
|
| const int * | HIKGetNeckBoneList () |
| |
| const int * | HIKGetRequiredBoneList () |
| |
| const int * | HIKGetRollBoneList () |
| |
| const int * | HIKGetSpineBoneList () |
| |
| bool | HIKIsRollBone (int id) |
| |
| bool | HIKValidateArmsXAxis (const HIKCharacter *pCharacter, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateBonePosition (const HIKCharacter *pCharacter, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateHipsXAxis (const HIKCharacter *pCharacter, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateNeck (const HIKCharacterDefinition *pCharacterDefinition, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateRequiredBone (const HIKCharacterDefinition *pCharacterDefinition, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateSpine (const HIKCharacterDefinition *pCharacterDefinition, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |
| bool | HIKValidateSpineYAxis (const HIKCharacter *pCharacter, char *pErrorMsg=0, unsigned int pErrorMsgSize=0) |
| |