Initial commit
This commit is contained in:
24
Torque/SDK/lib/maxsdk40/ISkinCodes.h
Normal file
24
Torque/SDK/lib/maxsdk40/ISkinCodes.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/**********************************************************************
|
||||
|
||||
FILE: ISkinCodes.h
|
||||
|
||||
DESCRIPTION: Skin Bone Deformer defines
|
||||
|
||||
CREATED BY: Nikolai Sander, Discreet
|
||||
|
||||
HISTORY: 7/12/99
|
||||
|
||||
*> Copyright (c) 1998, All Rights Reserved.
|
||||
**********************************************************************/
|
||||
#ifndef __ISKINCODES__H
|
||||
#define __ISKINCODES__H
|
||||
|
||||
#define BONE_LOCK_FLAG 1
|
||||
#define BONE_ABSOLUTE_FLAG 2
|
||||
#define BONE_SPLINE_FLAG 4
|
||||
#define BONE_SPLINECLOSED_FLAG 8
|
||||
#define BONE_DRAW_ENVELOPE_FLAG 16
|
||||
#define BONE_BONE_FLAG 32
|
||||
#define BONE_DEAD_FLAG 64
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user