Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/scene/NodeDefines.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _NODE_DEFINES_H_
00004 #define _NODE_DEFINES_H_
00005 
00006 namespace scene
00007 {
00008 
00009 enum NodeType
00010 {
00011         NT_UNDEFINED,
00012         NT_ROOT,
00013         NT_GROUP,
00014         NT_RENDERABLE,
00015         NT_LIGHT,
00016         NT_CAMERA,
00017         NT_SOUND,
00018         NT_BODY,
00019         NT_LISTENER,
00020         NT_COUNT
00021 };
00022 
00023 enum TransformSpace
00024 {
00025         TS_LOCAL,       
00026         TS_PARENT,      
00027         TS_WORLD        
00028 };
00029 
00030 } // end namespace scene
00031 
00032 #endif

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:05 by Doxygen (1.7.4)