iskincodes.h

Go to the documentation of this file.
00001  /**********************************************************************
00002  
00003     FILE: ISkinCodes.h
00004 
00005     DESCRIPTION:  Skin Bone Deformer defines
00006 
00007     CREATED BY: Nikolai Sander, Discreet
00008 
00009     HISTORY: 7/12/99
00010 
00011  *> Copyright (c) 1998, All Rights Reserved.
00012  **********************************************************************/
00013 #pragma once
00014 
00015 #define BONE_LOCK_FLAG          1       
00016 #define BONE_ABSOLUTE_FLAG      2
00017 #define BONE_SPLINE_FLAG        4
00018 #define BONE_SPLINECLOSED_FLAG  8
00019 #define BONE_DRAW_ENVELOPE_FLAG 16
00020 #define BONE_BONE_FLAG          32
00021 #define BONE_DEAD_FLAG          64
00022