1 /*---------------------------------------------------------------------------*
2   Project:  NintendoWare
3   File:     anim_ResTypeInfo.h
4 
5   Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain
8   proprietary information of Nintendo of America Inc. and/or Nintendo
9   Company Ltd., and are protected by Federal copyright law.  They may
10   not be disclosed to third parties or copied or duplicated in any form,
11   in whole or in part, without the prior written consent of Nintendo.
12 
13   - Auto generated code -
14  *---------------------------------------------------------------------------*/
15 
16 #ifndef NW_ANIM_RES_TYPE_INFO_H_
17 #define NW_ANIM_RES_TYPE_INFO_H_
18 
19 #include <nw/types.h>
20 
21 namespace nw
22 {
23 namespace anim
24 {
25 namespace res
26 {
27 
28 #define NW_ANIM_RES_TYPE_INFO(name)  res::name##_TYPE_INFO
29 
30 //! @details :private
31 enum ResTypeInfoDefinition
32 {
33     ResAnimGroup_TYPE_INFO              = 0x00000000,
34     ResGraphicsAnimGroup_TYPE_INFO      = 0x80000000,
35     ResAnim_TYPE_INFO                   = 0x00000000,
36     ResLightAnim_TYPE_INFO              = 0x80000000,
37     ResAnimGroupMember_TYPE_INFO        = 0x00000000,
38     ResTextureCoordinatorMember_TYPE_INFO = 0x80000000,
39     ResBoneMember_TYPE_INFO             = 0x40000000,
40     ResTextureMapperMember_TYPE_INFO    = 0x20000000,
41     ResModelMember_TYPE_INFO            = 0x10000000,
42     ResMaterialColorMember_TYPE_INFO    = 0x08000000,
43     ResBlendOperationMember_TYPE_INFO   = 0x04000000,
44     ResTextureSamplerMember_TYPE_INFO   = 0x02000000,
45     ResMeshMember_TYPE_INFO             = 0x01000000,
46     ResTransformMember_TYPE_INFO        = 0x00800000,
47     ResViewUpdaterMember_TYPE_INFO      = 0x00400000,
48     ResProjectionUpdaterMember_TYPE_INFO = 0x00200000,
49     ResLightMember_TYPE_INFO            = 0x00100000,
50     ResMeshNodeVisibilityMember_TYPE_INFO = 0x00080000
51 };
52 
53 } // namespace res
54 } // namespace anim
55 } // namespace nw
56 
57 #endif /* NW_ANIM_RES_TYPE_INFO_H_ */
58 
59 
60