![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: DtOsgNodeTraversalFlags.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00012 00013 #ifndef DtOsgNodeTraversalFlags_H_ 00014 #define DtOsgNodeTraversalFlags_H_ 00015 00016 namespace makVrv 00017 { 00018 00019 namespace DtOsgNodeFlags 00020 { 00022 const static unsigned int FlagAllOn = 0xFFFFFFFF; 00023 00024 const static unsigned int FlagSolidOff = 0x7FFFFFFF; 00025 const static unsigned int FlagPickableOff = 0xBFFFFFFF; 00026 00027 const static unsigned int FlagReceivesShadowsOff = 0xFFFFFFFE; 00028 const static unsigned int FlagCastsShadowsOff = 0xFFFFFFFD; 00029 00030 const static unsigned int FlagSuppressScalingOff = 0xFFFFFFFB; 00031 00033 const static unsigned int FlagNotShadowPass = 0xFFFFFFF7; 00034 00036 const static unsigned int FlagRespectScalingModeOff = 0xFFFFFFEF; 00037 00038 const static unsigned int FlagFixedScaleParametersOff = 0xFFFFFFDF; 00039 } 00040 00041 } //makVrv:: 00042 00043 #endif